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

Please i need help with one script

narko

vertrauenswürdig ~
Joined
Oct 19, 2008
Messages
1,317
Solutions
2
Reaction score
132
Location
Unknown
Im already fix this.
Closed.
 
Last edited:
It's login.lua script xDDD
it's not the only one that can have errors...
I dont see any error there...
Search for other onLogin scripts in creaturescripts.xml and post them...
 
getStorage (getGlobalStorageValue) is a "serversided" (so to say) function, nothing is sent to client. it can be either doTeleportThing or doCreatureChangeOutfit

btw, add == 1 after getGlobalStorageValue(x) and getPlayerStorageValue(cid, x)
 
i supposed doTeleportThing function has bug how to repair yes the error is doTeleportThing << because the client buggeds and im try to enter and im enter and i have the outfit and teleport doesn't works
 
Back
Top