• 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. armyman

    Quest don't work with wooden Floor

    no work ;/
  2. armyman

    Function Bring me to (avesta)

    Anyone have this function script to Npc's boats?
  3. armyman

    Quest don't work with wooden Floor

    function onUse(cid, item, frompos, item2, topos) if item.actionid == 8675 then if (getPlayerStorageValue(cid,50002) ~= 1) then if (getPlayerFreeCap(cid) >= 25) then doPlayerSendTextMessage(cid,22,"You have found a doublet.")...
  4. armyman

    Quest don't work with wooden Floor

    <action actionid="8675" script="rookgaard/doublet_quest.lua" /> Imgur: The most awesome images on the Internet
  5. armyman

    Quest don't work with wooden Floor

    is not declared in actions.xml floor id is 405
  6. armyman

    Script Premium Bridge Rook (avesta)

    Solved, Thanks
  7. armyman

    Script Premium Bridge Rook (avesta)

    there is getPlayerPremiumDays(cid)
  8. armyman

    Script to enter in Dl poi (avesta)

    working perfectly, Thank You so much !!
  9. armyman

    Script to enter in Dl poi (avesta)

    i got this error in console now Lua Script Error: [MoveEvents Interface] data/movements/scripts/poh/enterpoi.lua:onStepIn LuaScriptInterface::luaDoTeleportThing(). Can not teleport thing.
  10. armyman

    Script Premium Bridge Rook (avesta)

    Don't work :/ Is it possible to have another name of "Premium status" in the server? Idk why do not work
  11. armyman

    Quest don't work with wooden Floor

    i put, and this work normal with box or chest, but don't work in "Wooden Floor"
  12. armyman

    Quest don't work with wooden Floor

    Hello, anyone know why my new quest don't work with the "tile' wooden floor? i added the actionid and uniqueid on tile, but don't work. (i'm using avesta )
  13. armyman

    Script to enter in Dl poi (avesta)

    this script is working for enter... but i can't out now ;s i put tha same actionid in 2 tiles, for enter and out? Imgur: The most awesome images on the Internet function onStepIn(cid, item, pos) local BOOK_ID = 1976 local ACTION_ID = 10201 -- Actionid of the tile that teleport you if...
  14. armyman

    Script Premium Bridge Rook (avesta)

    function onStepIn(cid, item, topos, frompos) if getPlayerPremiumDays(cid) == 0 then local n = {x = topos.x + 3, y = topos.y, z = topos.z} doRelocate(topos, n) doSendMagicEffect(n, 12) end return true end function onAddItem(item, tile, position) local n =...
  15. armyman

    Script to enter in Dl poi (avesta)

    anyone have this script? To enter in dl poi, if u have the "book" u get teleport after the mwall... And out
  16. armyman

    Help object custom light

    <movevent event="Equip" itemid="2161" slot="necklace" function="onEquipItem" /> This?
  17. armyman

    Script Premium Bridge Rook (avesta)

    now no have error in console, but only work with item in tile now, not with players free acc
  18. armyman

    Script Premium Bridge Rook (avesta)

    If i pass in tile now i got this error in console Lua Script Error: [MoveEvents Interface] data/movements/scripts/rookgaard/premium_bridge.lua.:eek:nStepIn attempt to index a number value stack traceback: [C]: in function 'doSendMagicEffect'...
  19. armyman

    Help object custom light

    really idk what i need do, i just put Light in this object, using object builder... theys aren't working but not in my character slots...
  20. armyman

    Help object custom light

    I'm using avesta, i did work in slota and movements.xml, i just edited theys in object builder
Back
Top