Just grabbed the new version. Where will it go to mail for Alliance? (I assume the main city?) and how many lockboxes do you need before it does it?
It goes to the main city, whatever that's called, and it mails if it has less than 25 bagslots after selling
Results from test of v6 Completed the dungeon in 5 minutes 45 seconds (including the time it took to open treasure chests). Looted 3 locked box's during the run, and it attempted to open the box, without unlocking it first. "Item is locked" appeared on the screen, and got stuck in the loop. --- Edit: I believe I've found the issue is the code. Made an adjustment and am testing. If it's a fix I will post the correction. --- Adjustments made to the code, and it worked separate from the entire script (Just using the keys and opening the boxes), testing the complete script out now, and I've cleared the instance twice... and didn't get a single lockbox. Of course. Will post an update shortly. --- Took me 9 runs to get another lockbox. ... But it works. Line 133, replace: Code: <If Condition="HasItem(82960)"> <CustomBehavior File="UseItem" ItemId="88567" NumOfTimes="200" TerminateWhen="!HasItem(88567)" /> </If> with Code: <!-- Adjustments made to Target Key, Target Lockbox, Open Lockbox --> <If Condition="HasItem(88567)" TerminateWhen="!HasItem(88567)" > <CustomBehavior File="UseItem" ItemId="82960" /> <CustomBehavior File="UseItem" ItemId="88567" /> <CustomBehavior File="UseItem" ItemId="88567" WaitTime="20" /> </If> --- Fun problem. Bot sold all of my Ghostly Iron Keys that were in my bag. /cry Time to make more and fix that issue! At least I farm the mats throughout the dungeon! --- Also, change: Code: <ProtectedItems> <Item Id="88567" Name="Ghost Iron Lockbox"/> </ProtectedItems> to Code: <ProtectedItems> <Item Id="88567" Name="Ghost Iron Lockbox"/> <Item Id="82960" Name="Ghostly Skeleton Key" /> </ProtectedItems> I've also attached a copy of the modified script and renamed it 1.6.1
Ahhh, great! Thank you so much for the help. I don't have any blacksmiths nor any keys, so I didn't have the possibility to test. I'll update it asap! Great work ^^ Too bad about your keys, hope they weren't too expensive... Funny that you could go 9 in a row with no lockbox though, they seem a lot more common than that to me
Normally I get 1-3 per run. As soon as I updated the code to work and needed to test, the WowGods decided to be funny! I was thinking about writing a snippet of code to actually do the crafting as needed. Far easier to just make the users stock up on keys. And the keys are free. We loot the ore needed to create them in the dungeon, so I just smelt it down and make the keys. Easy Peasy. Super glad I was able to help make the code better, as I've made close to 50k off of your work so far! I'm going to test out the new updated code for a few hours and see if it runs smoothly!
You've done nice work at all. These profiles are greate and the result of them is great too, thanks a lot tell me how to rate you and i will :-* ^^
Working Brilliantly! Agent47. On the OP, scroll to the bottom and under the name is a Thumbs up icon. Click on it and give Rep.
Hi, my toon stucks in the end of the run, trying to open using Ghost Key that he havent... what can i do?
Trynda, please download the 1.7 version and see if that helps pinki, which profile are you using? Are you using singular or tuanha? I'm not sure, but I expect it should work alright. If you can, however, I'd recommend to switch to guardian while farming
Ahhh okay, I located the issue. Guadah had added a check for the lockboxes, but not for the keys, so if you didn't have them it would be stuck in the loop forever. Testing the updated profile now and will upload shortly. Pinki: Please try switching to singular. It worked better than TuanHa for many other classes.