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

Question - setup (1 Viewer)

Flipn

New member
Joined
Nov 16, 2015
RedCents
25¢
How do you set up /doleashtoon like were can i find it to dl it and place it were ever it needs to go
 
ok so i did this and it works just need to beef up the tank lol.
Rich (BB code):
|ScoutingAhead All Tanks v2.0

#turbo 40
#include spell_routines.inc
#include wait4rez.inc

#event ToonReady "<#1> Ready"
#event UpdateEvent "#*#Your task '#1#' has been updated."
#event LootingEvent "#*# has looted a #1#.-#*#"

| Run /mac scoutingahead on your tank. Make sure you setup the INI right or it will not work.
| This macro is untested with mercs, but it should still work with them.
| There is a 75s delay at the start of every heroic for rebuffs defined in your ini.
| If you use campfire make sure you have 3 people in your FS in the group otherwise you will get spammed trying to create a campfire.
| This macro does not need autofollow
| Everyone should loot except MT if possible otherwise some items may not get picked up.

Sub Main
  /declare DummyVariable int 1
  /declare iii int inner
  /echo Scouting Ahead All Tanks v2.0
  /call GeneralDeclares

  /if (${Defined[Param0]}) /varset CampNum ${Param0}
  /call SetUp
  /if (${Zone.ShortName.Equal[deadhills_errand]}) /goto :mainloop
  /call GetInstance
 :SkipZoneIn
  /call ZoneIn
  /if (${UseCampfire})  /call createcampfire
  /moveto loc 1547 395
  /popup Scouting Ahead All Tanks v2.0
  /call SetupCamp
/if (${Me.XTarget}==0) /varset bufftimer2 75s
  /bcg //mac kissassist
  /bcg //chaseon
  /bcg //varset Looton 1
 
You may have some trouble at the end of that calling that mac where you have 2 /bcg commands after calling to start kiss. Kiss will need to be up and ready before you issue any other commands. /delay 5s maybe more depending on your processing power
 
They seem to have chaged a bit since the last major update, seems its now:
Rich (BB code):
/chase 1
/chase 0
/camphere 1
/camphere 0
but when I do the /camphere 1, they try to return to the point at which I started KA.
These were the only ways I could get it to work.
 
Question - setup

Users who are viewing this thread

Back
Top