Reply to Re: Problems with fireball
If you don't have an account, just leave the password field blank.
The magic stat only effects the time it takes to charge up the fireball. It doesn't effect the amount of damage it does. In the fireball script you should see a line like this:
sp_strength(&junk, 10);
Just set this value 10 to a higher value to let the fireball cause more damage.
sp_strength(&junk, 10);
Just set this value 10 to a higher value to let the fireball cause more damage.






