• 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

  1. dgprado

    PHP [phpMyAdmin] Commands to edit database.

    On my server, some players have two mail boxes inside their depots, so i need a query to list all itemid 2594 with the same pid grouped by player_id.
  2. dgprado

    PHP [phpMyAdmin] Commands to edit database.

    On my server, some players have two mail boxes inside their depots, so i need a query to list all itemid 2594 with the same pid grouped by player_id.
  3. dgprado

    [9.46] The Forgotten Server v0.3.7-preview (Crying Damson)

    This is what I would call preview, something that before you can view.... disappears.
  4. dgprado

    [9.46] The Forgotten Server v0.3.7-preview (Crying Damson)

    I know that this 0.3.7 never will be bug free released on public repository, this must still buged on private repository too =p.
  5. dgprado

    [9.46] The Forgotten Server v0.3.7-preview (Crying Damson)

    The decay bug stills crashing server ;/.
  6. dgprado

    [9.46] The Forgotten Server v0.3.7-preview (Crying Damson)

    The market have a problem when you clic on the market icon the serevr crash, i compile the source WITHOUT luaJIT, here is the crash log: Core was generated by `./theforgottenserver'. Program terminated with signal 11, Segmentation fault. #0 0x000000000048c2da in std::list<Item*...
  7. dgprado

    [9.46] The Forgotten Server v0.3.7-preview (Crying Damson)

    just a question is 0.3.7 compatible with the 0.4 ?
  8. dgprado

    Help Sql Query

    this depends on how this line is used in the lua script. This is the real query: SELECT `player_id`, `value` FROM `player_storage` WHERE `key` = 7845 ORDER BY cast(value as INTEGER) DESC; This is LUA i think: local query = db.getResult(" ") Edited: #1064 - You have an error in your SQL...
  9. dgprado

    Linux Look this crash log!!!

    Some one knows if it was fixed in the private repository ?
  10. dgprado

    Linux Look this crash log!!!

    I think this happend when u try to equip and dequip fast some items like rings and sof boots, this problem exist a long time, i have this problem in tfs 0.4 rev 5360(the last rev before end my otland premium), i hope tfs team fix this. its bug the attributes row in the player_items mysql...
  11. dgprado

    Linux Look this crash log!!!

    bump
  12. dgprado

    Linux Look this crash log!!!

    There is some way to know what item is generating this problem ?
  13. dgprado

    Linux Look this crash log!!!

    can some one help me ?
  14. dgprado

    Linux Look this crash log!!!

    Sorry for double post, but i really have to solve this, i think this is caused by some item something related with decay, there is some ay to know what item have the problem ? (gdb) list 108 #endif 109 return Tile::nullTile.getPosition(); 110 } 111 112 bool...
  15. dgprado

    Linux Look this crash log!!!

    Core was generated by `./theforgottenserver'. Program terminated with signal 11, Segmentation fault. #0 0x00000000006d6514 in Thing::isRemoved (this=0x0) at thing.cpp:113 113 { (gdb) bt #0 0x00000000006d6514 in Thing::isRemoved (this=0x0) at thing.cpp:113 #1 0x000000000048b1fb in...
  16. dgprado

    Linux Can't Connect to Game World PROBLEM!!

    =o If you have 2 servers in diferent hosts and both stop at the same time, maybe some config in data/xml/servers.xml or some globalevent, look the globalevents from your server and search by some time that matches with the time that your server disconnect.
  17. dgprado

    Linux Can't Connect to Game World PROBLEM!!

    Maybe some firewall config could be bloking 7172 port after some connections. If this is being caused by a bad script, I imagine it would be a creatureevent or globalevent.
  18. dgprado

    [Archived] "[Quick Showoff] Post your latest maps"

    Maybe becouse its not auto border ? xD
Back
Top