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

    Pits of Inferno Quest shortcuts

    Thanks I will look for it.
  2. R

    Pits of Inferno Quest shortcuts

    Can anyone tell me where the shortcuts are in/to the Pits of Inferno Quest? Gathered information: If you can make a screenshot I would appreciate it :P.
  3. R

    [Sweden] Warloria 2.0 Client 7.72 - [Active staff]

    Nice server so far!
  4. R

    Windows 7.6 npc problem

    Aight thanks man :)
  5. R

    Windows 7.6 npc problem

    If I add this: <parameter key="module_shop" value="1"/> <parameter key="shop_buyable" value="bow,2456,350;crossbow,2455,450; or this: shopModule:addBuyableItem({'bow'}, 2456, 350, 'bow') shopModule:addBuyableItem({'crossbow'}, 2455, 450, 'crossbow') The npc can not see a difference...
  6. R

    7.6 ot

    7.6 poll
  7. R

    Lua Help with more advanced quest chest please

    Yes, I did :( . Thanks for the reply.
  8. R

    Lua Help with more advanced quest chest please

    Anyone knows?
  9. R

    Lua Help with more advanced quest chest please

    @ Floris No console error, I just get the message "The chest is empty."
  10. R

    Lua Help with more advanced quest chest please

    I'd like this to be added to my quest chest: if backpack space < 1 then doPlayerSendTextMessage(cid,22, "Sorry, you do not have enough space in your backpack.") Notice: I don't have the function getItemWeightById and I'm using Avesta 7.6 My script: function onUse(cid, item, frompos, item2...
  11. R

    Lua Help with npc function farewellCallback(cid) please

    The npc just says the last line "Good bye, Mam." only (even if you're a male). I think the function is bugged or something.
  12. R

    Lua Help with npc function farewellCallback(cid) please

    How come this script doesn't work?: function farewellCallback(cid) if getPlayerSex(cid) == 1 then npcHandler:setMessage(MESSAGE_FAREWELL, 'Good bye, Sir.') elseif getPlayerSex(cid) == 0 then npcHandler:setMessage(MESSAGE_FAREWELL, 'Good bye, Mam.') else...
  13. R

    Lua Change greet word for 1 npc

    Awesome it works, thanks, rep ++ :D
  14. R

    Lua Change greet word for 1 npc

    Removed, testing.
Back
Top