Auto Equip while attacking

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

Moderator: Moderators

hadi_rena
Noob
Noob
Posts: 2
Joined: 10 Jun 2013, 04:52
Noob?: Yes

Auto Equip while attacking

#1 Post by hadi_rena »

Hi,

Based on http://forums.openkore.com/viewtopic.php?f=56&t=49674 some config related to equipAuto and attackEquip will cause 'Attempt to STORE non Actor reference to the hash of actors' error. I already trying these config:

Code: Select all

attackEquip_rightHand +5 Stiletto [Andre*2:Mummy] [3]
or

Code: Select all

equipAuto {
	rightHand +5 Stiletto [Andre*2:Mummy] [3]
	onAction attack
}
and viola it's cause fatal error. Is there is a workaround for auto equipping weapons while attacking (melee attack) ? I thinking using doCommand block to achieve this but it's will require a lot of block config. idRO free server will automatically unequipped weapon/armor on death and I usually use these block to automatically equip weapon after death. Can someone give other solution instead of doCommand ?
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Auto Equip while attacking

#2 Post by Raider »

Try making an automacro who will trigger after you're dead.
hadi_rena
Noob
Noob
Posts: 2
Joined: 10 Jun 2013, 04:52
Noob?: Yes

Re: Auto Equip while attacking

#3 Post by hadi_rena »

Raider wrote:Try making an automacro who will trigger after you're dead.
Thank you very much... I got some enlightment after you say automacro after death... using this macro I can reduce the doCommand block... I will try and thank you for suggestion :)