The Dink Network

Reply to Re: heal spell

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
March 3rd 2005, 04:16 PM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
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.