• 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 for query: guild with id 0

  1. D

    AAC Guild frags Gesior ACC

    Hello, I need a Gesior ACC script that will show 3 specific guilds how many frags they have If no frags - shows 0 If have frags, shows how many Can anyone help me? GUILD ID: 89
  2. L

    [Modern aac] Guilds error

    When I try to create a guild I get the following error Error: All your characters are already in guild or they don't have required level. (50) -Character = lvl 200 -logged out in server -logged in on site I'm using this "patch" witch clearly doesn't work...
  3. L

    [Modern aac] Guilds error

    When I try to create a guild I get the following error Error: All your characters are already in guild or they don't have required level. (50) I'm using this "patch" witch clearly doesn't work http://otland.net/f118/modern-aac-fixed-guild-system-114330/#post1132065...
  4. Jakubens

    AAC Top guilds by storage

    I have this code for top guilds in latest news $main_content .= '<div class="NewsHeadline"> <div class="NewsHeadlineBackground" style="background-image:url(' . $layout_name . '/images/news/newsheadline_background.gif)"> <table border="0"> <tr> <td...
  5. Hokku

    Problem creating guilds

    ...seems to work fine, but last night i noticed when i try to create a guild this appear: i followed this post Solved - Gesior acc Guild with ID 0 doesn't exist. when creating guild (https://otland.net/threads/gesior-acc-guild-with-id-0-doesnt-exist-when-creating-guild.233879/) ,when i try...
  6. Pedrook

    top guild request

    I do not know if I'm in the right place, I'm using a layout, where there are no top guilds, the layout was copied, "thora" the source code has been placed and it shows the guild, but does not have the system, how do I add a code that works here? here codiging layout.php <div class="well">...
  7. Kekox

    [Gesior AAC] Top Guilds.

    Well this script is based on elf's code, you can see here: http://otland.net/f118/0-3-6-0-4-top-fragers-top-guilds-one-database-query-68893/ I made it as a complete section to gesior aac. If you are going to use it, please respect credits. Here an example: Link topguilds.php <?PHP...
  8. gmstrikker

    TFS 0.X Advanced guild system - Install SQL error

    In tibia there is no such thing of guild team play, but in other forum i found a system that can make possible to do: Guild Rank; Guild Tasks; Guild Banker. But i couldn't install the lib to make it work and i need some help Installing: CREATE TABLE `guild_storages` ( `guild_id` int...
  9. O

    Top Guilds little problem

    Hello i have got Topguilds.php <?PHP $main_content .= '<div style="text-align: center; font-weight: bold;"><h2>Top 15 guilds on ' . $config['server']['serverName'] . '</h2></div> <center><table border="0" cellspacing="1" cellpadding="4" width="80%"> <tr...
  10. MexeN

    Modern Acc (Guild)

    Well i Use Trunk 266 And i can't create a guild i get this problem Error: All your characters are already in guild or they don't have required level. (50) Here is my guild_model <?php class Guilds_Model extends Model { public function __construct() {...
  11. K

    Guild War system problem

    Hi, Im using 0.3.6.pl1 8.5.4 gesior acc and tfs with warsystem BUT.. This warsystem probably have got errors, maybe in wars.lua? When i wrote in game /war invite,nameguild,frags is ok /war accept,name guild .. ok and players have got war eblems but when i will kill player of enemy...
  12. beliar34

    AAC Most powerfull guilds

    SELECT `g`.`id` AS `id`, `g`.`name` AS `name`, `g`.`logo_gfx_name` AS `logo`, COUNT(`g`.`name`) as `frags` FROM `killers` k LEFT JOIN `player_killers` pk ON `k`.`id` = `pk`.`kill_id` LEFT JOIN `players` p ON `pk`.`player_id` = `p`.`id` LEFT JOIN `guild_ranks` gr ON `p`.`rank_id` = `gr`.`id` LEFT...
  13. rafaeru

    Solved Znote Most Powerfull Guilds Logo

    hello i try to show guild logo on most powerfull guilds in znote acc its piece of code: // Most powerful guilds for TFS 0.3/4 and 1.0 //////////////////////// // Create a cache file to avoid high SQL load $cache = new Cache('engine/cache/guilds'); if ($cache->hasExpired()) { // Fetch guild...
  14. wizardis2

    [Gęsior Acc] Guild War System

    They immediately notice that the script for Guild War System. Description: The script is used to challenges lie ahead of other guilds to battle with the meter fragów, etc. The command can be moved to a place where he can gild fight. The war may end (win Those who have killed more people) or...
  15. Natan Beckman

    Help (Guild System Geisor)

    ...to create a guild of error when the player tries to vites by the site's error when I try to click on the guild page for guild war of error n enter the correct page of the guild. The Following Errors Have Occurred: # Guild with ID 0 does not exist. I need a guild.php correct without errors.
  16. A

    AAC Create guild error

    Hey members Somehow an error occurred when I try to create guild on gesior acc make 2012. Version 1.0. Look everytime I try to create a guildm: The Following Errors Have Occurred: Guild with ID 0 doesn't exist. Anyone knows how to fix?
  17. S

    Solved Gesior acc Guild with ID 0 doesn't exist. when creating guild

    When i create guild there is: But there is no new guild and when i press submit there is error: guilds.php http://wklej.to/f2Edx
  18. gmstrikker

    TFS 0.X Guild System (guild task,bank) - two SQL problems

    On Tibia and on OTs there is no good guilds systems like in other games that u can do tasks on guild... But i found a system that bring it possible to OTs: Advanced Guild System (https://www.xtibia.com/forum/topic/227593-advanced-guild-system/) (with Guild Rank; Guild Tasks; Guild Banker.) But...
  19. T

    Frags (Guild and Top Fraggers) edit..

    Hi.. I want a system that the top fraggers don't show JUST the unjustified, that way the top fragger will be who has more justified and unjustified... Here i have the script, can someone help me with it, as same as the guilds... the top 4 guilds, a home injection, i want that the TOP guilds are...
  20. Shikate

    [Modern AAC] Top guild kills

    Hi, I edited script by Kavvson. Now it's showing guilds with highest ammount of kills. Use this as injection. <?php ################################################################################# ## CONFIGURATION PAGE ##...
Back
Top