Jump to content

Sephiroth1983

Members
  • Posts

    200
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Everything posted by Sephiroth1983

  1. So this should fix Bladestorm from using all spells while affected by it? No more Mortal Strikes while being hitted by 3 consecutive whirlwind, good.
  2. Thanks, sometimes I erroneously rename myself instead of target and I'm forced to rename at login to another nickname.
  3. Relax, both are correct and will be accepted in the same time
  4. Lol... is not possible to change the base damage of client its hardcoded in spell effect about making it scale with spellpower, just search for the coefficient and is easy to fix.
  5. * What bug does the patch fix? What features does the patch add? It removes the Blood Elf racial Mana Tap no longer used and also some old outdated ranks of Intercept, Shield Bash, Overpower and Hamstring, since now are unique ranked spells. * For which repository revision was the patch created? 7255 (all) * Who has been writing this patch? Me but this is not such a patch -- remove some deleted spells or ranks from characters -- Mana Tap no longer Blood Elf Racial DELETE FROM `character_spell` WHERE `spell` = '28734'; -- Hamstring is only one rank now, need to delete these zzOLDRank spells DELETE FROM `character_spell` WHERE `spell` IN ('7373', '7372', '25212'); -- Intercept is only one rank now, need to delete these zzOLDRank spells DELETE FROM `character_spell` WHERE `spell` IN ('20616', '20617', '25272', '25275'); -- Overpower is only one rank now, need to delete these zzOLDRank spells DELETE FROM `character_spell` WHERE `spell` IN ('7887', '11584', '11585'); -- Shield Bash is only one rank now, need to delete these zzOLDRank spells DELETE FROM `character_spell` WHERE `spell` IN ('1671', '1672', '29704'); -- lets also clear character_aura DELETE FROM `character_aura` WHERE `spell` IN ('28734', '7373', '7372', '25212', '20616', '20617', '25272', '25275', '7887', '11584', '11585', '1671', '1672', '29704'); spell_chain are already deleted, I don't remember if mangos accepts characters DB correctness fixes, but this can help to avoid some bug reports.
  6. This patch can be good if added like a config option, some testers send money to other chars and then delete chars to ask "can you please restore from backup" and have the same money they sent... But I don't know if is useful for all so, better as a config option disabled by default.
  7. Add this to your post if you want -- added this record for spell was already in DB but needed cooldown.
  8. Ask to move in Under review section when the patch is ready... or post there.
  9. There should be some flag to say if requires to be behind the target in my view... need more research and we don't have to deal with this each client change. Check the difference in dbc files between the 2 client versions, I'm sure you can find something. If nothing, then is like you suggest with your patches...
  10. Hm maybe a related proficiency is not unlearned, and should.
  11. The fix is needed because talent doesn't work, thanks
  12. I'm a little nub, but can't this be done with new DB table for spell coefficients?
  13. I can only image what does this mean in Arena
  14. Interesting, I understand why they changed it, it was really too hard for a caster to cast a spell if hit by several melee attacks... ty
  15. Simply fantastic, maybe is ready to be in Under Review section!
  16. So the patch still compiles? If not, post your latest compiled This patch can be really nice to have accepted, world events like Isle of Quel'danas and Ahn'Qiraj doors opening can have finally attention.
  17. Another thing, maybe not related... you shouldn't be able to invite GM into group if he has GM Mode ON and/or Whispers OFF. Players use it to see if you are logged and some also abuse it to disturb
  18. False alarm, SD2 config files changes avoided crashes, sorry, all ok.
×
×
  • 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