
Also I've been wondering whats the respawn time of the pickpocket loot from the mobs?
/script local a;CastSpellByName('Pick Pocket');a=GetNumLootItems();for i=1,a,1 do LootSlot(i);end
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".
whissper wrote:Well function "LootSlot( i )", where "i" is a slot number, doesn't work on vanilla
|
![]() |