• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

<getArea> Object on the stack is not a table

Post the script, do you get this error only from that script or also other scripts?
Which version is your TFS 8.6 server?
Uh... You mean the config.lua file script? :rolleyes:

Im using TFS 0.4.0.0

Try to remove the spell and see if the errors also show on other spells.

Maybe post the script too :)

-- Ah.. Limos was faster :p
Ive tried to remove the "spell", but I just get a similar error on another "spell". After removing a bunch of spells, its just a big mess of random errors... :confused:
 
I ment the poison bomb.lua, which datapack do you use?
Ahh, ofc (facepalm)
Code:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_EARTHDAMAGE)
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_GREEN_RINGS)
setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_POISON)
setCombatParam(combat, COMBAT_PARAM_CREATEITEM, 1496)

local area = createCombatArea(AREA_SQUARE1X1)
setCombatArea(combat, area)

function onCastSpell(cid, var)
    return doCombat(cid, combat, var)
end
I dont know what datapack I use actually, I think its from crying damson 8.6. Maybe I should get a whole new datapack? :cool:
 
Last edited:
Do you have the tables in data/spells/lib/spells.lua?
You can try to replace the spells folder with one from an other 0.3/0.4 datapack, to see if anything is wrong there.
 
Do you mean you can't find a lib spells lua file with the tables or you can't find a spells folder to replace?
http://www.speedy*****malware.localhost/PQ5pD/spells.lua
It's supposed to use those tables for most of the spells/runes.
 
Do you mean you can't find a lib spells lua file with the tables or you can't find a spells folder to replace?
http://www.speedy*****malware.localhost/PQ5pD/spells.lua
It's supposed to use those tables for most of the spells/runes.
I couldn't find the lua file. It seems like I got a really strange datapack for some reason, Im gonna try to add the spells.lua as fast as I can get the MySql thing to work again. 'Cause I apparently broke it... I can't get into my databases... frustration inbound:mad:
http://s1316.photobucket.com/user/Pontus_Claesson/media/sdfhgyjk_zpsfvrccdwj.png.html
Well, I just have to fix this problem first. :confused:
 
I just re-installed uniserver, and now it works. :D

Alright, This is really strange, but I think managed to get pass the "spell" error somehow. 'Cause I actually had a "spells.lua" so that wasnt the problem, well after I restarted the computer the error was gone,

...But the server still isnt running. Now It's an error about the item files:
http://s1316.photobucket.com/user/Pontus_Claesson/media/dfghjytj_zps3aeuujmi.png.html

I use exactly the same item otb and xml files in the server and the map. It shouldn't be a problem then right?
 
You can always try to use a different items.otb, like the one from Remere or from an other TFS 0.4 8.6 datapack and backup/rename your old one to see if that solves it.
 
You can always try to use a different items.otb, like the one from Remere or from an other TFS 0.4 8.6 datapack and backup/rename your old one to see if that solves it.
Ive tried about 3 diferent kinds of item files now, none of them works. Ive allso tried to "basic" files and the map from cryingdamson's build, but it didnt work iether.
 
Back
Top