equipAuto HELP (changing weapon)

International

Moderator: Moderators

Klax0r
Noob
Noob
Posts: 1
Joined: 06 Oct 2008, 22:11
Noob?: No

equipAuto HELP (changing weapon)

#1 Post by Klax0r »

I want to be able to switch from my +4 Wind Damascus to my +4 Triple Hurricane Gladius based on which monsters I'm fighting.

What I've tried is this:
equipAuto +4 Wind Damascus {
target Siroma
}

equipAuto +4 Gladius [Andre*3] [3] {
target Roween
}
No success. It doesn't switch weapons at all.
yoshi
Noob
Noob
Posts: 11
Joined: 04 Apr 2008, 19:26

Re: equipAuto HELP (changing weapon)

#2 Post by yoshi »

Code: Select all

autoSwitch Siroma {
	rightHand +4 Wind Damascus
}

autoSwitch Roween {
	rightHand +4 Gladius [Andre*3] [3]
}