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

    Creating ACC in myphp

    Check encryption type in your config.lua If you can set encryption to 'plain' (unencrypted) and set in sql just your password ex. password123
  2. rafaeru

    C++ Upgraded Healing

    game.cpp All healing recived are boosted for player with storage 8888 (potions, sio, etc..). Storage = -1 Storage = 1000
  3. rafaeru

    Lua Simple TP System

    Creaturescripts: <event type="kill" name="SummonTeleport" event="script" value="summonteleport.lua"/> function onKill(cid, target, lasthit) if isMonster(target) and getCreatureMaster(target) ~= target then if isPlayer(getCreatureMaster(target)) then player =...
  4. rafaeru

    New rules for PVP

    I think you stopped at Tibia ~8.6 Now you cant get banned because Cipsoft introduce Black Skulls Also if you want fight with another guild you have Guild Emblem system that dont count frags if you kill enemy guild member. Look at hardcore retro pvp servers where at start is hype and a lot of...
  5. 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")
  6. 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...
  7. rafaeru

    Testing server performance

    My question is totally theoretical how you deal with it because I pick out something for myself.
  8. 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...
  9. 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 -...
  10. 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...
  11. 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...
  12. 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/)
  13. 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...
  14. 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 ?
  15. rafaeru

    AAC Znote death list

    Refresh
  16. rafaeru

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

    You can already create characters ! Road to Shinigami
  17. 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...
Back
Top