There was an error while loading. Please reload this page.
The Spell metatable. Revscriptsys interface
local spell = Spell("incantation words") local spell = Spell("spell name")
name id group cooldown groupCooldown level magicLevel mana manaPercent health healthPercent soul range isPremium isEnabled needTarget needWeapon needLearn isSelfTarget isBlocking isAggressive vocation
words needDirection hasParams hasPlayerNameParam needCasterTargetOrDirection isBlockingWalls
runeId charges allowFarUse blockWalls checkFloor
Description: Get or set the spell name Parameters: (optional) spell_name - No description Returns: N/A Example:
Description: Get or set the spell name Parameters:
for _, spell in ipairs(player:getInstantSpells()) do print(spell:name()) end
Added in version: 1.0