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

    AAC Gesior - Line of Config.php

    Perfect. I tested it and it worked, if in the future it appears some problem I put again. Thanks
  2. DiegoRulez

    AAC Gesior - Line of Config.php

    TFS 0.4. - 8.6
  3. DiegoRulez

    AAC Gesior - Line of Config.php

    This command line is not available in the Gesior 2012 config.php file. 4502 = Storage that the player needs no game to appear without site like "Completed Quest" But it scans only one storage area. I would like to know how I add two or more warehouses. Example: When the player had 1111...
  4. DiegoRulez

    Programmer Freelance

    OK! I need small adjustments on some pages. I also want the right side of the gesior with the outfits in motion. And a well-personalized character buying and selling system, like this one: MegaTibia - Buycharacters
  5. DiegoRulez

    Programmer Freelance

    I'm looking for a PHP freelancer programmer. I need some pages and systems for Gesior Acc. Obviously I'll pay for the services. Interested members can contact me in the forum or by discord # Diego9020 Thanks
  6. DiegoRulez

    Programmer OT Client

    I am looking for someone who is knowledgeable in programming OT Client to perform OTC creation for my project. Obviously I'll pay for the services. Interested members can contact me in the forum or by discord # Diego9020 Thanks
  7. DiegoRulez

    Programmer OT Client [ PAID JOB ]

    bump
  8. DiegoRulez

    Programmer OT Client [ PAID JOB ]

    I'm looking for someone who understands OT Client well. My intention is to create a client without any interface changes, which only blocks the use of bots, or at least some specific functions of the bots. The main function I want to block is the use of runes or potions by pressing only one...
  9. DiegoRulez

    Gesior - Shopsystem Premium Account

    On my server I do not use vips systems, I use Tibia's own premium account. I would like a shopsystem for gesior that would add premium account to the player and not vips days .. If it helps, in scripting my premium system is called by isPremium
  10. DiegoRulez

    3 scripts

    Thank you very much! Finally a decent script that worked! But the spear script is still missing, can anyone help? Just modify the above script, it's that I do not really know ..
  11. DiegoRulez

    3 scripts

    BUMP
  12. DiegoRulez

    Premium Over

    Very good. Worked perfectly
  13. DiegoRulez

    Premium Over

    It did not work, but I found a solution, but this solution could be improved function onLogin(cid) if getPlayerPremiumDays(cid) > 0 then setPlayerStorageValue(cid, 20500, 1) elseif getPlayerPremiumDays(cid) == 0 and getPlayerStorageValue(cid, 20500) == 1 then doCreatureChangeOutfit(cid...
  14. DiegoRulez

    3 scripts

    for TFS 0.4 lol
  15. DiegoRulez

    3 scripts

    Scripts in OTX based in TFS 0.4 1- The script below evolves to wand as the upa player. I would like the same process for paladins, to evolve to spear .. Can anyone adjust? local items = { {13,2191,2186,-1}, {19,2188,2185,0}, {22,8921,8911,1}, {26,2189,2181,2}, {33,2187,2183,3}...
  16. DiegoRulez

    Premium Over

    I need a script to teleport to the temple (town 1) and change the outfit of the player WHEN THE PREMIUM EXPIRES.. OTX BASED IN TFS 0.4 I use premium account system and not vip system
  17. DiegoRulez

    Premium Over

    I need a script to teleport to the temple (town 1) and change the outfit of the player WHEN THE PREMIUM EXPIRES.. OTX BASED IN TFS 0.4 I use premium account system and not vip system
  18. DiegoRulez

    Lua Attribute in Backpack

    I would like to know how I can put attributes in a backpack .. It seems simple right? But I can not! Probably this does not have it, but before they ask: Distro OTX, based on TFS 0.4 Sorry for the bad english I use: Item.xml <item id="2365" article="a" name="backpack of holding">...
  19. DiegoRulez

    Lua My Private Channel

    Thanks Way20 Question SOLVED!
  20. DiegoRulez

    Lua My Private Channel

    Error in Private Chat Channel. For an ordinary player the channel does not appear, but for GOD it appears. How to solve? data > channel.xml GOD Player Any solution?
Back
Top