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

    Programmer [MaSc] Jerop's Services {TFS,OTSBR,OTX, OTCLIENT , OTCV8,php}

    recommended I know him for a long time, always have new
  2. Elgenady

    [France] [8.6] AcidsOT

    my char name is Messo look good, good luck
  3. Elgenady

    TFS 0.X UH rune that can only be used on yourself

    work fine what source u use?
  4. Elgenady

    TFS 0.X UH rune that can only be used on yourself

    show me spells.xml for this rune
  5. Elgenady

    MyAAC v0.8.21

    go to ur database and remove salt from accounts table and then in config.local.php set env to "dev" and then you will need to create account again and then try to login edit don't remove the account have char druid and knight sample
  6. Elgenady

    custom client on otclient?

    he use custom port for login game he don't use 7172 if you know what's port he use i can do it for you
  7. Elgenady

    Solved Monster levels system attack in health more than mana

    getlevel() = level check this int32_t getLevel() const { return level; } but any way ur code must be like this if (getLevel() > 0) { float bonusDmg = g_config.getFloat(ConfigManager::MLVL_BONUSDMG) * getLevel()...
  8. Elgenady

    Solved Monster levels system attack in health more than mana

    maybe if you use it in monster.cpp will help you float bonusDmg = g_config.getFloat(ConfigManager::MLVL_BONUSDMG) * getLevel(); minCombatValue = spellBlock.minCombatValue * bonusDmg; maxCombatValue = spellBlock.maxCombatValue *bonusDmg; doAttacking and...
  9. Elgenady

    [Germany] [Custom] OxygenOT | RPG/PVP | NEW EVO

    @mRefaat look bro don't look to this guy (Abdelmaksod) he is staff here (moustafa) he don't like anyone he is something like selfish man , just ignore him and keep going up... we trust in you and we waiting new things and new work really i'm glad for you
  10. Elgenady

    [Germany] [Custom] OxygenOT | RPG/PVP | NEW EVO

    good job bro, keep going up
  11. Elgenady

    OTClient magic wall

    yes i want to know how i can active magic wall timer i use otclient bot
  12. Elgenady

    OTClient magic wall

    how i can show magic wall timer otclient
  13. Elgenady

    TFS 0.X [Warning - Vocations::getVocation] Vocation 429496 not found.

    how did that happen? when buy promotions?
  14. Elgenady

    TFS 0.X Exiva only players with frags

    solved in pm
  15. Elgenady

    Loot channel

    this for 1.3+ https://otland.net/threads/loot-channel-system.254816/
  16. Elgenady

    C++ Damage / Healing in Percent

    try realHealthChange = ( realHealthChange / (target->getMaxHealth() / 100.));
  17. Elgenady

    Solved Exp Scroll Problem ! HELP

    login script
  18. Elgenady

    TFS 0.X Show the heal difference instead of full max health

    u need source edit in game.cpp to be like this one https://github.com/mattyx14/otxserver/blob/2688745611cc4b3efe7ff80ce5a962529b6c4231/sources/game.cpp#L5036
Back
Top