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

    No exp from same IP when killing another player

    sorry did not understand i use hardcore in pvp style
  2. L

    No exp from same IP when killing another player

    gainExpFromSameIp = false yes
  3. L

    No exp from same IP when killing another player

    double Player::getGainedExperience(Creature* attacker) const { if(!skillLoss) return 0; double rate = g_config.getDouble(ConfigManager::RATE_PVP_EXPERIENCE); if(rate <= 0) return 0; Player* attackerPlayer = attacker->getPlayer(); if(!attackerPlayer || attackerPlayer...
  4. L

    No exp from same IP when killing another player

    dont work, player gain exp
  5. L

    No exp from same IP when killing another player

    player.cpp: In member function ‘virtual double Player::getGainedExperience(Creature*) const’: player.cpp:3552:98: error: expected primary-expression before ‘)’ token if(attackerPlayer->getIP() == getIP() && !g_config.getBool(ConfigManager::GAIN_EXP_FROM_SAME_IP)))...
  6. L

    No exp from same IP when killing another player

    hello, i compile this script in tfs 0.4 3777 but dont work, no have error and exp again with same ip https://otland.net/threads/no-exp-from-same-ip-when-killing-another-player-pvp-enforced-hardcore.74764/page-2
  7. L

    Compiling Compile Ubuntu 16.04

    Hello, i have one problem with compile ubuntu 16.04 i use this sources https://github.com/opentibiabr/otservbr-global
  8. L

    Lua No vocation attack others players

    tfs 1.2
  9. L

    Lua No vocation attack others players

    Hello, can i anable no vocation able to kill others players?
Back
Top