Reply to Re: changing the damage for the fireball
If you don't have an account, just leave the password field blank.
Believe it or not, but the damage inflicted by the fireball is not in that script. The damage is set in item-fb.c with the line sp_strength(&junk, 10);
dam-fire.c is merely the script that is called after the fireball hits something. It gives the game instructions to create a little explosion sprite, get rid of its shadow, and for it burn a tree, if the object it hit is, in fact, a burnable tree.
dam-fire.c is merely the script that is called after the fireball hits something. It gives the game instructions to create a little explosion sprite, get rid of its shadow, and for it burn a tree, if the object it hit is, in fact, a burnable tree.






