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

    AAC Help Signatures MYAAC

    Nothings happens :( I had the same problem with headline.php and solved changing a part ", 'martel.ttf'," to "DIR . '/martel.ttf'" I already tried a lot of combinations but none of them worked yet, do you know anything else that I can try? thanks
  2. dervin13

    AAC Help Signatures MYAAC

    When I remove this line It just stop creating the file in cache/signatures, the error still the same Maybe is there a way to make ”http://localhost/?playerName.png” connect directly to this archive png created in cache with playerID? It should work but i have no idea how to make it
  3. dervin13

    AAC Help Signatures MYAAC

    The lastest one MyAAC, Xampp, Apache/2.4.37 (Win32) OpenSSL/1.1.1a PHP/7.3.1 edit: I think it's some problem connecting to the cache folder or converting the access playerNAME to playerID, I already tried and trying a lot of changes but it doesn't work.
  4. dervin13

    AAC Help Signatures MYAAC

    Hi, I don't know why but some error is occurring and "the image cannot be displayed because it contains erros" But I dont know how to see about this errors.... The image .png is been creating normally in cache but something is wrong showing then. If someone can help me i'll be very greatfully...
  5. dervin13

    GUILD LOGO BUG IMAGEN!!

    I think it's a bug in some version in Gesior 2012, I tried to solve it for a year and quit, I recommend you to install another version.
  6. dervin13

    remove Bed from house

    If you already removed the bed from house in the map and it wasn't removed from server, you have to change it in the database, because normaly the bed is saved in the tile_items something like this. Also you can try removing online using the command /r and saving the server.
  7. dervin13

    Lua Remove condition on deEquip

    Great, remember you don't need any script you could do like this: <movevent event="Equip" itemid="2663" slot="head" function="onEquipItem"/> <movevent event="DeEquip" itemid="2663" slot="head" function="onDeEquipItem"/> or by vocation <movevent event="Equip" itemid="2663"...
  8. dervin13

    Reset/Reborn System, whatever you call it.

    I think you are looking for something like this, right? Feature - Reborn System | Reset level, increase power, set exclusive items, spells, houses, web and more! (https://otland.net/threads/reborn-system-reset-level-increase-power-set-exclusive-items-spells-houses-web-and-more.245808/)
  9. dervin13

    AAC Please Help Myaac headline.php

    After hours of trying I discovery this simple error, I dont know why in php 5.5 this work and in php 7 doesnt work... but who want to fix need to make just a change in this line DIR . '/martel.ttf' imagettftext($image, 18, 0, 4, 20, ImageColorAllocate($image, 240, 209, 164), __DIR__ ...
  10. dervin13

    AAC Please Help Myaac headline.php

    The php in xampp is 7.1 and in php.ini have this extension extension=php_gd2.dll that I already tried to active/desactive
  11. dervin13

    AAC Please Help Myaac headline.php

    I changed my xampp version to new one and the headline isnt work anymore, the img dont show... I already tried everything Anyone know what could be? If it need any extension? If I try to open it in chrome it shows The image cannot be displayed because it contains errors. <?php //require...
  12. dervin13

    Server log shows how much other player hits (remove)

    From experience I just removed the statement because I didn't know where to add this solution he gave, and seems that's working well. I dont know why it's an ugly solution, but if haven't any bug for me it's ok... If you discover anything else please post here
  13. dervin13

    Server log shows how much other player hits (remove)

    This worked for me, removed the spectatorMessage, player vs player still normally, now it just show when player get experience.
  14. dervin13

    TFS 1.X+ war system script edit

    Hi, i'm using this war system in game script but i'm with a problem that doesnt have the command war END and the end time always set as 0 so there's no way to end a war I would like to know if anyone can help me to add the working comand END or the time of 24 hours after started in the end...
  15. dervin13

    Lua Help with my script tfs 1.2

    Send us the npc script, or try to use the function player add outfit there! is there where you have to make the change.
  16. dervin13

    Lua Help with my script tfs 1.2

    To do it you have to change the script that give this storage, show us this script, the script you have sent just check the storage When it is and where it is? Is a movement, an action? An creaturescript?
  17. dervin13

    Lua Help with my script tfs 1.2

    I think so, you are using a script to add player addon when he log in, thats why... Try to put the line “player:addoutfit...” in the script where player receive the storage 5005, try to insert player addoutfit, just after player setstorevalue
  18. dervin13

    NPC Grizzly Adams HELP.

    It seems that your problem is in player:ongainexperience, I don't think that this exists in tfs 1.3 by the way i'm using this one and is working perfectly you can try and config if you want to -- Monster Tasks by Limos local keywordHandler = KeywordHandler:new() local npcHandler =...
  19. dervin13

    TFS 1.X+ Question about exhaust or something that makes freeze the character with repetitive action

    Hello, im using Otx 3, and if I hold a action like using mana potion, or using runesm or trying to get into a space the character freeze and I can use potion anymore for some seconds or I have to disconnect, anyone knows how to solve it? thanks Solved. *It's a problem of security where you can...
  20. dervin13

    MyAAC v0.7.12

    We all are looking for it
Back
Top