Hello, i’m a french rogue player and i would like to know if anyone knows if there is a macro which allows to focus the nearest target, then use pickpocket and then autoloot it(without the autoloot activated in option).
I hope my question make sense for you
Thank you for reading
Better suited in Classic forums and not in Argent Dawn real forums.
Of course i didnt notice, i just move it into classic forums sorry
I don’t think it’s possible to macro autoloot without having autoloot set in the UI. Without autoloot on a click per loot item is needed.
But I could be wrong.
On retail I think it’s possible with a script macro but I’m not sure what Classic’s API supports or doesn’t. I’ll try when I get home.
I think it’s the same as retail API, so if its possible with a script then I am wrong.
I don’t know anything about scripts really, could never make one myself. They might as well be written in Japanese for all the sense I can make from them.
Yes and no. Some functionality has been removed. For example you can still track events such as damage or spells happening but you can’t retrieve certain information like buffs from your target. Also all the stuff that made botting any inch easier and has been removed over the years isn’t coming back.
Basic UI settings should be pretty much the same though, at least as far as they’re shared across clients, so this should work.
Thanks for your answers guys. I found macro to focus the nearest target and pickpocket, and i also found an other macro to pickpocket and autoloot(without the option activated), but never both in the same macro.
I did not try either yet.
Can you tell me if it works when you’ve tried? Thanks a lot
Can you post both Macro’s you found here? Theres plenty of crafty people around that could put them together for you.
One you might also find handy (use this myself) is to make a macro for your favorite opening attack (Ambush for me) with a pickpocket before it. That way you auto pickpocket everything you attack with Ambush
#Showtooltip Ambush
/cast Pick Pocket
/stopcasting
/cast Ambush
You can try something like this:
I think it does what you need.
I found something like this :
#showtooltip Pick Pocket
/console targetNearestDistance 5.000000 /targetenemy [noharm][dead]
/console targetNearestDistance 10.000000
/script SetAutoLootDefault(1)
/cast Pick pocket
/in 1
/script SetAutoLootDefault(0)
It seems to requires to run « cosmos »
I read that the Vcar command for autoloot only appear at 3.0 patch
targetNearestDistance is one of the things they removed long ago and I’m 99% sure didn’t come back for Classic.
The macro I posted, I’d just tried it myself and it seemed to work, or at least it does what I think you wanted!
Nice! I will try it when i back home.
I just want to focus the nearest target, pickpocket and autoloot.
Does the /targetenemy command target the nearest one or it works randomly ?
And if they remove the targetnearestdistance after Classic there is a chance for it to works no?
I believe it’s equivalent to simply hitting tab.
No, the interface of Classic is largely a simplification of retail, plus some additions here and there; targetnearestdistance was removed alongside many other options that allowed too much automation. I’m only 99% sure because I haven’t gone through the full API, but I see no reason for them to bring it back.
Alright thanks for your explanation, i’ll try your macro and i’ll post the result there
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.