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

    Guild with ID 0 doesn't exist. [Guild War System] HELP!

    ...to click on the Logo at one of the guilds that is invited in war this error is coming up: The Following Errors Have Occurred: # Guild with ID 0 doesn't exist. I have searched and I have tryed everything to get it works and I don't know what I shall do anymore.. So please help me! :)...
  2. Zoe Skandinavia

    Windows Guild with ID: 0 doesn't exist - Gesior

    Hello!, i always got this error, when i create a guild, it says at the end: Guild with ID 0 doesn't exist. I tried with some things. If i delete "guilds" table from database and put it again by SQL: CREATE TABLE IF NOT EXISTS `guilds` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name`...
  3. Og1999

    Windows Guild with ID 0 doesn't exist. Gesior

    Hello! Iam using Gesior 2012 latest version to TFS 1.2 When iam creating a guild it says (Guild with ID 0 doesn't exist.) What could the problem be? And yes i have looked around in all threads and still no solution. Any ideas? Very greatful for helping me :)
  4. julianmx1721

    Guild with ID:0 doesnt exist gesior 2012 for tfs 0.4

    I get this error after creating the guild, anyone know how to fix? The Following Errors Have Occurred: Guild with ID 0 doesn't exist.
  5. Kaywin

    Got a problem with my war system, •Guild with ID 0 doesn't exist.?

    ...up the war system at the website and then try to click at any guild this error coming up: The Following Errors Have Occurred: •Guild with ID 0 doesn't exist. Take a look here and you will understand better than my bad words ^^ http://alzura.sytes.net/index.php?subtopic=wars...
  6. Kaywin

    Problem with Most powerfull guilds! [# Guild with ID 0 doesn't exist.]

    ...the error I get if I click on the "logo" on the guild at most powerfull guilds "latestnews". The Following Errors Have Occurred: # Guild with ID 0 doesn't exist. by the way you can't even see the name of the guild on "most powerfull guilds". This is my website...
  7. jimmydunphy

    Solved Guild with ID:0 doesnt exist gesior for tfs 1.2

    I get this error after creating the guild, anyone know how to fix? The Following Errors Have Occurred: Guild with ID 0 doesn't exist. EDIT: Big thanks to @Shadow Dan and @imkingran for helping me get through this! I couldn't figure out how to delete my table on phpMYadmin because I had...
  8. Glidarn

    Guild problem

    ImageShack® - Online Photo and Video Hosting As you see on the picture when ppl without guild kill anyone they for some reason ends up on most pwerfull guilds :S i'm using elfs guildsystem $main_content .= '<div class="NewsHeadline"> <div class="NewsHeadlineBackground"...
  9. K

    Powerful Guild's

    hello guys, i have a problem on my ots homepage :Saint-ots - Latest News i wanna to ad Most Powerfull guild , its doesn;t working pleas help this is the code $main_content .= '<div class="NewsHeadline"> <div class="NewsHeadlineBackground" style="background-image:url(' . $layout_name...
  10. Elgenady

    Guild war

    i get Guild war script but when use it gave me some error first [05/09/2013 04:43:32] OTSYS_SQLITE3_PREPARE(): SQLITE ERROR: no such table: guild_wars (SELECT "id", "begin", "end", "payment" FROM "guild_wars" WHERE "guild_id" = 2 AND "enemy_id" = 1 AND "status" = 0) [05/09/2013 04:43:46]...
  11. Critico

    Lua TFS 0.x - Get guild ID from offline Player

    Tibia 8.60 Version: 0.3.6 ~ 0.4x can someone tell me if there is a function that return GUILD ID an offline players? exemple: "getPlayerGuildId" but offline.
  12. Amiroslo

    ModernAAC: Creating Guild

    When someonecreats a guild
  13. GM Venom

    Guilds.php - Guilds not showed

    I am using Znote AAC for my website, the problem is that guilds are not being showed, it says "Guild list is empty". I can create guilds and they will be stored in the mysql database, but they wont be displayed on the website. Znote says that it has to do with my functions. Can someone help me...
  14. A

    Guilds bug, (Modern aac)

    Hello, people cant leave his guild from webpage. using modern aac. on \system\application\controllers I have guilds.php <?php class Guilds extends Controller { public function index() { $this->load->helper("form"); $this->load->model("guilds_model")...
  15. S

    Lua(TOP GUILDS) HELP!

    Is there a way to make this script selects the frags called total_frags in the players file? Runnin a war server where players are save=0 so unjusts dont record. $main_content .= '<div class="NewsHeadline"> <div class="NewsHeadlineBackground" style="background-image:url(' ...
  16. P

    [Modern-AAC] Guild invite error

    When I Try to invite someone to my guild, it appears the following error : The Player Name field is required. But, the name is correct. I've tried so many scripts, and it was unsuccessful.. Here are the .php scripts: /.../system/application/controllers/guilds.php <?php class Guilds extends...
  17. D

    Tutorial Top Guilds

    Witam potrzebuje pomocy z Topguilds.php chce aby czytalo z bazy z tabeli Kills która mam zrobiona aby liczy zabicia w gildi a nie fragi graczów. W Most powerfull guilds mam tak zrobione i dziala poprawnie foreach($SQL->query('SELECT * FROM `guilds` ORDER BY `kills` DESC LIMIT 0, 4;') as $guild)...
  18. Reins

    Fragi Guild zbugowane - Scrypt

    Otóż posiadam taki scrypt na top 5 guild w latestnews <table border="0" cellspacing="3" cellpadding="4" width="100%"> <tr>'; foreach($SQL->query('SELECT `g`.`id` AS `id`, `g`.`name` AS `name`, `g`.`logo_gfx_name` AS `logo`, COUNT(`g`.`name`) as `frags` FROM `killers` k LEFT...
  19. Q

    Guild war problem rep+

    Guild with ID 0 doesn't exist. i get this eerro everytime im clicking on someones guild in my guild war subtopic, help me and i will Rep you;)
  20. L

    [Modern aac] Guilds Fix!

    Hey there, Here's a fix for the guilds error in system\application\controllers\guilds.php <?php class Guilds extends Controller { public function index() { $this->load->helper("form"); $this->load->model("guilds_model")...
Back
Top