• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Recent content by Noorv

  1. N

    skills limit

    open config.lua and change rateSkill = to rateSkill = 120 or down
  2. N

    I have some requests

    try this about add 20 armor maybe that u want http://otland.net/f81/perfect-items-upgrade-2-0-slot-sytem-89450/
  3. N

    I have some requests

    when you use "item A" and "item B" on each other they become "item C" local changes = { [7419] = 7435, } local text = "You have upgraded rich weapon." local disteffect = 35 local effect = 66 function onUse(cid, item, fromPosition, itemEx, toPosition) if changes[itemEx.itemid] then...
  4. N

    Donate Ring - Donate Amulet lua script

    what donate ring do?? and what amulet do ?
  5. N

    Upgrader Npc

    i have upgraded runes by action not npc if u want
  6. N

    Teleports when you have X storages or --> VIP <--

    i have vip teleport but one storage if u want u can take function onStepIn(cid, item, frompos, item2, topos) local vip = getPlayerStorageValue(cid,11551) >= 1 --Vip Storage. local back = {x=32345, y=32223, z=7} --Place where non vip is teleported. local allowed = {x=31965...
  7. N

    Buff Book

    yes
  8. N

    Thais Map - I need it!

    i have full real map server if you want but for sale
  9. N

    Buff Book

    local time = 2 * 3600 * 1000 local t = {} for i = 1, 3 do t[i] = createConditionObject(CONDITION_ATTRIBUTES) setConditionParam(t[i], CONDITION_PARAM_TICKS, time) if i == 1 or i == 3 then setConditionParam(t[i], CONDITION_PARAM_SKILL_SHIELD, 5) end if i == 1 then...
  10. N

    Level Up Get item!

    aaaa vocation weapon sorry don't see this
  11. N

    Level Up Get item!

    sorry don't see vocation weapon
  12. N

    Mana Book

    k limos
  13. N

    Mana Book

    u have to change itemid and level and this script will add more 500 mana forever
  14. N

    Solved HELP - epic vocation fail

    vocation xml and vocation lua in lib and now npc change all and now epic must work :D any error post here
Back
Top