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:
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 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