Auto Switch Weapon not activating on listed monsters.

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

yanmega
Noob
Noob
Posts: 2
Joined: 28 Nov 2012, 18:12
Noob?: No

Auto Switch Weapon not activating on listed monsters.

#1 Post by yanmega »

On the wiki, it states:
Switch weapon to a +7 Very Very Strong Ice Flamberge when it encounters a High Orc, and switch back to +8 Triple Bloody Saber when attacking other monsters:
autoSwitch_default_rightHand +8 Saber [Hydra*3] [3]

autoSwitch High Orc {
rightHand +7 VVS Ice Flamberge
}
So I used that, but am not weapon switching at all. My config is:

autoSwitch_default_rightHand +5 Katar of Frozen Icicle
autoSwitch_default_leftHand +5 Katar of Frozen Icicle


autoSwitch Sleeper, Driller, Geographer {
rightHand +5 Katar of Raging Blaze
leftHand +5 Katar of Raging Blaze
}
I've also deleted the lefthand category so that it's just rightHand listed. I've gone through the wiki and tried most everything that I can, is there something I am just not seeing?
kaoru
Human
Human
Posts: 34
Joined: 20 Jun 2008, 17:47
Noob?: No

Re: Auto Switch Weapon not activating on listed monsters.

#2 Post by kaoru »

Ditch the leftHand entries, as they aren't used for two-hand weapons.

Code: Select all

autoSwitch_default_rightHand +5 Katar of Frozen Icicle

autoSwitch Sleeper, Driller, Geographer {
rightHand +5 Katar of Raging Blaze
}
Check the tables folders to see if the items and monsters names are spelt right. Other then that, I have no idea.

You could also try the equipAuto blocks

Code: Select all

equipAuto {
	rightHand +5 Katar of Raging Blaze
	monsters Sleeper, Driller, Geographer
	disabled 0
}

equipAuto {
	rightHand +5 Katar of Frozen Icicle
	notMonsters Sleeper, Driller, Geographer
	disabled 0
}
yanmega
Noob
Noob
Posts: 2
Joined: 28 Nov 2012, 18:12
Noob?: No

Re: Auto Switch Weapon not activating on listed monsters.

#3 Post by yanmega »

I've tried both ways. I originally had the left hand omitted and added the right thinking it would help. I attempted your block as well, with no success. The monster tables are all correct, I've just no idea what the issue is.
kaoru
Human
Human
Posts: 34
Joined: 20 Jun 2008, 17:47
Noob?: No

Re: Auto Switch Weapon not activating on listed monsters.

#4 Post by kaoru »

Strange... Is your OK updated? Try setting up another folder from scratch and see if it works.
flashdbest
Plain Yogurt
Plain Yogurt
Posts: 61
Joined: 12 Nov 2012, 09:22
Noob?: Yes

Re: Auto Switch Weapon not activating on listed monsters.

#5 Post by flashdbest »

try adding a name?

Code: Select all

equipAuto fireWeapon{
   rightHand +5 Katar of Raging Blaze
   monsters Sleeper, Driller, Geographer
   disabled 0
}

equipAuto IceWeapon{
   rightHand +5 Katar of Frozen Icicle
   notMonsters Sleeper, Driller, Geographer
   disabled 0
}

See if that works