Jump to content

rechapa79

Members
  • Posts

    33
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by rechapa79

  1. here is the deal: this spell works(or should work) in a similar way to mage's cone of cold only instead of freezing the target it should knock them back 5 yards. so basically it should do 2 things when it finds a target: 1-run a server side script in charge of knocking back the enemy 2-apply a damage related spell (id available on the DBC ) the first problem i ran into is, while the spell animation is clearly shown, it triggers no events on targets. its like the spell cant "see" the enemies in front of it. I have absoultly no clue of how to make that part work the second problem (and im probably getting ahead of myself) is how do i read the spell id for the damage part of the spell. its on column 130 from what i can tell can anyone lend a hand?
  2. now that i nailed the right spellfamimly for shield of Righteousness (or at least i think), im using it instead of spellids
  3. i dont understand it either. but the fact is hammer of wrath isnt taking twice the coefficients as others spells do. if you remove the db entry, the spell deals base damage. if you remove the code, it deals base damage. beats me
  4. if you make this code modifications Judgement of Vengeance deals no damage and hammer of wrath only deals base damage. best to leave them as it is
  5. you might need to add this code patch: 2009-03-08 12:19 diff -rul a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp Page 1 --- a/src/game/SpellEffects.cpp 2009-03-08 12:15:02.000000000 -0200 +++ b/src/game/SpellEffects.cpp 2009-03-08 12:16:27.000000000 -0200 @@ -1559,14 +1559,7 @@ switch(m_spellInfo->Id) { - // Judgement of Righteousness (0.2*$AP+0.32*$SPH) holy added in spellDamagBonus - case 20187: - { - if (!unitTarget) - return; - m_damage+=int32(0.2f*m_caster->GetTotalAttackPowerValue(BASE_ATTACK)); - return; - } + case 31789: // Righteous Defense (step 1) { // 31989 -> dummy effect (step 1) + dummy effect (step 2) -> 31709 (taunt like spell for each target) because the current code is adding the spell coefficients TWICE making Judgement of Righteousness extreamly overpwered
  6. sorry. my mistake. your coefficient (0.1035) is the right one
  7. seal of command proc should have a spell coefficient of 0.25 instead of 0.1035. i dont know why earlier versions of the table added a 0.16 contribution from attack power to SoC proc making it extremely OP
  8. judgement of the martyr and judgement of blood backlash coefficients seem wrong. i think they should be: ----------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- EDIT:nevermind the backlash base damage seems bugged
×
×
  • 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