Looting macros?

Streets

Grandmaster
Is there a way to loot specific items using razor? When I get the loot)corpse screen there are alot off items I don't bother with (cloths, food, fishing poles, etc.)

I tried to start off easy with gold but when I run my macro nothing happens? Or maybe it's targeting the gold in my pack and dropping back in my pack possibly.

For what ever reason the target stays in the corpse.


Any pointers would be greatly appreciated.
 

Streets

Grandmaster
Also if possible I don't want to loot corpses that would flag me criminal. So if possible not targeting gold on a blue corpse (I have razor set to auto open corpse bag on death within 2 tiles.)
 
Is there a way to loot specific items using razor? When I get the loot)corpse screen there are alot off items I don't bother with (cloths, food, fishing poles, etc.)

I tried to start off easy with gold but when I run my macro nothing happens? Or maybe it's targeting the gold in my pack and dropping back in my pack possibly.

For what ever reason the target stays in the corpse.


Any pointers would be greatly appreciated.
It doesn't work because they prevent the targeting of corpses to prevent auto-looting.
 

Greenman

Apprentice
So I have come up with a macro for gathering my leather, and it isnt completely Auto-pilot, but it does work pretty well, basically I set the Razor to auto open new corpses near me ant then set a hot key to double click my dagger and target by type "Corpse" my hot key involves shift so I just added an extra four seconds into the macro to drag and drop the hides in my pack, at which time the scissors get double clicked and target item type "pile o hides" and wahlah. I have noticed however that occasionally the macro seems to be trying to target the previous corpse especially if I am fairly close to it, are there any veteran coders out there that can take a peek at my macro (Below) and see what is causing it? I tried tweeking the time between dclicking the dagger and targeting the corpse but it seem to not make much difference... ....although now that I think about it wasnt there a swords weap that if you killed kritters with it when you opened the bodies to loot the leather was already cut? Not a butchers knife but something like it?


Assistant.Macros.DoubleClickTypeAction|3922|True
Assistant.Macros.PauseAction|00:00:02
Assistant.Macros.TargetTypeAction|False|8198
Assistant.Macros.PauseAction|00:00:04
Assistant.Macros.DoubleClickTypeAction|3999|True
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetTypeAction|False|4217
 
Last edited:
Top