04-23-2011, 08:16 AM
I would like to decrease the distance between my druid and it's target when casting Tornado. I've tried reducing the range all the way to zero, the distance isn't effected.
case 245: //Tornado
_NTA_SkillRange[i] = 0;
break;
What else could be changed to fix this?
case 245: //Tornado
_NTA_SkillRange[i] = 0;
break;
What else could be changed to fix this?