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

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Can't edit my last post. The problem seems to be with: void Player::sendToRook() { setVocation(VOCATION_NONE); level = 1; healthMax = 150; manaMax = 0; manaSpent = 0; magLevel= 0; #ifdef __PROTOCOL_76__ soul = 100; soulMax = 100; #endif // __PROTOCOL_76__...
  2. Elpulpo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    I tried to update player.cpp: void Player::die() { ConditionEnd_t conditionEndReason = CONDITIONEND_DIE; if(getZone() == ZONE_PVP){ conditionEndReason = CONDITIONEND_ABORT; } for(ConditionList::iterator it = conditions.begin(); it != conditions.end();){...
  3. Elpulpo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    @Okke Othire die seems to be a little different than yours: void Player::die() { ConditionEnd_t conditionEndReason = CONDITIONEND_DIE; if(getZone() == ZONE_PVP){ conditionEndReason = CONDITIONEND_ABORT; } for(ConditionList::iterator it = conditions.begin(); it !=...
  4. Elpulpo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Great Work!! You are awesome! thanks
  5. Elpulpo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    where's your branch (send link and I 'll check)
  6. Elpulpo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Send to Rookgaard system, when you die and your level < 6
  7. Elpulpo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    @Nottinghster do you have this system fixed?
  8. Elpulpo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    I have that tag on some attack spells Do you use customexhaust="1000" on healing spells too to make it work?
  9. Elpulpo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Problem with fields is not related to destroy field, when you place a energy/fire field it destroys campfires. The workaround fix was posted some posts ago and seems to work fine.
  10. Elpulpo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    There are three main issues still without fix: - Monsters cast beams and waves through wall - Support/Attack spells not sharing exhaust - Items with Atk 0 incorrect description
  11. Elpulpo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    If I remove the field attribute, how can I make it to work as a normal field?
  12. Elpulpo

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    attack field runes are destroying campfires wich are magic fields. Anyone have a fix for this? -> https://github.com/TwistedScorpio/OTHire/issues/39
Back
Top