Pickpocket macro ?

Pickpocket macro ?

by Sponza » Sun Mar 22, 2015 4:04 pm

I've been looking around for some Pickpocket macro but without any luck. I'm interested in auto-loot, clear target or adding the spell on openers such as Garrote or Cheap Shot. Does anyone know some that could share, even something that could come in handy that I didn't mentioned, would be great if someone could help :)
Also I've been wondering whats the respawn time of the pickpocket loot from the mobs?
Sponza
Sergeant
Sergeant
 

Re: Pickpocket macro ?

by Nozdormus » Mon Mar 23, 2015 8:37 am

Hello! there is no pickpocket macro. Blizzard add autoloot pickpocket only in BC.
Nozdormus
Private
Private
 

Re: Pickpocket macro ?

by whissper » Mon Mar 23, 2015 10:14 am

Well, try this one:
Code: Select all
/script local a;CastSpellByName('Pick Pocket');a=GetNumLootItems();for i=1,a,1 do LootSlot(i);end


P.S. this method is not safe enough. Just "raw sketch of code".
whissper
Grunt
Grunt
 

Re: Pickpocket macro ?

by Sponza » Mon Mar 23, 2015 2:20 pm

whissper wrote:Well, try this one:
Code: Select all
/script local a;CastSpellByName('Pick Pocket');a=GetNumLootItems();for i=1,a,1 do LootSlot(i);end


P.S. this method is not safe enough. Just "raw sketch of code".


I've tried it now and it seems to be working exactly as the spell itself. If this was suppose to be an auto-loot macro do I need to change some controls for it to work ?
Sponza
Sergeant
Sergeant
 

Re: Pickpocket macro ?

by whissper » Mon Mar 23, 2015 2:37 pm

not sure if this part of code: ... a=GetNumLootItems();for i=1,a,1 do LootSlot(i);end works as it's supposed to (i.e. loot every available slot one by one)
whissper
Grunt
Grunt
 

Re: Pickpocket macro ?

by whissper » Mon Mar 23, 2015 5:33 pm

Well function "LootSlot( i )", where "i" is a slot number, doesn't work on vanilla :)
whissper
Grunt
Grunt
 

Re: Pickpocket macro ?

by Sponza » Mon Mar 23, 2015 8:42 pm

whissper wrote:Well function "LootSlot( i )", where "i" is a slot number, doesn't work on vanilla :)

Sad to hear that, thanks for trying though ;)
Sponza
Sergeant
Sergeant
 

Re: Pickpocket macro ?

by picartman » Fri Mar 27, 2015 5:11 pm

Just wanted to add that the macro Pocket Helper does get enabled on Nost, but it doesn't auto loot either. A macro would be better though.
picartman
Sergeant
Sergeant
 

Re: Pickpocket macro ?

by kennyfury93 » Mon Mar 30, 2015 6:37 pm

Has anyone been able to figure out a working fix to this?
kennyfury93
Tester
 

Re: Pickpocket macro ?

by Youfie » Sun Jan 17, 2016 12:50 am

Sadly it doesn't seem to be doable in 1.12, according to such sources :

http://www.wowinterface.com/forums/arch ... -1936.html

http://www.wowinterface.com/forums/arch ... t-725.html

:'(

If anyone has a workaround, please share :)
User avatar
Youfie
Knight-Lieutenant
Knight-Lieutenant
 


Return to Rogue