• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

8.7 Spells Problem

Skylinx

Game Programmer
Joined
Nov 26, 2008
Messages
399
Reaction score
14
Location
TORONTO, CANADA
Hey, I'm using TFS 0.2 Mystic Spirit 8.7

I added in these spells

http://otland.net/f82/spells-8-7-not-inluded-kor-spells-utori-kor-exana-kor-112974/

but Im getting stack traceback errors.

Code:
[24/12/2010 15:19:30] Lua Script Error: [Test Interface] 
[24/12/2010 15:19:30] data/spells/scripts/spells87/intensewoundcleansing.lua
[24/12/2010 15:19:30] data/spells/scripts/spells87/intensewoundcleansing.lua:5: attempt to call global 'setHealingFormula' (a nil value)
[24/12/2010 15:19:30] stack traceback:
[24/12/2010 15:19:30] 	[C]: in function 'setHealingFormula'
[24/12/2010 15:19:30] 	data/spells/scripts/spells87/intensewoundcleansing.lua:5: in main chunk
[24/12/2010 15:19:30] Warning: [Event::checkScript] Can not load script. /scripts/spells87/intensewoundcleansing.lua


[24/12/2010 15:19:30] Lua Script Error: [Test Interface] 
[24/12/2010 15:19:30] data/spells/scripts/spells87/lightning.lua
[24/12/2010 15:19:30] luaSetCombatFormula(). Combat not found
[24/12/2010 15:19:30] stack traceback:
[24/12/2010 15:19:30] 	[C]: in function 'setCombatFormula'
[24/12/2010 15:19:30] 	data/spells/scripts/spells87/lightning.lua:5: in main chunk

[24/12/2010 15:19:30] Lua Script Error: [Spell Interface] 
[24/12/2010 15:19:30] data/spells/scripts/spells87/lightning.lua
[24/12/2010 15:19:30] luaSetCombatFormula(). Combat not found
[24/12/2010 15:19:30] stack traceback:
[24/12/2010 15:19:30] 	[C]: in function 'setCombatFormula'
[24/12/2010 15:19:30] 	data/spells/scripts/spells87/lightning.lua:5: in main chunk

[24/12/2010 15:19:30] Lua Script Error: [Test Interface] 
[24/12/2010 15:19:30] data/spells/scripts/spells87/physicalstrike.lua
[24/12/2010 15:19:30] luaSetCombatFormula(). Combat not found
[24/12/2010 15:19:30] stack traceback:
[24/12/2010 15:19:30] 	[C]: in function 'setCombatFormula'
[24/12/2010 15:19:30] 	data/spells/scripts/spells87/physicalstrike.lua:5: in main chunk

[24/12/2010 15:19:30] Lua Script Error: [Spell Interface] 
[24/12/2010 15:19:30] data/spells/scripts/spells87/physicalstrike.lua
[24/12/2010 15:19:30] luaSetCombatFormula(). Combat not found
[24/12/2010 15:19:30] stack traceback:
[24/12/2010 15:19:30] 	[C]: in function 'setCombatFormula'
[24/12/2010 15:19:30] 	data/spells/scripts/spells87/physicalstrike.lua:5: in main chunk

[24/12/2010 15:19:30] Lua Script Error: [Test Interface] 
[24/12/2010 15:19:30] data/spells/scripts/spells87/salvation.lua
[24/12/2010 15:19:30] data/spells/scripts/spells87/salvation.lua:5: attempt to call global 'setHealingFormula' (a nil value)
[24/12/2010 15:19:30] stack traceback:
[24/12/2010 15:19:30] 	[C]: in function 'setHealingFormula'
[24/12/2010 15:19:30] 	data/spells/scripts/spells87/salvation.lua:5: in main chunk
[24/12/2010 15:19:30] Warning: [Event::checkScript] Can not load script. /scripts/spells87/salvation.lua


[24/12/2010 15:19:30] Lua Script Error: [Test Interface] 
[24/12/2010 15:19:30] data/spells/scripts/spells87/strongenergystrike.lua
[24/12/2010 15:19:30] data/spells/scripts/spells87/strongenergystrike.lua:5: attempt to call global 'setAttackFormula' (a nil value)
[24/12/2010 15:19:30] stack traceback:
[24/12/2010 15:19:30] 	[C]: in function 'setAttackFormula'
[24/12/2010 15:19:30] 	data/spells/scripts/spells87/strongenergystrike.lua:5: in main chunk
[24/12/2010 15:19:30] Warning: [Event::checkScript] Can not load script. /scripts/spells87/strongenergystrike.lua


[24/12/2010 15:19:30] Lua Script Error: [Test Interface] 
[24/12/2010 15:19:30] data/spells/scripts/spells87/strongflamestrike.lua
[24/12/2010 15:19:30] data/spells/scripts/spells87/strongflamestrike.lua:5: attempt to call global 'setAttackFormula' (a nil value)
[24/12/2010 15:19:30] stack traceback:
[24/12/2010 15:19:30] 	[C]: in function 'setAttackFormula'
[24/12/2010 15:19:30] 	data/spells/scripts/spells87/strongflamestrike.lua:5: in main chunk
[24/12/2010 15:19:30] Warning: [Event::checkScript] Can not load script. /scripts/spells87/strongflamestrike.lua


