Jump to content

Wowka321

Members
  • Posts

    212
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by Wowka321

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

    Add possibility to use ACHIEVEMENT_CRITERIA_REQUIRE_HOLIDAY for any criteria.

    In this case, like example, add ACHIEVEMENT_CRITERIA_REQUIRE_HOLIDAY for ACHIEVEMENT_CRITERIA_TYPE_USE_ITEM for achievement.

    For which repository revision was the patch created?

    9933

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

    me

    patch

    example

    INSERT INTO achievement_criteria_requirement (criteria_id,TYPE,value1) VALUES
    (10391,16,201),
    (6651,16,201),
    (6652,16,201),
    (6653,16,201),
    (6654,16,201),
    (6655,16,201),
    (6656,16,201),
    (6657,16,201),
    (6659,16,201),
    (6641,16,201),
    (6642,16,201),
    (6643,16,201),
    (6644,16,201);

  2. Hi everyone.

    After 9896, attack power not included in calculation of Unit::SpellDamageBonusDone for not mana-based classes, cuz GetBaseSpellPowerBonus for those classes in current code is 0 and DoneAdvertisedBenefit 0, so don't pass if (DoneAdvertisedBenefit)......

    If you look into Unit::SpellDamageBonusDone - you'll see it.

    So, maybe we should to divide GetBaseSpellPowerBonus - for mana-based classes (like priest, warlock, shaman), AP-based (rogue, DK, war), and mixed like druid in forms and get right bonus for form... hm, but don't know about hunter with mana, and scaling stats from AP...

    Maybe i mistake, but we need discuss this issue, cuz AP-based classes is sucks, like you do damage without your gear.

    hm, but don't know about hunter with mana, and scaling stats from AP

  3. Something, like this

    ../configure  CFLAGS="-O3 -pipe -msse4.2 -DFD_SETSIZE=4096 -march=core2 -fomit-frame-pointer -ffast-math -fno-strength-reduce -fno-strict-aliasing -frename-registers" CHOST="x86_64-pc-linux-gnu" CXXFLAGS="-O3 -pipe -msse4.2 -DFD_SETSIZE=4096 -march=core2 -fomit-frame-pointer -ffast-math -fno-strength-reduce -fno-strict-aliasing -frename-registers" --prefix=/home/serv --sysconfdir=/home/serv/etc --datadir=/home/serv --with-debug-info --disable-builtin-ace

  4. its hacky, never will be accepted

    a more correct way would be doing the effect in Player::UpdateAttackPowerAndDamage, since its only a dummy aura now.

    Lol, and i don't post this under review topic.

    If you ask blizz: give me full version DBC please!!! xD than no one hacks not needed in core.

    BTW, what are you think about some spells like: 56815 (need Caster Aura State 56817), 48020 (need Caster Aura State 62388) and more-more with newest releases of client.

    Or you think send fake packets to client better? o_O

    And IMHO, hardcode bonuses more-more hackly in this case...

    Just don't use this mega-hack for self.

    Sorry about offtopic =\\

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