ScriptUO

Scripting Resources & Utilities => Stealth Client => Topic started by: MadeInAbdul on November 09, 2020, 01:49:38 AM

Title: Wait to loot a "turned" corpse
Post by: MadeInAbdul on November 09, 2020, 01:49:38 AM
Hey guy!

I'm wondering if someone knows how to wait for a corpse to turn "public" and then loot it.

I've been trying to figure it out, but my brain power lacks in that regards.

Would be lovely if someone had any tips or tricks.

Best regards,
MadeInAbdul
Title: Re: Wait to loot a "turned" corpse
Post by: Tidus on November 09, 2020, 08:40:02 AM
Hey guy!

I'm wondering if someone knows how to wait for a corpse to turn "public" and then loot it.

I've been trying to figure it out, but my brain power lacks in that regards.

Would be lovely if someone had any tips or tricks.

Best regards,
MadeInAbdul

You would need to know when it died, put that into an array with a timer event to wait 2 minutes for it to go public.
Title: Re: Wait to loot a "turned" corpse
Post by: unisharp on November 10, 2020, 06:21:50 AM
Tidus's idea is perfect, I do a little something different

How I handle this:

First off this doesn't work if you're completely unattended (AFK farming).  I'm assuming you're playing a character and a bot is playing with you, both in-party.

- In your loot method, after you're done looting a corpse, ignore it.
- Set a party command "reset loot" so that it wipes your ignore list

When you type "reset loot" in party, it'll wipe the ignore list and begin looting corpses again.