Getting Started
Rules
Character Mover
Optimization Guide
EZ Wiki
EZ Guide
Magelo
Zone List
Spell Recipes
T10.5 Spell Recipes
Crafting Recipes
Donate
EZ Player Discord
EZ Server Files
EZ Client Downloads
Custom UF MiniMap
Custom UF Inventory
EQEmulator Home
Allakhazam Home
UFMissingFilesList
TwitchTV
|==== Sub LootCorpse Sub LootCorpse(int CorpseNumber) /declare i int local 1 /declare cID string local /declare ItemsOnCorpse int local /if (${Target.ID}) { /if (${Target.DistanceU}>30) /say #corpsefix /delay 2 /loot /delay 20 ${Window[LootWnd].Open} /if (${Corpse.Items}) { /bc Looting corpse ${CorpseNumber} of ${CorpseCount}: ${Corpse.ID} /varset cID ${Corpse.ID} /delay 2 /if (${Window[LootWnd].Open} && ${Corpse.Items}) { /varset ItemsOnCorpse ${Corpse.Items} /delay 2 /for i 1 to ${ItemsOnCorpse} :KeepLootingItems =============> /if (${Ini[${EZLootIni},${Corpse.Item[${i}].Name.Left[1]},${Corpse.Item[${i}]}].Equal[Keep]} || ${Corpse.Item[${i}].Name.Find[,000]}) {