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

addlevel

  1. DukeeH

    TFS 0.X SetMaxHealth / Addlevel bug.

    Hello, I've made this function as a Rebirth: Using TFS 0.3.7/OTX2. function resetPlayer(cid) if isSorcerer(cid) or isDruid(cid) then HpBonus = 350 ManaBonus = 500 else HpBonus = 500 ManaBonus = 350 end doPlayerRemoveMoney(cid, 100000000)...
Back
Top