• 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. Shiko Erye

    Lua script don't work

    I have found a bug Ty for help:D
  2. Shiko Erye

    Open able corpse?

    edit on your items.otb
  3. Shiko Erye

    Lua script don't work

    <item id="1988" article="a" name="Box"> <attribute key="weight" value="0" /> <attribute key="containerSize" value="12" /> <attribute key="slotType" value="backpack" /> </item> that is item in slot 5:S
  4. Shiko Erye

    Damage with interval when standing on a tile

    <movevent type="StepIn" itemid="trapid" event="script" value="trap.lua"/> <movevent type="StepOut" itemid="trapid" event="script" value="trap.lua"/> local condition = createConditionObject(CONDITION_INFIGHT) setConditionParam(condition, CONDITION_PARAM_PERIODICDAMAGE, -20) -- damage...
  5. Shiko Erye

    Lua script don't work

    @Ralcoral: don't work @andypsylon: in slot 3 (value: backpack) for common item in slot 5 (value: backpack) for rare item after complete quest (can't move) i want add Item to slot 5:D what i must do?
  6. Shiko Erye

    Lua script don't work

    no;/ but it not create item:(
  7. Shiko Erye

    Lua script don't work

    function doAddBall(cid) local box = getPlayerSlotItem(cid, 5).uid doAddContainerItem(box, 2220) end Why this don't work???
  8. Shiko Erye

    How do I make levelups NOT heal HP and mana?

    function onAdvance(cid, skill, oldLevel, newLevel) if skill == 8 then local hp = getCreatureHealth(cid) local mana = getCreatureMana(cid) addEvent(doCreatureAddHealth, 100, cid, hp - getCreatureMaxHealth(cid)) addEvent(doCreatureAddMana, 100, cid, mana - getCreatureMaxMana(cid)) end end maybe this
  9. Shiko Erye

    [Requests] Source code Pokemon Dash

    Bump
  10. Shiko Erye

    [Requests] Source code Pokemon Dash

    I want to add a few more functions to pokemon dash v6.0, but I do not have the sources code Anyone can share me this? Srr for my bad english
  11. Shiko Erye

    Where I can fint this?

    where i can find it? --- Also i need tv/cam system & spell bar anyone can share me that? srr for my bad english
  12. Shiko Erye

    Monster Target

    How i can set monster must defeat monster's target after select (change) new target?
  13. Shiko Erye

    Windows Server Crash

    bump
  14. Shiko Erye

    Windows Server Crash

    Bump
  15. Shiko Erye

    Windows Server Crash

    When preparing to save the server implementation has encountered a problem it is exiting. How can I fix it? Thanks for reading
  16. Shiko Erye

    Action Where is bug?

    function onUse(cid, item, frompos, item2, topos) poke = getCreatureSummons(cid)[1] if isCreature(cid) and isCreature(poke) then if getDistanceBetween(getThingPos(poke), topos) <= 1 then doSendMagicEffect(topos, 3) doTransformItem(getTileItemById(topos, item2.itemid).uid...
  17. Shiko Erye

    [New Spell] HELP! REP

    doSendDistanceShoot(frompos, topos, type[, player])
  18. Shiko Erye

    Make items.otb

    If i have tibia.dat & tibia.spr can i make new file items.otb? (if can what tool i should use?)
  19. Shiko Erye

    Question to make spell

    When character A use item [x] then copy all spell of monster B to character A how i can create item & wait x time will remove it (also in monster?) also any one have sleep spell? pls share me:( -- other have condition when creature move will acction? how to lock outfit color?
  20. Shiko Erye

    [Request] System dueling or pvp

    pvp system i want is all player can attack other players in pvp zone
Back
Top