[24/12/2010 15:19:30] Lua Script Error: [Test Interface] 
[24/12/2010 15:19:30] data/spells/scripts/spells87/strongicestrike.lua
[24/12/2010 15:19:30] data/spells/scripts/spells87/strongicestrike.lua:5: attempt to call global 'setAttackFormula' (a nil value)
[24/12/2010 15:19:30] stack traceback:
[24/12/2010 15:19:30] 	[C]: in function 'setAttackFormula'
[24/12/2010 15:19:30] 	data/spells/scripts/spells87/strongicestrike.lua:5: in main chunk
[24/12/2010 15:19:30] Warning: [Event::checkScript] Can not load script. /scripts/spells87/strongicestrike.lua


[24/12/2010 15:19:30] Lua Script Error: [Test Interface] 
[24/12/2010 15:19:30] data/spells/scripts/spells87/strongicewave.lua
[24/12/2010 15:19:30] data/spells/scripts/spells87/strongicewave.lua:5: attempt to call global 'setAttackFormula' (a nil value)
[24/12/2010 15:19:30] stack traceback:
[24/12/2010 15:19:30] 	[C]: in function 'setAttackFormula'
[24/12/2010 15:19:30] 	data/spells/scripts/spells87/strongicewave.lua:5: in main chunk
[24/12/2010 15:19:30] Warning: [Event::checkScript] Can not load script. /scripts/spells87/strongicewave.lua


[24/12/2010 15:19:30] Lua Script Error: [Test Interface] 
[24/12/2010 15:19:30] data/spells/scripts/spells87/strongterrastrike.lua
[24/12/2010 15:19:31] data/spells/scripts/spells87/strongterrastrike.lua:5: attempt to call global 'setAttackFormula' (a nil value)
[24/12/2010 15:19:31] stack traceback:
[24/12/2010 15:19:31] 	[C]: in function 'setAttackFormula'
[24/12/2010 15:19:31] 	data/spells/scripts/spells87/strongterrastrike.lua:5: in main chunk
[24/12/2010 15:19:31] Warning: [Event::checkScript] Can not load script. /scripts/spells87/strongterrastrike.lua


[24/12/2010 15:19:31] Lua Script Error: [Test Interface] 
[24/12/2010 15:19:31] data/spells/scripts/spells87/ultimateflamestrike.lua
[24/12/2010 15:19:31] data/spells/scripts/spells87/ultimateflamestrike.lua:5: attempt to call global 'setAttackFormula' (a nil value)
[24/12/2010 15:19:31] stack traceback:
[24/12/2010 15:19:31] 	[C]: in function 'setAttackFormula'
[24/12/2010 15:19:31] 	data/spells/scripts/spells87/ultimateflamestrike.lua:5: in main chunk
[24/12/2010 15:19:31] Warning: [Event::checkScript] Can not load script. /scripts/spells87/ultimateflamestrike.lua


[24/12/2010 15:19:31] Lua Script Error: [Test Interface] 
[24/12/2010 15:19:31] data/spells/scripts/spells87/ultimateenergystrike.lua
[24/12/2010 15:19:31] data/spells/scripts/spells87/ultimateenergystrike.lua:5: attempt to call global 'setAttackFormula' (a nil value)
[24/12/2010 15:19:31] stack traceback:
[24/12/2010 15:19:31] 	[C]: in function 'setAttackFormula'
[24/12/2010 15:19:31] 	data/spells/scripts/spells87/ultimateenergystrike.lua:5: in main chunk
[24/12/2010 15:19:31] Warning: [Event::checkScript] Can not load script. /scripts/spells87/ultimateenergystrike.lua


[24/12/2010 15:19:31] Lua Script Error: [Test Interface] 
[24/12/2010 15:19:31] data/spells/scripts/spells87/Ultimateterrastrike.lua
[24/12/2010 15:19:31] data/spells/scripts/spells87/Ultimateterrastrike.lua:5: attempt to call global 'setAttackFormula' (a nil value)
[24/12/2010 15:19:31] stack traceback:
[24/12/2010 15:19:31] 	[C]: in function 'setAttackFormula'
[24/12/2010 15:19:31] 	data/spells/scripts/spells87/Ultimateterrastrike.lua:5: in main chunk
[24/12/2010 15:19:31] Warning: [Event::checkScript] Can not load script. /scripts/spells87/Ultimateterrastrike.lua


[24/12/2010 15:19:31] Lua Script Error: [Test Interface] 
[24/12/2010 15:19:31] data/spells/scripts/spells87/Ultimateicestrike.lua
[24/12/2010 15:19:31] data/spells/scripts/spells87/Ultimateicestrike.lua:5: attempt to call global 'setAttackFormula' (a nil value)
[24/12/2010 15:19:31] stack traceback:
[24/12/2010 15:19:31] 	[C]: in function 'setAttackFormula'
[24/12/2010 15:19:31] 	data/spells/scripts/spells87/Ultimateicestrike.lua:5: in main chunk
[24/12/2010 15:19:31] Warning: [Event::checkScript] Can not load script. /scripts/spells87/Ultimateicestrike.lua

Does anyone know how I can fix these? Or know of any other 8.7 spellpacks?
 
Back
Top