KaganV
Apprentice
I can not get this macro to work. It just continually locks/unlocks the chest I am targetting, despite that part of the script being within an if condition.
usetype 0x14fc
waitfortarget 15000
target! 0x40f9cb79
pause 2000
if @injournal 'yield' system
useobject 0x40f9cb7a
waitfortarget 15000
target! 0x40f9cb79
endif
pause 2000
I got something similar to work last night, but I didn't save. Not sure what I am doing wrong here. I've tried to change the if, varying between @injournal and sysmsg 'yields', as well as usetype # instead of useobject #
usetype 0x14fc
waitfortarget 15000
target! 0x40f9cb79
pause 2000
if @injournal 'yield' system
useobject 0x40f9cb7a
waitfortarget 15000
target! 0x40f9cb79
endif
pause 2000
I got something similar to work last night, but I didn't save. Not sure what I am doing wrong here. I've tried to change the if, varying between @injournal and sysmsg 'yields', as well as usetype # instead of useobject #