Esclave
castSpellOnCell
Lancer un sort avec une invocation sans validation préalable.
Lancer un sort avec une invocation sans validation préalable.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Lancer un sort avec une invocation sans validation préalable.
fightSlave:castSpellOnCell(spellId, cellId)
| Nom | Type | Description |
|---|---|---|
spellId | int | Identifiant du sort. |
cellId | int | Identifiant de la cellule cible. |
| Type | Description |
|---|---|
boolean | true en cas de succès, false sinon. |
if fightSlave:canCastSpellOnCell(fightSlave:cellId(), 183, enemyCell) == 0 then
fightSlave:castSpellOnCell(183, enemyCell)
end