• 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 Add in login.lua

theax

New Member
Joined
Oct 5, 2010
Messages
6
Reaction score
0
How do I`ll add this \/ in my login.lua? i need to put end after? or just paste it inside?? thanks

OLD_LEVELS[cid] = getPlayerLevel(cid)
OLD_MAGLEVELS[cid] = getPlayerMagLevel(cid)
OLD_FIST[cid] = getPlayerSkill(cid,SKILL_FIST)
OLD_CLUB[cid] = getPlayerSkill(cid,SKILL_CLUB)
OLD_AXE[cid] = getPlayerSkill(cid,SKILL_AXE)
OLD_SWORD[cid] = getPlayerSkill(cid,SKILL_SWORD)
OLD_DISTANCE[cid] = getPlayerSkill(cid,SKILL_DISTANCE)
OLD_SHIELD[cid] = getPlayerSkill(cid,SKILL_SHIELD)
OLD_FISHING[cid] = getPlayerSkill(cid,SKILL_FISHING)
 
Back
Top