• 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!

Lua Some errors in my files

Cazar

Ph0t0sh0p abus3r
Joined
Mar 9, 2009
Messages
407
Reaction score
1
Location
Cologne
Well,
I jsut got some error's like

PHP:
[21/09/2009 15:07:23] [Warning - TalkAction::loadFunction] Function "changeThingProporties" does not exist.
[21/09/2009 15:07:23] [Warning - TalkAction::loadFunction] Function "serverDiag" does not exist.
[21/09/2009 15:07:23] [Warning - TalkAction::loadFunction] Function "showBanishmentInfo" does not exist.
[21/09/2009 15:07:23] [Warning - TalkAction::loadFunction] Function "BuyHouse" does not exist.
[21/09/2009 15:07:23] [Warning - TalkAction::loadFunction] Function "SellHouse" does not exist.

And when i try to Teleport:

PHP:
09/2009 15:11:11] Lua Script Error: [TalkAction Interface] 
[21/09/2009 15:11:11] data/talkactions/scripts/teleportto.lua:onSay

[21/09/2009 15:11:11] data/talkactions/scripts/teleportto.lua:13: attempt to call global 'isCreatureGhost' (a nil value)
[21/09/2009 15:11:11] stack traceback:
[21/09/2009 15:11:11] 	data/talkactions/scripts/teleportto.lua:13: in function <data/talkactions/scripts/teleportto.lua:1>

[21/09/2009 15:11:21] Lua Script Error: [TalkAction Interface] 
[21/09/2009 15:11:21] data/talkactions/scripts/teleporthere.lua:onSay

[21/09/2009 15:11:21] data/talkactions/scripts/teleporthere.lua:16: attempt to call global 'isCreatureinvisible' (a nil value)
[21/09/2009 15:11:21] stack traceback:
[21/09/2009 15:11:21] 	data/talkactions/scripts/teleporthere.lua:16: in function <data/talkactions/scripts/teleporthere.lua:1>

[21/09/2009 15:11:24] Lua Script Error: [TalkAction Interface] 
[21/09/2009 15:11:24] data/talkactions/scripts/teleportmaster.lua:onSay

[21/09/2009 15:11:24] data/lib/function.lua:384: attempt to call global 'isPlayer' (a nil value)
[21/09/2009 15:11:24] stack traceback:
[21/09/2009 15:11:24] 	data/lib/function.lua:384: in function 'isPlayerGhost'
[21/09/2009 15:11:24] 	data/talkactions/scripts/teleportmaster.lua:5: in function <data/talkactions/scripts/teleportmaster.lua:1>

Whut should i use insteaf of IsPlayerGhost?

And the function "doPlayerSendTextMessage" is'nt working


OFC i will add the user's rep++ when they helped me out!

//Cazar
 
I wont change my Server lol i just need to fix these bugs now:

PHP:
[22/09/2009 07:16:43] [Warning - InstantSpell::loadFunction] Function "editHouseGuest" does not exist.
[22/09/2009 07:16:43] [Warning - InstantSpell::loadFunction] Function "editHouseSubOwner" does not exist.
[22/09/2009 07:16:44] [Warning - InstantSpell::loadFunction] Function "editHouseDoor" does not exist.
[22/09/2009 07:16:44] [Warning - InstantSpell::loadFunction] Function "houseKick" does not exist.
[22/09/2009 07:16:44] [Warning - TalkAction::loadFunction] Function "changeThingProporties" does not exist.
[22/09/2009 07:16:44] [Warning - TalkAction::loadFunction] Function "serverDiag" does not exist.
[22/09/2009 07:16:44] [Warning - TalkAction::loadFunction] Function "showBanishmentInfo" does not exist.
 
You haven't these functions in your engine, so you have to remove lines with these functions from talkactions.xml
 
Back
Top