EquipAuto Block config needed

International

Moderator: Moderators

SolumPravus
Noob
Noob
Posts: 8
Joined: 02 Aug 2012, 19:09
Noob?: No

EquipAuto Block config needed

#1 Post by SolumPravus »

I'm trying to make my bot equip my double critical katar after its been divested (de-equipted) from me by a mob.
It made sense in my head to have it attempt to equipt it as soon as it appears in my inventory given that the divest debuff has worn out. However this did not work so i then tried putting it to whenver i sit down to equipt me weapon (assuming i get beat up without my weapon equipted) also a failure so i tried putting it whenver im attacking out of sheer frustration which obviously didnt work or i wouldnt be here.
I did read the manual but this is a bit more complicated then the example that was provided.
Heres what my config looks like

equipAuto {
leftHand Katar [Soldier Skel*2] [2]
rightHand Katar [Soldier Skel*2] [2]
whileSitting 1
onAction attack
whenStatusActive
whenStatusInactive Divest Weapon
notWhileSitting 0
notInTown 0
disabled 0
inInventory Katar [Soldier Skel*2] [2]
manualAI 0
}

I also tried Katar [Soldier Skeleton*2] [2] and tried only putting the item text in the right hand and upon failure just in the left and then in both so idk what the fk to do.

Plz and thanky