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

Search results

  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
  15. N

    Rain Items

    go to ur lib and add this lua
  16. N

    npc request

    where i searched and don't found it :S please if u know where gave me link - - - Updated - - - again man i search here and in other site and don't found that script :S maybe cuz i don't lucky idk :S if u have gave me please
  17. N

    npc request

    i want npc gave u task to kill 50x monster and when kill monaster and back gave u outfit got this monster example npc gave me task to kill 50 dragon lord and when kill 50 dragon lord and come back npc gave me dragon lord outfit but i must have 10 token too so to get outfit need kill 50 dl and 10...
  18. N

    lms problem

    same with me please if anyone can see why event wont work do it
  19. N

    Monster outfit changer

    action lua and now action xml xxx its id items u want Rep if i helped you
Back
Top