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

    Vocation name in highscores.php GESIOR

    Thank you Ignazio. Didn't worked. It shows me a blank page and after activating error reporting it shows me a sqlite (password_id) and a class 'vocation' not found in highscores.php.
  2. Zakhran

    Vocation name in highscores.php GESIOR

    Bump.
  3. Zakhran

    Vocation name in highscores.php GESIOR

    Nobody?
  4. Zakhran

    Vocation name in highscores.php GESIOR

    Update????
  5. Zakhran

    Vocation name in highscores.php GESIOR

    <?PHP $list = $_REQUEST['list']; $page = $_REQUEST['page']; switch($list) { case "fist": $id = 0; $list_name = 'Fist Fighting'; break; case "club": $id = 1; $list_name = 'Club Fighting'; break; case "sword": $id = 2; $list_name = 'Sword Fighting'; break; case "axe": $id = 3...
  6. Zakhran

    Vocation name in highscores.php GESIOR

    Hi. I use gesior in a TFS and my highscores page looks like this: Rank - Name - Level - Points 1. 500 2059966559 2. 492 1925169544 3. 475 1727917098 4. 474 1772561471 5. 474...
  7. Zakhran

    Need support with some stuff in my 8.6 TFServer

    Thank you Limos and artofwork! Great help.
  8. Zakhran

    Need support with some stuff in my 8.6 TFServer

    Thank you. I will check it out. UPDATE I really need help with the level-depend attack!
  9. Zakhran

    Auto-regeneration WITHOUT food?

    Update. Really need it!
  10. Zakhran

    Need support with some stuff in my 8.6 TFServer

    Yes, but I can't manage to do that script, I don't know how to use properly the storage.
  11. Zakhran

    Auto-regeneration WITHOUT food?

    I use TFS 3884. I want a system or something like that that allows the characters heal by themselves (without food, soft, etc). You know, the character will always be regenerating hp and mp. Thanks
  12. Zakhran

    Auto-regeneration WITHOUT food?

    Need more support, I don't know how to move that. Thanks.
  13. Zakhran

    Auto-regeneration WITHOUT food?

    I have been wondering if its posible make auto-regeneration like food but WITHOUT food. Thanks!
  14. Zakhran

    Need support with some stuff in my 8.6 TFServer

    F berserk: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_HITAREA) setCombatParam(combat, COMBAT_PARAM_USECHARGES, true) local area = createCombatArea(AREA_SQUARE1X1)...
  15. Zakhran

    Need support with some stuff in my 8.6 TFServer

    Hi all, I have been creating a custom 8.60 server a long time ago and it's almost finished but I only need a few things more but I don't find how to do it. -First of all I want the power of the vocations to be level depend, because I have noted that the power of the spells and that stuff it...
  16. Zakhran

    Windows Problem with REMERE'S MAP EDITOR. [MY MAP]

    Edit: I tried several things and also Limos tried to help me to get rid of this but it seems to not have any solution. I appreciate the help, it's nothing but my fault. Greetings!
  17. Zakhran

    Windows Problem with REMERE'S MAP EDITOR. [MY MAP]

    Nobody knows? :( Still can't get rid of it !! I don't have a copy of my map and I don't know what to do to recover the map. Please help.
  18. Zakhran

    Windows Problem with REMERE'S MAP EDITOR. [MY MAP]

    Yep, I have already tried to import it to a new map and happens the same. :/ Thanks
  19. Zakhran

    Windows Problem with REMERE'S MAP EDITOR. [MY MAP]

    Hi. I have been using 2.1 and I tried to open it with 2.2 and the problem persisted. And also when I try to open the map in a TFS server: FATAL: OTBM loader - Could not open... etc. Thanks!
  20. Zakhran

    Windows Problem with REMERE'S MAP EDITOR. [MY MAP]

    Hi all. I have a problem with my custom map in Remere's Map Editor. I've been working on my custom map since 2011, but it's only 20 mb. All was working fine everyday, I was working on it, etc. But today I tried to open my map to work a little bit and appeared the LOADING OTBM MAP window but the...
Back
Top