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

    Problem with NPC

    Hi! :) I have a problem with a npc or npc system... what happens is that when i try to buy a wand or rod with the NPC Eryn it doesn't sells it to you. But when i try to buy a rune or potions it sells it to you. It only happens with the wands and rods. I remember that one time I removed the wand...
  2. Phemus

    Lua shop system

    I don't get it xD You don't get the items when you buy them by the page?
  3. Phemus

    Premium Points not adding to the players account.

    Do you have the shop system script on your server? if not here is the script: glovalevents/scripts/shop.lua function onThink(interval, lastExecution, thinkInterval) local result = db.getResult("SELECT * FROM shop_history WHERE `processed` = 0;") if(result:getID() ~= -1) then...
  4. Phemus

    Solved Help with NPC

    Tank you so much BeniS also ahmed30 :)
  5. Phemus

    Solved Help with NPC

    Bump
  6. Phemus

    [Script] Welcome Message

    function onLogin(cid) local storage = 7674 if getAccountNumberByName(getCreatureName(cid)) ~= 1 then if getPlayerStorageValue(cid, storage) == -1 then setPlayerStorageValue(cid, storage, 1) doShowTextDialog(cid, 1984, "Welcome to ....") end end return true end
  7. Phemus

    Solved Help with NPC

    Hi! I have a problem... I have a npc script that when you give to him 100 white pearls and 100 black pearls it have to give you a storage value. But my problem is that when you give to him 100 white pearls and like 50 black pearls, it removes you the white pearls and leave you with the black...
  8. Phemus

    Left4Dead Mapping's Thread

    Wow I love that wheel on the wheat
  9. Phemus

    [Loney] Mapping thread

    Nice :d
  10. Phemus

    What map to use for the server?

    Custom map, with new monsters and items edited :)
Back
Top