• 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. Daniel Kopeć

    RME 2.1 How to export (make) a mini-map ?

    Hello, How to properly export a mini map in RME 2.1? Or any other way to create a mini-map. Because after exporting, the map is saved in BMP format and cannot be opened with any image editing program. When you try to open a file, a message appears that the file is too large or damaged Anyone...
  2. Daniel Kopeć

    AAC The unusual problem of the gesior 2012

    I have an unusual problem on my website in the download tab. The problem is that the text at the bottom of the page, Footer, acts as the last link to download Elfbot. My download.php script: <?PHP $main_content .= '<font face="Comic Sans MS"> <center><h1><font size="5"...
  3. Daniel Kopeć

    TFS 0.X Swimming Event start error !

    During the automatic start of the event or entering the command: !startswimming such an error appears in the console. How to Fix it? [MOD] swimming event script: <?xml version="1.0" encoding="UTF-8"?> <mod name="Swimming_Event" version="3.0" author="DenZ" contact="otland.net" enabled="yes">...
  4. Daniel Kopeć

    Solved Paintball Event Automatic Start ?

    How to set the automatic start of the [MOD] Paintball event. At a given time? For example, at 17:00. Script Paintball Event [MOD] xml: <?xml version="1.0" encoding="UTF-8"?> <mod name="Paintball event" version="1.0" author="Bogart" contact="otland.net" enabled="yes">...
  5. Daniel Kopeć

    TFS 0.X [Warning - Vocations::getVocation] Vocation 429496 not found.

    [Warning - Vocations::getVocation] Vocation 429496 not found. How to fix it?
  6. Daniel Kopeć

    Solved Exp Scroll Problem ! HELP

    After using exp scroll gives 50% more experience. But after the relog, it adds another 50% more. How to fix it? TFS 0.4 Tibia 8.6 Below is the script: actions/scripts/expscroll.lua local config = { rate = 1.5, time = 0.5 * 60 * 60, -- (2 hours) in seconds storage = 20014 } local...
  7. Daniel Kopeć

    Lua Only guilds can pass script

    I am looking for a script that will make it possible for only guild players to pass through the SQM (ground) or through the door. TFS 0.4 Tibia 8.6
  8. Daniel Kopeć

    TFS 0.X War Castle Problem

    The guild that won the castle can enter the castle and exp. It works fine. But the problem is that players who are not in the guild can enter the castle and exp also too. Only players who are in the guild but do not own the castle cannot enter. piece of script w-castle MOD: <action...
  9. Daniel Kopeć

    Jaki serwis płatności pod Gesior 2012 ?

    Witam, Jaki polecacie serwis do płatności pod Gesior 2012 Tibia 8.6 TFS 0.4 ? Założyłem konto na Hotpay ale nie ma skryptów na forum do tego pod Gesiora natomiast inne serwisy takie jak Dotpay, Cashbill wymagaja podana NIP chyba firmy lub osoby prywatnej.
  10. Daniel Kopeć

    AAC How to make a still background ?

    How to make a still background on Gesior 2012 TFS 0.4 ? I added background-attachment: fixed; to layout.php <div id="ArtworkHelper" style="background-image:url(<?PHP echo $layout_name; ?>/images/header/background-3.jpg);background-attachment: fixed;" > and the background is still but...
  11. Daniel Kopeć

    AAC I'm looking download.php script for Gesior 2012.

    I'm looking download.php script for Gesior 2012. Anyone have a nice script ready?
  12. Daniel Kopeć

    TFS 0.X Behemoth Quest give Empty Bag.

    There are no items in the chest bag from Behemoth Quest. TFS 0.4 But there are items in the editor map. actions/xml: <action actionid="2000" event="script" value="quests/system.lua"/> actions/scripts/quest/system.lua: local specialQuests = { [2001] = 30015 --Annihilator } local...
  13. Daniel Kopeć

    Solved Vial of water did not work TFS 0.4. HELP !

    Filling the vial with water does not work :( I need this feature to be done dreamer's challenge quest etc... On the other hand, Sandra in Edron sells an empty vial. How to fix it? empty vial in item editor It looks like this: sandra.lua: shopModule:addBuyableItem({'vial of oil'}, 2006...
  14. Daniel Kopeć

    AAC Item Market for Gesior 2012 0.4

    Does anyone have an "Item Market" script for Gesior 2012 0.4 Tibia 8.6 ?
  15. Daniel Kopeć

    Lost Account An error occorred while sending email! Try again or contact with admin.

    I have GESIOR 2012 - Version 1.0.1 for 0.3.6 and all 0.4. When do I use the function Loss Account such a message appears on the website and the e-mails do not come with the new password to the account...
  16. Daniel Kopeć

    How to make War System on page Gesior 0.4 2012 ?

    I have installed Gesior Acc Maker 2012 version 1.0.1 for TFS 0.3.6 and 0.4. https://otland.net/threads/gesior-2012-version-1-0-1-for-0-2-x-0-3-6-and-all-0-4.176677/ But I don't know how to make a war system on the site. I see i have scipt wars.php but there is no Wars tab on the page. Can...
  17. Daniel Kopeć

    Solved Gesior 2012 0.4 does not show support list !

    Gesior 2012 for TFS 0.36 and 0.4 Tibia 8.6 does not show support list. (GOD, GM, Tutor, etc...) How to Fix It? Its my team.php file: <?php if(!defined('INITIALIZED')) exit; $list = $SQL->query('SELECT ' . $SQL->fieldName('name') . ', ' . $SQL->fieldName('online') . ', ' ...
  18. Daniel Kopeć

    Solved Gesior Acc Maker 2012 Login to the game Problem !

    After creating an account, I cannot log in to the game. Tibia client shows Invalid password. The new account and character normally appears in the database. Gesior Acc Maker 2012 TFS0.4 Tibia8.6 In config.lua password encryption is 'sha1' sqlType = "mysql" sqlHost = "127.0.0.1"...
  19. Daniel Kopeć

    Solved STEP 5 Set Admin Account error

    I cannot set up the administrator account when installing the Acc maker TFS 0.4 gesior. I get such an error: ______________________________________________________________________________________________________________________________ STEP 5 Set Admin Account Fatal error: Call to a member...
  20. Daniel Kopeć

    Solved Search character name error !

    I get this error when searching for a player with a name that does not exist :( how to fix it? Fatal error: Uncaught exception 'E_OTS_NotLoaded' in C:\xampp\htdocs\pot\OTS_Player.php:1808 Stack trace: #0 C:\xampp\htdocs\characters.php(66): OTS_Player->getCustomField('id') #1...
Back
Top