View Single Post
  #5  
Old 02-25-2015, 05:04 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

Quote:
Originally Posted by Kayen View Post
Your welcome.
Kayen these suddenly quit working when I upgraded my source a few weeks ago. The graphic and sound for all bolt spells is missing again. I noticed there is a new rule, from looking at the source...

Code:
Spells:UseLiveSpellProjectileGFX
Code:
if (RuleB(Spells, UseLiveSpellProjectileGFX)) {
ProjectileAnimation(spell_target,0, false, speed,0,0,0, spells[spell_id].player_1);
}
I am guessing this should be set to a value of 1?
Reply With Quote