Jump to content

napalm

Members
  • Posts

    7
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Posts posted by napalm

  1. Nice job, I hope this will be implemented in master :)

    Checking your code, I saw this:

    case SPELL_AURA_MOD_POWER_REGEN:

    // (Greater) Blessing of Wisdom / Mana Spring Totem

    if (GetSpellProto()->SpellFamilyName == SPELLFAMILY_PALADIN ||

    GetSpellProto()->SpellFamilyName == SPELLFAMILY_SHAMAN)

    return false; break;

    1-I think that "break;" is not needed here, it's redundant because of the return right before it.

    2-By just checking the spell family name, what happens with judgment of wisdom? (I mean the one which gives mana to 10 members in the raid, same as SP & Hunters).

  2. Test SilverIce's patch, works great in many cases, but I succeed falling under the maps in Nagrand xD

    BTW it might be improve when the map is not flat, means instead of moving few yards further, shouldn't it moves you 20yards further but at the good Z point?

    with like:

    while (finalZ < map_Z_20yards_further)

    finalZ += 0.1f

    It's just a suggestion, I don't know if it's bliwzzliek or not.

    Oh and ... Thank you Silver (and all the other patch makers), works great :)

×
×
  • 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