Page 1 of 1

Lockpicking !

Posted: November 29th, 2017, 12:33 pm
by Mina_Moonlight
Hi folks !

Am bussy on making a LP char , But i want to train it afk at luna rune lib ,but i havent got a macro that runs properly to do it afk ....

the one i got ask me to lock box manualy .....

has annyone got a macro that does it all automaticly please?

current macro i use

//Halygon's Auto-Lockpicker
//Target object to unlock
promptalias 'lockeditem'
@clearjournal
//Keep trying to unlock until successful
while not @injournal 'The lock quickly yields' 'system'
if @findtype 0x14fc 'any' 'backpack'
useobject 'found'
waitfortarget 1500
target! 'lockeditem'
pause 4000
endwhile


thanks in advance !

Re: Lockpicking !

Posted: November 29th, 2017, 12:48 pm
by The Silvertiger
Add useobject [insert key serial or usetype [insert graphic.]] target box you're using after endwhile.

useobject[type] '[serial or graphic]'
target! 'lockeditem'