• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->
  • Unfortunately, yes, there is a suspension wave happening around the new tlp launch. :'( Please keep regular discussion to Suspension MegaThread and please consider submitting a Suspension report to RG.

Flesh to bone macro (1 Viewer)

Make sure the change the meat from Scorpion Meat to whatever you're using. If you want to build up massive f'ing quantities of bone chips, I use the meat vendor in SH...I think it's Daliea Saeiersa. Anyways, fill up your bags with meat, leave one slot open, and start it up. Once you're done (since bone chips stack to 100), fill up on meat and go again! You can get several thousand bone chips fairly easily this way.

Rich (BB code):
|bc.mac

Sub Main

:Loop
/if (!${FindItem[=Scorpion Meat].InvSlot}) {
  /echo backpacks empty go get more stuff
  /endmacro
}
  /nomodkey /itemnotify ${FindItem[=Scorpion Meat].InvSlot} leftmouseup
  /delay 1s
  /notify QuantityWnd QTYW_Accept_Button leftmouseup
  /delay 1s
  :AALoop
/if (${Me.AltAbilityReady[Flesh to Bone]} && ${Cursor.ID}) {
     /casting "Flesh to Bone|alt"
     /delay 1s
     :loop1
     /if (${Me.Casting.ID}) /goto :loop1
     /autoi
     /delay 2s
     /goto :Loop
	}
/if (!${Cursor.ID}) /goto :Loop
/goto :AALoop
/return
 
Flesh to bone macro

Users who are viewing this thread

Back
Top