Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Lancer un sort sur une cellule spécifique sans vérifications.
fightAction:castSpellOnCell(spellId, cellId)
spellId
int
cellId
boolean
true
false
local cellId = fightAction:getNearestEnemy() local spellId = ATTACK_SPELLS[tostring(character:breed())] if fightAction:canCastSpellOnCell(fightCharacter:getCellId(), spellId, cellId) == 0 then fightAction:castSpellOnCell(spellId, cellId) end