• 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

    Lua Help battle field event player doesnt die

    Solved, it was a problem in Zombie Event that I changed to preparedeath and was bugging all the server, sorry for this and thanks for all
  2. dervin13

    TFS 0.X Failed to load items .otb

    Try this one
  3. dervin13

    Lua Help battle field event player doesnt die

    Sorry, it was incomplete, now i edited to the correct form, do you know what may be causing this problem?
  4. dervin13

    Lua Help battle field event player doesnt die

    Hello, if somebody could help me i'd be very greatfull I'm trying to use this battle field event but I think there's some error in the function onDeath/prepare death, because when player is almost to Die the weapon dont give any hit anymore...
  5. dervin13

    MyAAC v0.7.12

    Already tried this? [MyAAC][Plugin] login.php for Tibia 11 (https://otland.net/threads/myaac-plugin-login-php-for-tibia-11.254389/) Someone knows how to insert Guild WAR in website, or a page just to show the guild war ingame? This project still running?
  6. dervin13

    C++ How to insert in C++ code something to restart server

    I already use a script, the problem is with this kind of error, the server stops and dont appear a error to close and without this is impossible to restart the server... So i'm looking for something that make it possible to restart the server without my presence
  7. dervin13

    C++ How to insert in C++ code something to restart server

    This doesnt work to me :/ anyone knows how to edit this in C++ code?
  8. dervin13

    C++ How to insert in C++ code something to restart server

    Hello, I would like to know if it's possible to add a restart code when this errors occurs, because the automatic restart doesnt work as the tfs doesnt close and it didn't appear any error to close... thanks void allocationHandler() { puts("Allocation failed, server out of memory!\nDecrease...
  9. dervin13

    Help script create a history mysql

    Hello, I'm using this buy/sell character and thinking if it's possible to make a register in mysql of history of trade like a transaction history [Gesior ACC] Buy / sell characters (https://otland.net/threads/gesior-acc-buy-sell-characters.166862/) <?PHP if($logged) { if...
  10. dervin13

    Lua help script tfs 0.4 mods battle

    Script battle boat Hi, can someone try to help me to fix this or to identify the error?? After I start the event evrything occurs without any problem, players go to the area, enter in boat and after event start putting the players in area of the battle this error come and the server goes down...
  11. dervin13

    Item expiration

    Is it possible to put some attribute or something in a normal item, without expiration in items.xml, to expire just if have this attribute in game? tfs 0.4 thankss
  12. dervin13

    Lua How to put a column with townid in who is online

    thank you so much it's perfect now
  13. dervin13

    Lua How to put a column with townid in who is online

    When I tried this the page doesnt opened, I tried to remove this line " $towns = array('0' => 'Town_1', '1' => 'Town_2') // put your town_id's here " and the pages start working with the column but the column was empty, I think the problem could be something wrong when trying to get the town_id,
  14. dervin13

    Lua How to put a column with townid in who is online

    It's a normal gesior account, the part that show player is in this line, that shows outfit, name, level and vocation, but i don't know how to put townid in it $main_content .= '<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=4 WIDTH=100%><TR BGCOLOR="'.$config['site']['vdarkborder'].'"><TD...
  15. dervin13

    Lua How to put a column with townid in who is online

    Is it possible to add a column that shows in who is online where's the residence of the player? Like his town ID? <?php if(!defined('INITIALIZED')) exit; if(count($config['site']['worlds']) > 1) { foreach($config['site']['worlds'] as $idd => $world_n) { if($idd == (int)...
Back
Top