• 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!

Search results

  1. L

    [C++] Turn on/off emoted spells by talkaction

    Good evening! I would like to request a talkaction which is able to turn on/off emoted spells (Orange text). /spells on, enables the emoted spells function in config.lua just for the player who execute the command. /spells off, turning off the emoted spells and goes back to normal. I would...
  2. L

    [Gesior AAC] Level and Vocation, Guilds.php

    Hi! Currently it's looking like this when looking at guilds. But I want it to look like this RED part. Basically I want to make it split between these rows to make it look better. PHP script $main_content .= '<BR><BR> <TABLE BORDER=0...
  3. L

    Gesior request

    Hi! Anyone know how to make so Gesior support having your PHP files in different folders like Zivera.eu? This is the url for Zivera's whoisonline.php: zivera.eu/online Right now it is: localhost/?subtopic=whoisonline
  4. L

    Aashora.zapto.org spoofing.

    Just looked at this server and noticed something strange. :rolleyes: More then 60%? of server population haven't been online since 31th March, they have taken levels without any skills or wasting mana.
  5. L

    gesior, show % of how many online

    Hi! I need help with a function that shows percent of how many it is online on the server. Example: Your server can hold a maximum of 1000 players and when 10 players is online then it should show something like, "Currently 10 players online, it is 1% of full server". Rep+
  6. L

    flags whoisonline function getId()

    Hi! What's wrong with this SQL query? $acc = $SQL->query('SELECT * FROM accounts where id = '.$account->getId().';')->fetch(); Getting this error :rolleyes: Fatal error: Call to a member function getId() on a non-object rep+
  7. L

    [GESIOR] Character Statistics error

    Hi! Anyone know how this would be fixed? Fatal error: Call to undefined function force() $spentMana = 1600 * force($constantMana, $player->getMagLevel()); Thanks in advance!
  8. L

    gesior, how to use sha1 encryption?

    Hi! I'm using encryptionType="sha1" in config.lua and in config-and-function.php I got this, if(strtolower($config['server']['useMD5Passwords']) == 'yes' || strtolower($config['server']['passwordType']) == 'md5') $passwordency = 'md5'; if(strtolower($config['server']['passwordType']) ==...
  9. L

    Gesior, Website running slow

    Hi! I've noticed that some PHP file is making the website running really slow, is there anyway to find out which one? The "updated" website takes like 1 second to reload and sometimes even up to 4 seconds! I tried out with my older and it reloads on 0,060s~. Apperciate all help, thanks!
  10. L

    [GESIOR] Menu bug

    Hi! When I'm entering my url some menus are open but I only want the "News menu" open. I've been searching in layout and css but haven't found anything. Also sometimes when clicking on links it opens all the menus or closing all, must be a way to avoid this also. Using tibiacom layout...
  11. L

    [GESIOR] Error while creating character

    Hi! I need some help to solve a problem while creating a character. When I'm creating a character I receive a white page with this error, accountmanagement.php line 954 $player->setSkill(0,$char_to_copy->getSkill(0)); index.php line...
  12. L

    Possibility to end up in Ghost ship

    Hi! I've been searching around for this and found some examples but I cannot figure it out how I should do it with this boat script. I need to add this to the script but as you see it need to be rewritten. function creatureSayCallback(cid, type, msg) if(not npcHandler:isFocused(cid)) then...
  13. L

    SD the whole stack when using crosshair, how?

    Hi I would like to request a script or maybe a source edit which enables you to attack the whole stack when using runes with crosshair on the stack. Thanks in advance!!
  14. L

    gesior, Help with total members/avg lvl code at guilds

    Hello! I need some help with this code for showing total members and avg lvls when looking at guilds. Currently it's just showing 0.. $guild_id = (int)$_GET['guild']; $guildMembers = $SQL->query( 'SELECT COUNT(`gr`.`id`) AS `total` FROM `players` AS `p` LEFT JOIN...
  15. L

    Gesior, showing Total members/AVG lvl in guilds

    Anyone got code for showing total members and their avg lvl like this? Lunera.eu - Guilds Thanks in advance!
  16. L

    [Norway] Seven-heaven[8.6][Real-Map][War system] | Points event during 18-21 NOV

    Points event (from 18/11/11 untill 21/11/11) Level 180: 2 Premium Points Level 200: 3 Premium Points Level 220: 5 Premium Points IP: seven-heaven.net Webpage: Seven-Heaven - Latest News Port: 7171 The server are running on a great host: - Processor: Intel i7 4x 2(HT)x 2.66+ GHz - RAM: 16 GB -...
  17. L

    Gesior] Layout doesn't support Letters how can I add it?

    Hello! The layout I'm using currently doesn't support some letters. I want to be able to write ÅÄÖ for example but It is just saying like ??? instead. Nothing wrong with my scripts just the layout, because it's working fine with RL tibia layout. Here's the basic.css I'm using for my layout...
  18. L

    Shopsystem help please

    Hello! How to add this kind of table around so it looks like this? You can find the script here: xd - Pastebin.com Thanks in advance!
  19. L

    Step on tile to summon multiple monsters, only 1 player able to enter the room.

    Hello! I would like to request one script and a little edit on one. I don't want any storage when step on tile, only able to use each 10 seconds for example and it summons multiple monsters. local t = { storage = 32001, monster = {"Hydra", {x=xxxx, y=xxx, z=x}}, msg =...
  20. L

    [GESIOR] Group name under character name at the Forum section

    Hello! Anyone know how to change so it looks like this? Tibia - Free Multiplayer Online Role Playing Game - Forum As you can see it says 'Customer Support' under his name and thats what im looking after. Rep++ Thanks in advance!
Back
Top