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

    Gesior - Buying mount in the store

    UP Good morning, IMK! Changing the line 1126 helped me to fix the bug of the mounts but now the normal items like armor, boots, etc do not buy in any way, the points do not discount on the site and there the item does not come. Help please?
  2. A

    Gesior - Buying mount in the store

    SHOPSYSTEM - SHOP SYSTEM AURIA OT - Pastebin.com SHOPADMIN - SHOPPADMIN AURIAOT - Pastebin.com SHOP.LUA - SHOP.LUA AURIA - Pastebin.com Modify what? UP
  3. A

    Gesior - Buying mount in the store

    NO HAVE THIS LINE $buy_offer['type'] == 'item',
  4. A

    Gesior - Buying mount in the store

    Good evening here I am again trying to explain in more detail what happens to my server in the quest that someone really can help me. THE PROBLEM: - The player buys a mount from the website and receives it in the game, but the message arrives ... The mount "X" was delivered from the webshop in...
  5. A

    Gesior - Buying mount in the store

    Where should I stick those lines?
  6. A

    Gesior - Buying mount in the store

    <mount id="1" clientid="368" name="Widow Queen" speed="20" premium="no" /> <mount id="2" clientid="369" name="Racing Bird" speed="20" premium="no" /> <mount id="3" clientid="370" name="War Bear" speed="20" premium="no" /> <mount id="4" clientid="371" name="Black Sheep" speed="20"...
  7. A

    Clone itens / guild

    They are using the tactic of inviting the member to guild and then the player of a bp to the leader and then it displaces, there it is kikado etc ...
  8. A

    Clone itens / guild

    Goodnight, I have a problem! Are cloning items on my server most likely by the guild system and I would like to know how to fix it! I need a solution :/
  9. A

    Gesior - Buying mount in the store

    I'm getting the mount by depot and not straight into the character. I think this is what is wrong
  10. A

    Gesior - Buying mount in the store

    I did not understand, can you explain it to me again? I added the mounts as follows ID = 1 Widow Quenn I did not find the ids of the mounts in my items.xml so I added them by the numbering that was in the items folder in your images, if it was 1 put 1
  11. A

    Gesior - Buying mount in the store

    Good night, my site and server are functional but when I buy a mount she should come straight to the character being delivered to the depot. But the depot is empty! And nothing appears, I've tried everything to solve the problem, help me. PRINT ERROR: Imgur: The most awesome images on the...
  12. A

    Gesior - Buying mount in the store

    Good night my mall delivers the items and mounts normally but inside the game the mount does not arrive and it is giving an error. One guy said that I need to modify my shop.lua to accept the mount but I have no idea where to do this, my shop.lua is below HELP ME PLEASE -- ### CONFIG ###...
  13. A

    GESIOR SHOPPING BUG HELP !

    No error message appears on my console. In my globalevents there is no shop.lua file
  14. A

    GESIOR SHOPPING BUG HELP !

    Good night guys, I have a problem on my site, I managed the shopsystem and the player can buy the items, but they are not being delivered to the character, can anyone tell me what it can be? TFS 1.2
  15. A

    Magic effect not found (/z talkaction)

    Fix, thank's
  16. A

    Magic effect not found (/z talkaction)

    NOT FOUND AGAIN..
  17. A

    Magic effect not found (/z talkaction)

    Not found /z 55 ...
  18. A

    Magic effect not found (/z talkaction)

    Good morning I need help for my magic effect command it is not working. TFS 1.2 <talkaction words="/z" script="magiceffect.lua" /> Script function onSay(cid, words, param, channel) param = tonumber(param) if(not param or param < 0 or param > CONST_ME_LAST) then...
  19. A

    countdown HELP!

    Good afternoon, I'd like you to help me out! I need a good countdown to my site! : D I'll be waiting.
  20. A

    Potions / mana / low life

    MYSERVER VERSION IS 10.97 local config = { -- strong health potion [7588] = {health = {min = 250, max = 350}, vocations = {3, 4}, text = 'paladins and knights', level = 50, emptyId = 7634}, -- strong mana potion [7589] = {mana = {min = 115, max = 185}, vocations = {1, 2, 3}...
Back
Top