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

    [REQUEST] animatedtext top guild script

    I would like a script that every 10s exebisse an animated text in the character that is in a guild that has more kills in sv. That is, top guild. The one that appears on the Modern website acc on the Top guild tab. It would look like this: She was going to appear rising and gone, after she...
  2. M

    [REQUEST] animatedtext top guild script

    Galera I would like a script that every 10s exebisse an animated text in the character that is in a guild that has more kills in sv. That is, top guild. The one that appears on the Modern website acc on the Top guild tab. It would look like this: She was going to appear rising and gone, after...
  3. P

    AAC Error no Top Guilds Gesior website

    Good morning people, everything fine?! (I use XAMPP V7.1.1 - Control panel 3.2.2) Older version because only it ran this site! I have an error related to TOPS GUILDS, the mistake: Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\pages\latestnews.php on line 17 Linha 17...
  4. dgprado

    most powerful guilds of world_id = 1

    Is this possible to list the 4 most powerfull guilds of the world_id = 1 ? 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 JOIN `player_killers` pk ON `k`.`id` = `pk`.`kill_id` LEFT...
  5. F

    bug in mysql about guild

    i get this bug mysql_real_query(): SELECT `id`, `ownerid`, `creationdata`, `checkdata` FROM `guilds` WHERE `world_id` = 0; - MYSQL ERROR: Unknown column 'checkdata' in 'field list' (1054) how do i fix it?
  6. B

    Full Guild War System

    Add This Tables on Sql CREATE TABLE IF NOT EXISTS `guild_invites` ( `player_id` int(11) NOT NULL DEFAULT '0', `guild_id` int(11) NOT NULL DEFAULT '0', UNIQUE KEY `player_id` (`player_id`,`guild_id`), KEY `guild_id` (`guild_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; CREATE...
  7. Mkalo

    AAC Create guild error

    You could try the search bar: https://otland.net/search/1774328/?q=guild+with+id+0&o=relevance Solved - Gesior acc Guild with ID 0 doesn't exist. when creating guild
  8. Scooty

    Guild Statistics on newest Gesior

    Hiho im using newest gesior acc na ( gesior-aac - A new Gesior-AAC - Google Project Hosting ) and i have problem with this script: //show guild page if($action == 'show') { $guild_id = (int) $_REQUEST['guild']; $guild_name = $guild_id; $guild =...
  9. C

    Lua Guild Problem TFS 0.4

    Hi people, i have a problem when i try to create a guild, say this on the console: Somebody knows about this ? Please help me!
  10. Darkhaos

    NPC Guild bank system

    A request from izaak here: http://otland.net/f132/request-guildbank-system-101926/ First, execute this on MySQL: alter table guilds add balance int(11) not null default 0; The npc: <?xml version="1.0" encoding="UTF-8"?> <npc name="Jhon" script="guildbank.lua" walkinterval="0" floorchange="0">...
  11. Q

    Guild war request! rep++

    Someone help me with this.. rep++:thumbup:
  12. niti

    Lua Most powerful guilds on website

    I got a latestnews with most powerful guilds and Last joined, but the guilds are not showing up on the site. Any clue? gesior 0.3.6 <?PHP //######################## SHOW TICKERS AND NEWS ####################### $time = time(); $query = $SQL->query("SELECT * FROM `players` ORDER BY...
  13. gmstrikker

    TFS 0.X SQL error when try to install advanced guild system

    I found a amazing system, every server should use it, it allow to create guild bank, guild task and things like that... But i'm having a problem to install There is a talkaction to install the script, but when i try to run it, shows this error [5:30:59.549] mysql_real_query(): SELECT points...
  14. Lurk

    AAC znote most powerful guilds

    I'm using [Znote AAC] Most powerful guilds (TFS 0.3/4 and 1.0) (https://otland.net/threads/znote-aac-most-powerful-guilds-tfs-0-3-4-and-1-0.209045/) (no table design) and tfs 0.4 the select query is SELECT `g`.`id` AS `id`, `g`.`name` AS `name`, COUNT(`g`.`name`) as `frags` FROM `killers` k...
  15. Z

    Guild Wars System

    Could someone send me a clean version of the Guild War System. Mine has bugs in it. Duh it's from Frank Farmers LOL. If someone is interested in the error it goes something like this Please send me a clean version and without modifications. If you send it with modifications let me know...
  16. Kavvson

    [Modern AAC] Injection - Top Guild Rating

    Hello. This is my second version of my script. The other once can be found here : http://otland.net/f118/modern-aac-page-top-guild-rating-107492/ | and its a page version of this script this one will be displayed on the home page as a injection. Tutorial where to place it? enter the...
  17. Kavvson

    Modern AAC Injection - Guild statistics V2!

    Greetings Fellows. I would like you to present a Injection for the latest Aac maker. Its not official don't its still a beta version but you might use it later. I made a injection based on showing the amount of players in guild and the amount of players that are invited in the guild. I...
  18. villelagui

    Gesior Guild Logos Bug

    I'm having some problemas with gesior guild logos... At the page Guilds the logos aren't shown and even if i try to update to a new one it wont change. Won't give me any errors or anything like that... Here's my Guilds - Warzera Server <?php if(!defined('INITIALIZED')) exit; if($action...
  19. W

    Most powerfull guild, please read it! you can help

    So here's the thing, the script by elf to show on website the most powerfull guild is bugged as we all know. Link: http://otland.net/f118/0-3-6-0-4-top-fragers-top-guilds-one-database-query-68893/index4.html#post727320 Where is the bug? When none of the guild have frags, the guild names wont...
  20. Archez

    Most powerfull guild, please read it! you can help

    Add this, it should work. if($guild['frags'] == 0) $main_content .= 'There are currently 0 frags on '.$config['site']['worlds']['0'].' guilds.'; Whole thing, if you don't know how to place the 'if'. <?php $main_content .= '<div class="NewsHeadline"> <div class="NewsHeadlineBackground"...
Back
Top