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

#1 I need a script

Kownikuzyt

Member
Joined
Feb 11, 2020
Messages
170
Solutions
1
Reaction score
8
Hello,

I need a script that:

After being killed (by the player and the monster), the character returns to the starting location and adds default starting items.
Restores the default stats: Mlevel, Fist, Club, Sword, Axe, Distance, Shield and Fishing.

AoL only works on Backpack. (you have Aol backpack won't fall)

function onLogin(cid)

if getPlayerLevel(cid) < 13 then
doPlayerAddExperience(cid, (getExperienceForLevel(13) - getPlayerExperience(cid)))
end
return TRUE
end
 
Back
Top