PDA

View Full Version : Autoload wand-holding staff



Riros
12-09-2012, 09:47 PM
This is a little script I made to automatically load any wand or rod into a wand-holding staff. There is a five second RT when loading it, but as the spell itself is three magic RT, the delay isn't that noticeable.

It will load any wand/rod that is in the container you designate, so this should be prepared instead of looting wands directly into the container.

This isn't that great of a script, but it has been working well enough so I figured I'd share it.

It will probably break down if you run out of wands/rods or if you are with someone else with such a staff.

Usage: .Wstaff "[wand container]"

Start:
Match Reload slam together with the screeching
Matchwait

Reload:
Match rod rod
Match wand wand
put stance Defensive
put look in my %1
matchwait

Rod:
Match start you pull out the retaining
put get rod from my %1
put put my rod in my staff
matchwait

Wand:
Match start you pull out the retaining
put get wand from my %1
put put my wand in my staff
Matchwait