Jump to content

Ebrithil

Members
  • Posts

    20
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by Ebrithil

  1. Sorry, I'm unable to download it from filebeam... dunno why. Could you pls upload it on pastebin.ca/com/whatelse? Ty Will try this ASAP.
  2. Great work Derex, as usual. Btw, can you pls shortly explain me what do you mean with "proxy" for MaNGOS? Ty
  3. You should use git cherry-pick <hash> to take a single commit from a repository
  4. * Bump * This very usefull fix really needs to be reviewby a dev, pls. Ty
  5. What about if someone goes under this limit? Just for curiosity...
  6. *Bump* Very important patch, would be great if some dev could take a look at this.
  7. Thx, so much console spamming at lv log 1 was very annoying
  8. Thank you so much DiSlord, very usefull
  9. Thank you very much http://itrocks.biteus.org/games/thanks.swf
  10. Congratulations to all devs and contributers
  11. Usefull explaination as always, thank you I'm working in this ^^
  12. The problem is that with the current spell system is impossible to be immune to a single spell effect, instead of all the spell. Dunno if DiSlord patch solve this, but is a necessary implementation for solving problems like dots immunity
  13. Little question: MaNGOS Trac will never be updated?
  14. 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 ) 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