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

    Solved [GESIOR] Main Menu (Layouts)

    Of course, my site is the signature: arkensot.sytes.net
  2. Sentinel3

    Solved [GESIOR] Main Menu (Layouts)

    Hello everyone, I got an issue when I tried to add new submenu, in layouts.php. Now I can't close the Library submenu (look at picture) Layouts.php Submenu can't be closed. Another question; How can I close all submenus when I enter in website? Thank you so much for read and I hope that...
  3. Sentinel3

    Solved [TFS 1.0] Items.xml

    @Moj mistrz, Perfect thank you! I forgot the movement onEquip. <Solved>
  4. Sentinel3

    Solved [TFS 1.0] Items.xml

    Hello everyone, Using: TFS 1.0 with Tibia 10.41 I got a problem and it's very very weird, becouse when I wear Umbral master spellbook didn't give me any attribute (for example: magic level). And when I wear Spellbook of ancient arcana it gives me the attributes. Umbral master spellbook, in...
  5. Sentinel3

    Solved [TFS 1.0] Bounty Hunter System

    Thank you so much, works perfeclty. One more question, how can I make that when I say !hunt the default message be hidden?
  6. Sentinel3

    Solved [TFS 1.0] Bounty Hunter System

    I didn't get any error in console. And I just changed what you said: @Limos: The money you have to pay is prize x 1000, if you don't want that, remove the *1000 Script that I just right now. function onSay(cid, words, param) if(param == "") then doPlayerSendTextMessage(cid...
  7. Sentinel3

    [GESIOR] Banishments in website

    Where can I find this table? I mean the values, etc. Query: SELECT `bans`.`id`, `bans`.`type`, `bans`.`value`, `bans`.`comment`,`bans`.`admin_id`, `bans`.`expires`, `bans`.`added`, `bans`.`reason` FROM `bans`, `players` WHERE `players`.`account_id` = `bans`.`value` AND `bans`.`active` = 1...
  8. Sentinel3

    Solved [TFS 1.0] Bounty Hunter System

    But now when I say !hunt 100,Anonymous, the money of player doesn't remove and reward for kill the hunt player is 0gps.
  9. Sentinel3

    Solved [TFS 1.0] Bounty Hunter System

    I don't know if this scripts works perfeclty, I tested with my Staff member and player (Anonymous).
  10. Sentinel3

    Solved [TFS 1.0] Bounty Hunter System

    Why I need to add separator=" " if scripts work?
  11. Sentinel3

    [GESIOR] Banishments in website

    Hello everyone, I got this error in website when I added banlist.php Error in website: Fatal error: Call to a member function fetchAll() on a non-object in /home/otsmanager/www/public_html/pages/banlist.php on line 4 I leave you the .php file to check what's wrong. <?PHP $page =...
  12. Sentinel3

    Lua NPC talking a lot bug

    Hello @FilipeJF, can you tell us what TFS version are you using? And can you upload some images about bug?
  13. Sentinel3

    [LUA] Addon Bonus

    Man, I guess that you don't want to understand me. I don't need functions, distro or something like that. I just need a script for add a bonus in outfit with 2 addons. It's very difficult to understand me? I think that my english is correct and I explain perfectly I think...
  14. Sentinel3

    Solved [TFS 1.0] Bounty Hunter System

    Hello everyone, I just need to correct this script, but I don't know how beocuse I didn't get any error in console. I used this Thread to add Bounty Hunter in my OT. The issue appear when I'm in-game and I use the command !hunt (for example: !hunt 100,Edy), in default channel only appears this...
  15. Sentinel3

    [GESIOR] How to add categories

    Bump
  16. Sentinel3

    [LUA] Addon Bonus

    Ofcourse I know that, I already told in post. Please read again before answer, I need the script = code, for TFS 1.0 that it works for Tibia version 10.41! I just said I've seen a lot of servers with addon bonus, but I don't have any script = code, with that.
  17. Sentinel3

    [GESIOR] How to add categories

    Hello everyone, I guess that people would like to know this, and I've searched a lot of times, in otland.net too (but pictures and links are broken) Can someone tell me how to add categories in Shop Offer, like this picture? It's in shopsystem.php file, but I don't know how to write to create...
  18. Sentinel3

    Solved [GESIOR] Item images

    Okay now I understand, I'm writing wrong address, like: /home/website/gesior/items/ I just need to add this address: /items/ <Solved>
  19. Sentinel3

    Solved [GESIOR] Bounty Hunters.php

    Alright I'm so sorry, I miss the table! Thank you for answer me. :eek: <Solved>
Back
Top