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

    Programmer Imbuement System

    Looking for a programmer who can help me add the following to my server: Imbuement System (full) - TibiaWiki Link (Solved) Discord: godric#6155 Engine: TFS 1.1
  2. imkingran

    [USA][Custom] ArchlightOnline - Legacy - Coming May 13th 2022

    Those wings are fire!!! :eek:
  3. imkingran

    Solved VIP DAYS DOESEN'T REMOVE

    Not sure, but try changing: 00:01 to 00:00:01
  4. imkingran

    [TFS 1.1] Outfit Bonuses

    At one point I was trying to make an upgrade system with elemental protections using this similar method. The only issue is when a player is wearing Mana Shield it doesn't apply and onManaChange() does not offer the same params as onHealthChange() to find the primaryType/secondaryType. Is...
  5. imkingran

    [USA][Custom] ArchlightOnline - Legacy - Coming May 13th 2022

    Goodluck guys! Love the work ethic!
  6. imkingran

    AAC Gesior topfraggers by storage

    Change this line below to your key: $storageKey = 123456; <?php if(!defined('INITIALIZED')) exit; $main_content .= '<div style="text-align: center; font-weight: bold;">Top 30 fraggers on ' . htmlspecialchars($config['server']['serverName']) . '</div> <table border="0" cellspacing="1"...
  7. imkingran

    Lua Last Hit Kill = Frag

    Try changing it to: Frag only 1 player = Last Hit
  8. imkingran

    Feature [TFS 1.2] Reflection attribute

    boiiii :p Thanks!
  9. imkingran

    [USA][Custom] ArchlightOnline - Legacy - Coming May 13th 2022

    I really commend you guys on your constant effort to keep improving! Way to go! I hope you never lose your motivation and wish you good luck on all your future endeavors!
  10. imkingran

    Feature Embedded proxy in your server.

    Nice release @Mkalo I was in the process of testing it but I ran into this problem on the nginx part: nginx: [emerg] unknown directive "stream" in /etc/nginx/nginx.conf:87
  11. imkingran

    TFS 1.X Bounty Hunter System

    This part insert into your database: The rest put with your other libraries. Mine is in: data/lib/bounty_hunter.lua Then in data/global.lua you can add at the top dofile('data/lib/bounty_hunter.lua')
  12. imkingran

    TFS 1.X Bounty Hunter System

    local config = { dialogBoxImageId = 24560, -- change this ID to the image you want to see on the Dialog Box delay = true, -- Would you like to add a delay on this talkaction? delayTime = 30, -- time in seconds you would like to add a delay on the talkaction delayStorage = 60799...
  13. imkingran

    TFS 1.0 Bounty Hunter System DB errors

    You should update it to the latest version and see if that solves your problems.
  14. imkingran

    Gesior - Buying mount in the store

    Try this: shopsystem.php
  15. imkingran

    Gesior - Buying mount in the store

    What is the `offer_type` for that item?
  16. imkingran

    Gesior - Buying mount in the store

    Try to change: $buy_player = new OTS_Player(); to: $buy_player = new Player();
  17. imkingran

    Gesior - Buying mount in the store

    Replace your shop php file with the file I linked. It has edits inside near the same line.
  18. imkingran

    Gesior - Buying mount in the store

    Did you try this already? [PHP] shopphp - Pastebin.com
  19. imkingran

    Gesior - Buying mount in the store

    Well did you insert proper offer_type for your other offers in the database table? Try this: [PHP] shopphp - Pastebin.com
Back
Top