Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
I try use your script to test 10% all skill, but dont add nothing \/
local skills = {
SKILL_FIST, -- 0
SKILL_CLUB, -- 1
SKILL_SWORD, -- 2
SKILL_AXE, -- 3
SKILL_DISTANCE, -- 4
SKILL_SHIELD, -- 5
SKILL_FISHING, -- 6
SKILL__MAGLEVEL -- 7
}
local percentage = 10 -- this is the...
It will add 10% to ml UP?
mlqnt = math.ceil(getPlayerRequiredSkillTries(cid, SKILL_MAGIC, playerMagicLevel * 0.10 + playerMagicLevel) )
doPlayerAddSpentMana(cid, (mlqnt) * mlstages, false)
And to skills?
Lol why? 666 is my premium storage...
40001 is quest storage (to get the addon)
When player lose days to premmy, 666 = -1, and remove outfit
Normal premium account = VIP
if you change it:
if(creature == this || creature->isWalkable() ||
(creature->getMaster() && creature->getMaster() != this && canWalkthrough(creature->getMaster())))
return true;
To it
if(creature == this || hasCustomFlag(PlayerCustomFlag_CanWalkthrough) || creature->isWalkable() ||...