PDA

View Full Version : Simple Stunman Script for the Stupid.



Stunseed
05-25-2005, 01:58 AM
I'm still a script n00b, but I'm trying. Here is a simple Stunman script I am attempting to write. Any help would be appreciated, and understanding I'm still new to this.

#Script for removal of weapon

put stunm
waitfor You sucessfully command
goto YOUWIN
waitfor You try
goto YOULOSE

YOUWIN:
pause 12
put put khopesh in cloak
pause 1
put stunman

YOULOSE:
pause 12
put stunman

Stunman is my psinet alias for activating my stunning item, and then attempting to get my weapon while stunned. It'll be done in guild, not meant for AFK'ing, but once I learn more about the scripting business, I'd like to make it that way. Any help is appreciated.

Stunseed
05-25-2005, 02:13 AM
After about 5 minutes of thinking, I've altered it to the following.

#Script for removal of weapon

STUNMAN:
put stunm
waitfor You sucessfully command
goto YOUWIN
waitfor You try
goto YOULOSE
waitfor [You have completed your training task.]
goto STOP

YOUWIN:
pause 12
put put khopesh in cloak
pause 1
goto STUNMAN

YOULOSE:
pause 30
goto STUNMAN

STOP:
put ask del for train stunman
put ask del for train stunman
goto STUNMAN

Still not smooth, still looking for help for a n00b.

Stunseed
05-25-2005, 03:50 AM
I got it taken care of, thanks Omens. :smilegrin:

Edaarin
05-25-2005, 09:38 AM
Stunmaneuvers is the easiest guild skill of all to master. Just a few basic macro's shouldn't take long.

I think the last 48 ranks took me like 30-40 hours or something.

AnticorRifling
05-25-2005, 09:57 AM
I would make it do a stamina check if you're going to let it repeat for multiple attempts.