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

Script - Bless, Promotion, Level

vegaseek

Member
Joined
Dec 11, 2010
Messages
146
Reaction score
8
I need a script, which allows the player does not fall lower than eg 50 levels and a script that gives to every player who logs on promotion and blessings (I just need a script, thanks to which nothing ever will not be embarrassing to anyone.) Please help quickly!
 
Lua:
function onLogin(cid)
for i = 1, 5 do
    doPlayerAddBlessing(cid, i)
end
doPlayerSetPromotionLevel(cid, 1)
return true
end
 
This script does not work unless the 8.7! And I need a script Tibia 8.7 ...

iwcxz1.jpg
 
Back
Top