Jump to content

jluis859

Members
  • Posts

    93
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by jluis859

  1. src/game/Pet.cpp
    @@ -1219,6 +1219,17 @@ bool Pet::InitStatsForLevel(uint32 petlevel, Unit* owner)
            SetModifierValue(UnitMods(UNIT_MOD_RESISTANCE_START + i), BASE_VALUE, float(createResistance[i]));
    
        UpdateAllStats();
    +    
    +    if(getPetType() == GUARDIAN_PET)
    +        switch (GetEntry())
    +    {
    +        case 19833: //Snake Trap - Venomous Snake
    +            SetMaxHealth(94);
    +            break;
    +        case 19921: //Snake Trap - Viper
    +            SetMaxHealth(96);
    +            break;
    +    }
    
        SetHealth(GetMaxHealth());
        SetPower(POWER_MANA, GetMaxPower(POWER_MANA));

    The function UpdateAllStats() modify maxhealth with the different stats, you must define the maxhealth after that.

    But snakes are still attacking me, this only fixes the maxhealth.

  2. collect Recount data and compare with DrDamage values

    I tested it with 0 resilence, explosive shot hitted 2.8k, then I tested it with 956 of resilence(22%) explosive shot hitted 1.6k, it reduced 40%. The correct hit is 2.1-2.2k with 22% of reduce.

    I tested it with a hunter friend.

    Greetings.

  3. What do you mean when you say "the damage of all classes especialllly(hunter & warlock) was reduced to 70% aprox" ?

    Because currently resilience seems to work fine.

    We need data !

    Explosive shot of hunter was reduced to 40% because resilience doesnt work fine in dots.

  4. What bug does the patch fix? What features does the patch add?

    added 22 secs cooldown for http://www.wowhead.com/?spell=56342 and ranks

    For which repository revision was the patch created?

    any

    Is there a thread in the bug report section or at lighthouse? If yes, please add a link to the thread.

    can't find any

    Who has been writing this patch? Please include either forum user names or email addresses.

    Me

    update spell_proc_event set Cooldown=22 where entry in (56342,56343,56344);

    does this fix work properly??

  5. i love such posts as above. Dude it depends on your gear. Green geared just dinged 80lvl wont crit for 16k. Even if formula is wrong (and surely it is), 16k crits and more doesnt happen in Naxx gear 10 or 25.

    This video crits 16.9k or 20k with killshot, this hunter has 4979 AP and 39.83% crit. I have only 4750 AP and I dont hit that.

    PD: Estan ciegos si no ven que esta malo el killshot. In Espanish :P

    Greetings

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