• 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 --->

Adding NinjaLoot to Macro. (1 Viewer)

Wingedvillain

Member
Joined
Apr 7, 2012
RedCents
84¢
I apologize in advance as I want to see if I am doing this right according to the directions.

1. For NinjaLoot to be added to my macro, my KissAssist.mac should look like the following script below?

2. Is this the only thing I need to do aside from making sure my Loot.ini is correct with the settings provided in the link:
(http://forums.notaddicted.com/showthread.php?t=23202)



| -------------------------------------------------------------------------------------
#turbo 40

#include ninjadvloot.inc
/call SetupAdvLootVars
/call LootMobs

#define DEBUG "/squelch /echo"
#define DEBUGBUFFS "/squelch /echo"
#define DEBUGCOMBAT "/squelch /echo"
#define DEBUGHEAL "/squelch /echo"
#define DEBUGMEZ "/squelch /echo"
#define DEBUGPULL "/squelch /echo"

#Event Burn "#*#|${BurnText}|#*#"
 
Ninjadvloot is already incorporated into KissAssist

under [General] LootOn=1 will activate it or just type in /looton on the toon you want to loot

to add to a normal macro the 2 commnads to call the subroutines have to go in Sub Main

Rich (BB code):
#include Ninjadvloot.inc
Sub Main
   /call SetupAdvLootVars
   /call DoLootStuff 
/return
 
Adding NinjaLoot to Macro.

Users who are viewing this thread

Back
Top