View Single Post
  #4  
Old 03-07-2009, 09:30 AM
Wolftousen
Sarnak
 
Join Date: Apr 2008
Posts: 49
Default

Also need to change this, Rage Volley never showed a resist message on live, it only ever showed miss messages (this may be able to be fixed in the spells_en.txt, i dunno though):

File: zone/spells.cpp
Line: 2,433

From:

Code:
if(IsResistableSpell(spell_id))
To:

Code:
if(spell_id != 6754 && IsResistableSpell(spell_id)) //Rage Volley is not resistable
Reply With Quote