Pethaste.mac and Shielding.mac

A forum for you to dump all the macros you create, allowing users to use, modify, and comment on your work.

Moderator: MacroQuest Developers

User avatar
Leezard
a ghoul
a ghoul
Posts: 81
Joined: Wed Feb 04, 2004 12:54 pm

Pethaste.mac and Shielding.mac

Post by Leezard » Mon Feb 09, 2004 12:23 pm

Code: Select all

| Pethaste.mac
| Originally written by xcopyx for use with a singing steel bp
| altered to work with necro pet haste pants.
| Should work. not yet tested.
| Change slot numbers to customize to your needs 
#turbo 
Sub Main 
  /press i 
  /click right inv 2
  /finditem "Vorshar's Pants of the Blight"
  /delay 1s 
  /click left legs 
:Loop 
  /cast item "Vorshar's Pants of the Blight" 
  /goto :done 
:done
  /click left chest 
  /delay 1s 
  /click left pack 4 5 
  /click right inv 4 
  /press i 
  /goto :end 
:end 
/return

Code: Select all

| Shielding.mac
| Originally by xcopyx. Altered to use necro shielding robe.  
| Change slot numbers to customize to your needs 
#turbo 
Sub Main 
  /press i 
  /click right inv 4 
  /click left pack 4 5 
  /finditem "Vorshar's Robe of Blight"
  /delay 1s 
  /click left chest  
:Loop 
  /cast item "Vorshar's Robe of Blight"  
  /goto :done
:done 
  /click left chest 
  /delay 1s 
  /click left pack 4 5 
  /click right inv 4 
  /press i 
  /goto :end 
:end 
/return 
Death is merely a doorway, for a god!