What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

is there anyway to open lockboxes nowadays?

countblacula

Member
Joined
Jun 2, 2012
Messages
38
Reaction score
1
I used to use pickpocket profiles all the time but it seems like they are no longer of use seeing as how we dont have any lock picking tools, or if there are can anyone shed some light on the matter to me?
 
awesome, your so very helpful.

Obviously i can do this manually. but i probably have over 4k boxes -_-
 
Yeah, thats the kind of boxes. we used to be able to do this with honorbuddy. Just wondering if anyone has figured it out again.
 
I'll be a nice guy, Learnt how to write profiles and i use this in conjunction at the end of my pickpocket loops so i have less trips if any to a vendor.

1-)Simply load quest bot
2-)Load the file
3-)press start
4-)And win

Doesnt need to go into any specific folder just one where you can find it. Enjoy
 

Attachments

At the end of your profile move to a safe spot,put this in your code. And have the Tidy Bags plugin.
Code:
<CustomBehavior File="Message" Text="Opening boxes" LogColor="Red" />
<While Condition="HasItem(88165)">    
<CustomBehavior File="RunMacro" Macro="/cast pick lock\n/use Vine-*****ed Junkbox\n/use Vine-*****ed Junkbox" WaitTime="100"/>
</While>
 
I'll be a nice guy, Learnt how to write profiles and i use this in conjunction at the end of my pickpocket loops so i have less trips if any to a vendor.

1-)Simply load quest bot
2-)Load the file
3-)press start
4-)And win

Doesnt need to go into any specific folder just one where you can find it. Enjoy

i love you, thank you so much. I integrated this into my profile, works flawlessly thank you so much :)
 
Your welcome. Not my own code but very handy indeed.
 
<!-- While we have Vine-*****ed Junkbox -->
<While Condition="HasItem(88165)">

<!-- Custom behavior - RunMacro - open all the Vine-*****ed Junkboxes -->
<CustomBehavior File="Runmacro"
Macro="/cast Pick Lock\n/use Vine-*****ed Junkbox\n/use Vine-*****ed Junkbox"
WaitTime="1000"
NumOfTimes="1" />

</While> <!-- While we have Vine-*****ed Junkbox -->


*****= c-o-v-e-r
 
Back
Top