Jump to content

Ebrithil

Members
  • Posts

    20
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by Ebrithil

  1. i fix fatigue timer in my current version (test it now) - and you can`t go to this limit (die from fatigue).

    In client player die if rich -500 depth.

    For addition - height maps use for movements/breath - bun no one move in this area. Also its depent only from extractor and if you want you can disable this option in final version.

    Thx for explanations :)

  2. What bug does the patch fix? ItemSet 699 bonus (spell 41434) has no internal cooldown, but it's 45sec since patch 2.3

    For which SubVersion revision was the patch created? MaNGOS rev6572

    Is there a thread in the bug report section? No, there isn't (or at least i can't find it :P)

    Who has been writing this patch? Me, Ebrithil

    Source: wowhead

    Index: sql/mangos.sql
    ===================================================================
    --- sql/mangos.sql        (revision 6572)
    +++ sql/mangos.sql        (working copy)
    @@ -15000,7 +15000,7 @@
    (40971,0,0,0,0,0x0000000000000000,0x08000000,0,0),
    (41260,0,0,0,0,0x0000000000000000,0x00000004,0,10),
    (41262,0,0,0,0,0x0000000000000000,0x00000004,0,10),
    -(41434,0,0,0,0,0x0000000000000000,0x00000001,2,0),
    +(41434,0,0,0,0,0x0000000000000000,0x00000001,2,45),
    (41635,0,0,0,0,0x0000000000000000,0x00008000,0,0),
    (42083,0,0,0,0,0x0000000000000000,0x00401000,0,0),
    (42135,0,0,0,7,0x0000044000000000,0x00100402,0,90),

    SQL:

    DELETE FROM `mangos`.`spell_proc_event` WHERE `spell_proc_event`.`entry` = 41434;
    INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `Category`, `SkillID`, `SpellFamilyName`, `SpellFamilyMask`, `procFlags`, `ppmRate`, `cooldown`) VALUES
    (41434, 0, 0, 0, 0, 0x0000000000000000, 0x00000001, 2, 45);

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use