Official Beran-Setaou 17.3 Update (also includes 21.3 regen)

  • Zitat

    With the version 17.3, GameForge implemented new immunity conditions where he gains full damage immunity (MISS) as long as there's even just one of his 4 different Metinstones alive. The Stones still keep their effect, and this makes the Metin of the Mountain (8031) basically useless since it used to increment his damage resistance by 25%.

    The update 21.3 increased the number of Metinstones in the map to 8, it was 4 previously. [Respawn time: 2.5 minutes per stone] I'll include the change in the regen for that. It also changed the dungeon's entry conditions, but since everyone's got different quests for the dungeon, I don't think it's worth putting it here.

    Location: char_battle.cpp -> bool CHARACTER::Damage:


    Below the following snippet:

    C
    1. if (!GetSectree() || GetSectree()->IsAttr(GetX(), GetY(), ATTR_BANPK))
    2. return false;


    Add:


    I've also linked the code to a game eventflag, so you can freely disable it by typing the following:

    Zitat

    /e ignore_dragonlair_new_immune 1


    And this is the change that has been done to the regen in 21.3 [data/dungeon/dragon_lair.txt]:

    Code
    1. r 170 160 15 15 0 0 150s 5000 1 8001
    2. r 190 180 15 15 0 0 150s 5000 1 8001
    3. r 170 160 15 15 0 0 150s 5000 1 8001
    4. r 190 180 15 15 0 0 150s 5000 1 8001
    5. r 170 160 15 15 0 0 150s 5000 1 8001
    6. r 190 180 15 15 0 0 150s 5000 1 8001
    7. r 170 160 15 15 0 0 150s 5000 1 8001
    8. r 190 180 15 15 0 0 150s 5000 1 8001


    HF.

    My Lua Questing service:

    Bitte melden Sie sich an, um diesen Link zu sehen.