Created: 22 days ago on 05/09/2025, 04:58:59 PM
FileType: Razor Script (Community Edition)
Size: 592
Category: Utility
Skills: No skills provided
Hotkey: B
Tags: pvm,farming,qol
Description: This is what I used on stream to clear corpses. Add loot to scavenger agent.
# Clears corpses on Endor by Jaseowns
# Add loot to your Scavanager Agent to pick it up
@clearignore
while not dead
while findtype "corpse" true as jaseowns_Corpse
say ".rip"
wft 500
target jaseowns_Corpse
getlabel backpack jaseowns_PingCheck
say ".rip"
wft 500
target jaseowns_Corpse
getlabel backpack jaseowns_PingCheck
@ignore jaseowns_Corpse
endwhile
endwhile