EZ Server

General Category => General Discussion => Topic started by: mousebane on September 07, 2017, 11:24:15 am



Title: TRW macro request
Post by: mousebane on September 07, 2017, 11:24:15 am
Any macro or suggestions to make a raid wipe corpse cleanup easier?
Specifically for each toon to loot their own corpse after rez.

...asking for a friend who raid wipes occasionally :P


Title: Re: TRW macro request
Post by: Bogreaper on September 07, 2017, 02:35:49 pm
| =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   Corpse Cleanup
   By BogReaper ( Bogreaper@gmail.com ) June 7th 2017
   Hope you enjoy, and may the Bog be with you.
  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-|


#turbo
Sub Main
   /hidec all
   /delay 2
   /say #corpsefix
   /delay 5
   /hidec looted
   /if (${SpawnCount[corpse radius 150 ${Me.CleanName}]}>0) {
      /tar id ${Spawn[corpse radius 150 ${Me.CleanName}].ID}
      /moveto id ${Spawn[corpse radius 150 ${Me.CleanName}].ID}
      /delay 2s ${Target.Distance}<10
      /corpse
      /delay 2
      /moveto id ${Spawn[corpse radius 150 ${Me.CleanName}].ID}
      /delay 2s ${Target.Distance}<10
      /tar ${Me.Name}
      /delay 5
      /loot
   }
   /if (${SpawnCount[corpse radius 150 ${Me.CleanName}]}>0) /rsay I have ${SpawnCount[corpse radius 150 ${Me.CleanName}]} more.
/return


Title: Re: TRW macro request
Post by: Peign on September 12, 2017, 01:54:22 pm
Autobots wage their battle to destroy the evil forces of RNG!


/macro farmit