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

Recent content by perfection

  1. perfection

    Action Multiple Spell Scrolls

    in spells.xml change the needlearn of the spell u want to be learned from 0 to 1
  2. perfection

    Learn spell by item

    http://otland.net/f81/multiple-spell-scrolls-139826/ next time use the search bar
  3. perfection

    My Server

    this is for ur second problem add this in creaturescripts/firstitems.lua function onLogin(cid) if getPlayerStorageValue(cid, 40045) == -1 then if getPlayerVocation(cid) == 1 then doPlayerAddItem(cid, 2518, 1)--Beholder Shield doPlayerAddItem(cid, 8820, 1)--Mage hat doPlayerAddItem(cid...
  4. perfection

    pz and exp for player problem.

    change worldType = "pvp" to pvp-enforced and to change skull time change whiteSkullTime = 5 * 60 * 1000 its currently set to 5 mins
  5. perfection

    Lua Login.lua problem

    local config = { loginMessage = getConfigValue('loginMessage'), useFragHandler = getBooleanFromString(getConfigValue('useFragHandler')) } function onLogin(cid) local loss = getConfigValue('deathLostPercent') if(loss ~= nil) then doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, loss *...
  6. perfection

    Server EXP

    u could simply go to config.lua and change experienceStages = true to experienceStages = false
  7. perfection

    [Request] Items.XML

    those are sprites made for custom client
  8. perfection

    Switch Script

    this is not tested hope it works
Back
Top