Reply to Re: heal spell
If you don't have an account, just leave the password field blank.
Most quit-to-windows-crashes are caused by a playsound() line which tries to play an unloaded sound.
Open the script, and look for any playsound lines. Check if they have 5 numbers, separated with comma's behind them. Write down the first number, and open start.c. Check if there's a line: load_sound("sound",#); where sound is a sound name, and # is the number you've witten. If there isn't, this is the cause of the crash.
There might be other reasons, be sure you've set &magic_cost to a certain value in the arm() proc.
Open the script, and look for any playsound lines. Check if they have 5 numbers, separated with comma's behind them. Write down the first number, and open start.c. Check if there's a line: load_sound("sound",#); where sound is a sound name, and # is the number you've witten. If there isn't, this is the cause of the crash.
There might be other reasons, be sure you've set &magic_cost to a certain value in the arm() proc.