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

    CreatureEvent [TFS 1.2+] Give item on level advance - configurable level and vocations

    In data/creaturescripts/creaturescripts.xml add <event type="advance" name="LevelItems" script="levelitems.lua" /> In data/creaturescripts/scripts create levelitems.lua and paste script code Edit data/creaturescripts/scripts/login.lua and add player:registerEvent("LevelItems")
  2. rafaeru

    Fast Attack with storage

    Set your storage ID here: getStorage(12345, value); uint32_t Player::getAttackSpeed() const { int32_t SpeedAttack; std::string value; getStorage(12345, value); int32_t storage_as = atoi(value.c_str()); SpeedAttack = vocation->getAttackSpeed() - (storage_as * 10); if...
  3. rafaeru

    Testing server performance

    My question is totally theoretical how you deal with it because I pick out something for myself.
  4. rafaeru

    Testing server performance

    Hello, im working on my ot from longer time and i have certain question. Namely do you know any ways to check which lua scripts are the least efficient ? For expample, from experience I noticed that sending a lot of magic effects / animated texts for all online players causes felt lags. What...
  5. rafaeru

    [Poland][Custom] Road to Shinigami | Bleach Anime Server | BR PROXY

    Update 4.1 Play now on https://rtsonline.pl/ Changelog: - Added creature products to NPC Urahara - Added new Kuroi transform 750 level - Added new place Soul Society Palace (for 650+ levels with kami transform) - New monster Royal Shinigami Guard - New elite monster Elite Royal Guard -...
  6. rafaeru

    [Poland][Custom] Road to Shinigami | Bleach Anime Server | BR PROXY

    Changelog: - Frags limit decreased from 21 to 16 frags - Skulls, pz now dont disappear near monsters - PZ time for kill decreased from 8 minutes to 5 minutes - Hunting time decreased from 20 seconds to 15 second - Added NPC Gin Ichimaru - with crafting and Void Dungeon - Added Void...
  7. rafaeru

    [Poland][Custom] Road to Shinigami | Bleach Anime Server | BR PROXY

    Changelog: - Added Bank commands - Fixed command !autoloot money - now all money go to Bank - Fixed Daily Tasks - better rewards, fixed monsters - Fixed Saga monsters (more chance to change target) - Fixed Bosses melee damage - Frag times decreased from 6 hours to 3 hours - Frags limit...
  8. rafaeru

    [Poland][Custom] Road to Shinigami | Bleach Anime Server | BR PROXY

    We are waiting for a new SSL certificate. So please use temporarily: Road to Shinigami - Bleach OTS (http://rtsonline.pl/)
  9. rafaeru

    [Poland][Custom] Road to Shinigami | Bleach Anime Server | BR PROXY

    STARTS DATE 26.07.2019 | 18.00 CEST | 13.00 GMT-5 Welcome I would like to present Road to Shinigami - a server based on anime Bleach. I have been working on it since October 2015 and the server has evolved considerably since then. The last edition lasted 6 months and over 3000 unique players...
  10. rafaeru

    [France] [Custom / 8.0] Kasteria | ELOTH TEAM | NEW ANTI-BOT CLIENT| 4 JUNE AT 18:00 CEST

    What do you think about rework Druid spell: exevo gran mas pox ?
  11. rafaeru

    AAC Znote death list

    Refresh
  12. rafaeru

    [Poland][Custom] Road to Shinigami | Bleach OTS | 14.12.18 | NEW EDITION | BR PROXY

    You can already create characters ! Road to Shinigami
  13. rafaeru

    [Poland][Custom] Road to Shinigami | Bleach OTS | 14.12.18 | NEW EDITION | BR PROXY

    STARTS DATE 14.12.2018 | 18.00 CEST | 13.00 GMT-5 Welcome I would like to present Road to Shinigami - a server based on anime Bleach. I have been working on it since October 2015 and the server has evolved considerably since then. The last edition lasted 3 months and over 1000 unique players...
  14. rafaeru

    Post w Advertisement

    Witam, jakie warunki trzeba spełniać aby utworzyć temat w dziale Advertisement ? Gdy chce utworzyć nowy temat wyszarza się na chwilę button 'Create Thread' po czym po paru sekundach znowu można go kliknąć a post się nie dodaje. W prezentacji jak i w temacie zamieszczam wszystkie informacje takie...
  15. rafaeru

    AAC Znote death list

    How i can change in znote acc character death list like in gesior acc to show all killers not only one. example. ZnoteAcc: Killed at level 1133 by player: Windyy GesiorAcc: Killed at level 356 by a grim reaper, Bisu and Best Ek.
  16. rafaeru

    Solved Monster spell damage with addEvent

    I have strange bug with spells where is addEvent (TFS 0.3.6). onCastSpell1 show only position where spell will shoot and after 2 seconds onCastSpell2 deal damage but this damage depends on second attack "melee" in range = 1. When i change time in addEvent on >250 ms all works fine. I traced...
  17. rafaeru

    Solved Loop with itemEx

    You dont understand me I want to get new itemEx every loop to get new aid of item
Back
Top