PDA

View Full Version : My first script! Wizards Tower Demonkiller



jahiti
04-15-2007, 07:59 AM
ok i will be using this when im going to advance some mage ;)

Rune Hacker
04-15-2007, 08:10 AM
This commadn will make the compass north:
MakeCompass('N');

also, neverending loops are strictly forbidden in scripting scar. Add in logout; and terminatescript; if you run out of runes, if you die, and other things because you never want to leave a script runnign after it dies, gets lost, or something.

also, add in a number of demons you want killed in the const, antirandoms, antiban, and other features you would want.

But good start.

(p.s. why did you use q,w and o,p in your scritp when x,y is the same exact thing and doesnt require variables?)

Rune Hacker
04-15-2007, 08:19 AM
i actually just removed that, but what it does is add a tolerance to the color so it doesnt have to be the exact same color, and the MSX1 and stuff makes it look in the main screen so you dont need to add the coords of the main screen. It doesnt really matter though, so i removed it before you posted lol.