• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Bug - Undefined variable KISS error

Maskoi Changed the line and got something new

[2017/09/21 20:04:22] [MQ2] Server Name ini file detected using KissAssist.ini
[2017/09/21 20:04:22] [MQ2] Loading INI Info
[2017/09/21 20:04:28] [MQ2] NINJADVLOOT: AutoHater set to Xtarget1
[2017/09/21 20:04:28] [MQ2] NINJADVLOOT: Variables are set. Using Loot.ini file.
[2017/09/21 20:04:31] [MQ2] Checking your ini file for errors.
[2017/09/21 20:04:32] [MQ2] ---------------->> Scanning Buffs <<----------------
[2017/09/21 20:04:32] [MQ2] ...ERROR: Buffs3=Vizat's Skin Rk. II unable to find as a Spell, AA, Item or Combat Ability
[2017/09/21 20:04:32] [MQ2] ...ERROR: Buffs7=Remorseless Demeanor unable to find as a Spell, AA, Item or Combat Ability
[2017/09/21 20:04:32] [MQ2] ...ERROR: Buffs14=Exalted Earring unable to find as a Spell, AA, Item or Combat Ability
[2017/09/21 20:04:32] [MQ2] ---------------->> Scanning DPS <<----------------
[2017/09/21 20:04:32] [MQ2] ...ERROR: DPS9=Improved Explosion of Hatred unable to find as a Spell, AA, Item or Combat Ability
[2017/09/21 20:04:33] [MQ2] ...ERROR: DPS10=Improved Explosion of Spite unable to find as a Spell, AA, Item or Combat Ability
[2017/09/21 20:04:33] [MQ2] ...ERROR: DPS19=Blood Drinker's Coating unable to find as a Spell, AA, Item or Combat Ability
[2017/09/21 20:04:33] [MQ2] ---------------->> Scanning Burn <<----------------
[2017/09/21 20:04:33] [MQ2] ...ERROR: Burn12=Cohort's Soulrender Breastplate unable to find as a Spell, AA, Item or Combat Ability
[2017/09/21 20:04:33] [MQ2] ...ERROR: Burn15=...Bloodletting Alliance unable to find as a Spell, AA, Item or Combat Ability
[2017/09/21 20:04:33] [MQ2] ---------------->> Scanning Heals <<----------------
[2017/09/21 20:04:34] [MQ2] -- No Spelling Errors or Missing Items Detected
[2017/09/21 20:04:34] [MQ2] ---------------->> Scanning AE <<----------------
[2017/09/21 20:04:34] [MQ2] -- No Spelling Errors or Missing Items Detected
[2017/09/21 20:04:34] [MQ2] ---------------->> Scanning Cures <<----------------
[2017/09/21 20:04:34] [MQ2] -- No Spelling Errors or Missing Items Detected
[2017/09/21 20:04:34] [MQ2] ---------------->> Scanning Pet <<----------------
[2017/09/21 20:04:34] [MQ2] ...ERROR: Pet2=Tiny Companion unable to find as a Spell, AA, Item or Combat Ability
[2017/09/21 20:04:35] [MQ2] ---------------->> Scanning PetBuffs <<----------------
[2017/09/21 20:04:35] [MQ2] ...ERROR: PetBuffs1=...Gift of Lutzen unable to find as a Spell, AA, Item or Combat Ability
[2017/09/21 20:04:35] [MQ2] ---------------->> Scanning GoM <<----------------
[2017/09/21 20:04:35] [MQ2] -- No Spelling Errors or Missing Items Detected
[2017/09/21 20:04:35] [MQ2] ================================
[2017/09/21 20:04:35] [MQ2] Redguides presents
[2017/09/21 20:04:35] [MQ2] KissAssist v.10.0.6 by Maskoi
[2017/09/21 20:04:35] [MQ2] ================================
[2017/09/21 20:04:35] [MQ2] I am Tanking & Main Assist
[2017/09/21 20:04:35] [MQ2] Memming spellset (1).
[2017/09/21 20:04:39] Window 'Blocked Spells' is now open.
[2017/09/21 20:04:40] Window 'Blocked Spells' is now closed.
[2017/09/21 20:04:47] MQ2Melee::Attacking [Combat Dummy Caza].
[2017/09/21 20:04:49] [MQ2] ATTACKING -> Combat Dummy Caza <-
[2017/09/21 20:04:49] [MQ2] TANKING-> Combat Dummy Caza <- ID:11284
[2017/09/21 20:04:49] WARNING: Undefined Variable BOOL used on line [email protected] /for j 1 to ${IniIDCount}Macro Paused.
[2017/09/21 20:04:59] WARNING: Undefined Variable BOOL used on line [email protected] /for j 1 to ${IniIDCount}Macro Paused.
 
That's nothing new, it's the exact same problem with an Uppercase BOOL when it should be Bool...

DUDE

Rich (BB code):
holyshit9=/if (${Me.AltAbilityReady[Encroaching Darkness]}  && !${BOOL{Target.Snared}} && ${Target.Type.Equal[NPC]}) /alt act 826
bool is fucked up
Rich (BB code):
holyshit9=/if (${Me.AltAbilityReady[Encroaching Darkness]}  && !${BOOL[${Target.Snared}]} && ${Target.Type.Equal[NPC]}) /alt act 826
Two ways to fix that, either change BOOL to Bool

Or the better cleaner solution screw Bool altogether and just: !${Target.Snared.ID}
 
That took care of any errors that were causing the mac to pause few other things i noticed. /unload caused client to crash and when i /backoff he will stop attacking and clear target but soon as i /backoff again he starts to attack combat dummy again.

[2017/09/21 20:27:52] Starting Bind_BackOff @ 3265 /varset AggroPCT ${Aggro[${i}].Arg[2,|]}
[2017/09/21 20:27:53] [MQ2] Backing off - All Combat has been reset.
[2017/09/21 20:27:53] Ending Bind @ 3265 /varset AggroPCT ${Aggro[${i}].Arg[2,|]}

- - - Updated - - -

That's nothing new, it's the exact same problem with an Uppercase BOOL when it should be Bool...


Two ways to fix that, either change BOOL to Bool

Or the better cleaner solution screw Bool altogether and just: !${Target.Snared.ID}

I guess ill go thru and edit the BOOL to Bool cus i have no clue about that other stuff this is an ini and holy/downs i got from the ones shared here thanks

- - - Updated - - -

Changed BOOL to Bool and put all them back in and working great thanks so much for your help getting my tank back in action
 
When I get home I'll check my broken wiz to see if he had an old holy or something. I've been using conditions for so long now I forgot about hollies when debugging last night.


Sent from my iPhone using Tapatalk
 
KissAssist 10.0.6 was included in the new compile you have to use this version.

For people trying to troubleshoot this:
1) Make sure you are using base kiss 10.0.6 from the latest update
2) Make sure you aren't using any custom includes / hacks (advanced users)
3) Make sure you check your MQ2Melee holy/downs & Conditions

Doing this ^^ so far I've had ZERO issues with BASE Kiss and either fixed MQ2Melee or NO HOLY/DOWNs


So far from a kiss perspective any character having an issue has been: spell_routines.inc from a different file I include (NOT BASE KISS)
Second has been MQ2Melee holy/down
Third has been Typos in Conditional
 
[2017/09/21 17:03:37] Plugin 'mq2log' loaded.
[2017/09/21 17:03:52] DoCommand - Couldn't parse '/mlogon'
[2017/09/21 17:03:52] kissassist.mac@7211 (Event_GUEQBC(Message,GUName,GUText)): /if (${EQBC.Connected} && ${Select[${EQBCOn},2,4]}) /call BroadCast ${IRCOn} ${EQBCOn} p "${GUName} tells Guild: ${GUText} "
[2017/09/21 17:03:52] kissassist.mac@2845 (CheckBuffs): /doevents
[2017/09/21 17:03:52] kissassist.mac@1016 (Main): /if (${BuffsOn}) /call CheckBuffs



my error.

Still getting this on one puter with 1.0.6.1 although everything updated, any idea why? (No Holies or other stuff used)
 
Rich (BB code):
DoCommand - Couldn't parse '/echo ${message}'
kissassist.mac@8082 (BroadCast(doirc, doeqbc, eqbcolor, message)): /echo ${message}
kissassist.mac@5997 (FindMobToPull(int PullFlag)): /call BroadCast ${IRCOn} ${EQBCOn} t "PULLING-> ${Spawn[${PullMob}].CleanName} <- ID:${PullMob} at ${Int[${Math.Distance[${Spawn[${PullMob}].Y},${Spawn[${PullMob}].X}:${CampYLoc},${CampXLoc}]}]} feet."

I don't have mq2log, it's the DoCommand monster appearing again! :O

- Running KA 1.0.6.1
- New spell_routine updated.
- Rebooted been done.
- MQ2 running as admin.
- Remove_Aliases mac activated.
- No MQ2Melee additives.
 
For people trying to troubleshoot this:
1) Make sure you are using base kiss 10.0.6 from the latest update
2) Make sure you aren't using any custom includes / hacks (advanced users)
3) Make sure you check your MQ2Melee holy/downs & Conditions

Doing this ^^ so far I've had ZERO issues with BASE Kiss and either fixed MQ2Melee or NO HOLY/DOWNs


So far from a kiss perspective any character having an issue has been: spell_routines.inc from a different file I include (NOT BASE KISS)
Second has been MQ2Melee holy/down
Third has been Typos in Conditional

Agreed, i'm having pretty good success so far, but I've also done what Tone has, and have converted my guys (95%) to conditions and have turned off mq2melee.. and i'm not having many issues.. running kiss 10.0.6, not the revised 10.0.6.1.. yet to try that..

Interestingly, I did have the rez issue, but I also left my guys for a while, came back to the telltale sign of a death/rez that happened at some point during the night (toon went from 3rd person zoomed out, my normal view, to first person..) so.. they DID get a rez, as their perfected lev buff was missing too..

at work now, but going to check my logs later..
 
Ran into some problems like this using my macros. I found out that the MQ2HUD.ini had some old variables that caused my headache. I think I'm the only one that uses MQ2hud though lol.
 
Ran into some problems like this using my macros. I found out that the MQ2HUD.ini had some old variables that caused my headache. I think I'm the only one that uses MQ2hud though lol.

Haven't used it in years. So I'm going with it's less uncommon than the hey day era


Sent from my iPhone using Tapatalk
 
Ran into some problems like this using my macros. I found out that the MQ2HUD.ini had some old variables that caused my headache. I think I'm the only one that uses MQ2hud though lol.

Read Changes.txt

- MQ2Hud now updated with a new type HUDTYPE_MACRO which is 16
This means you can now set the type to any combination of 1 2 4 8 and 16
see http://www.macroquest2.com/wiki/index.php/MQ2HUD for more info.
Basically using a hud that tries to parse variables that are used in macros, before they are declared will fail.
This new flag lets mq2hud know to not even try unless its set.
 
Read Changes.txt

You swedes sure are smart... That said the combination of type is probably only applicable to those that understand binary and can be confusing for the average user. That said reminds me of ipv4 addresses and subnetting on how you did it. Much appreciated for the addition though!

On a completely random side note, I visited Gothenburg Sweden for a month about 12 years ago and found that the society was pretty incredible and everyone was well educated. I suppose free education and the fact you had to walk everywhere has some benefits. /cheers
 
whatever type you are using in your hud now that uses a macro variable just add 16 to it and save...
so if the type now is 3, change it to 19...

makes sense?

or just paste the hud ini and ill fix it.
 
Ran into some problems like this using my macros. I found out that the MQ2HUD.ini had some old variables that caused my headache. I think I'm the only one that uses MQ2hud though lol.

naw man, i got some sweet setup for mah hud, sorta whjat i miss most when i dont use mq2 lol
 
My guess is kiss uses pethold for mages/necros/beast but it doesnt declare the variable for everyone.

/if (${Select[${Me.Class.ShortName},DRU,SHM,BST,ENC,MAG,NEC,SHD]}) {

you have to declare it for everyone now. So either add every class to that list or just remove that.
 
I'm getting something similar on my Wizzy, keeps Pausing KissAssist claiming it's something to do with the PetHoldOn and PetHold variables.

View attachment 12759

Line 495ish find this chunk of code
Rich (BB code):
    } else {
        /declare PetForceHealOnMed              int         outer   0
        /declare PetOn                          int         outer   0
        /declare PetAssistAt                    int         outer   0
        /declare PetCombatOn                    int         outer   0
        /declare PetRampPullWait                int         outer   0
    }
Add to the bottom /declare PetHoldOn int outer 0
Rich (BB code):
    } else {
        /declare PetForceHealOnMed              int         outer   0
        /declare PetOn                          int         outer   0
        /declare PetAssistAt                    int         outer   0
        /declare PetCombatOn                    int         outer   0
        /declare PetRampPullWait                int         outer   0
        /declare PetHoldOn                      int         outer   0
    }

thank you for reporting the bug

Will also be in a new release we will upload later tonight.
 
I also got another one on my Pally PullerTank:

Undefined Variable - i.png

I was able to work around this by declaring i. Not sure if this is how it's supposed to work but it has allowed me to temporarily bypass the issue.


| ----------------------------------------------------------------------------
| SUB: PullValidate
| ----------------------------------------------------------------------------
Sub PullValidate(PVPullMob, int PFlag)
/declare i int local
/declare j int local
 
Last edited by a moderator:
I had another error with PetHold as well...

Undefined Variable - PetHold.png

Adding the line below after what you suggested earlier seemed to fix things.

/declare PetHoldOn int outer 0
/declare PetHold string outer

Thanks again for your help. :)
 
That in your condition or holyshit and has been posted a few times. the solution is posted somewhere
Something like

Rich (BB code):
holyshit9=/if (${Me.AltAbilityReady[Encroaching Darkness]}  && !${BOOL{Target.Snared}} && ${Target.Type.Equal[NPC]}) /alt act 826
bool is fucked up
Rich (BB code):
holyshit9=/if (${Me.AltAbilityReady[Encroaching Darkness]}  && !${Target.Snared} && ${Target.Type.Equal[NPC]}) /alt act 826

Bools aren't all caps if you have to use them its Bool not BOOL
 
After today's update the #warnings line had to be removed again as its still pausing KISS with the same errors i wrote in the beginning of this thread. I have removed the line and it is working but wanted to report it just the same
 
Undefined Variable version used on line [email protected] /doevents flush
Macro paused

Just keeps repeating over and over in the MQ2 window
Post your Holy and down shits, post your kissassist ini post your hud ini if u use hud and post your macroquest.ini
And finally if you use .cfg files post those.

Somewhere in those files is a variable named "version" which obviously is not declared.
 
Rich (BB code):
[General]
KissAssistVer=10.0.6.2
Role=Assist
CampRadius=30
CampRadiusExceed=400
ReturnToCamp=0
ChaseAssist=0
ChaseDistance=20
MedOn=1
MedStart=25
MedCombat=0
LootOn=0
RezAcceptOn=1
AcceptInvitesOn=0
GroupWatchOn=0
EQBCOn=1
IRCOn=0
MiscGem=12
HoTTOn=0
CampfireOn=0
CharInfo=Cleric|105
CastingInterruptOn=0
DPSMeter=1
MiscGemRemem=1
ScatterOn=0
MiscGemLW=0
ConditionsOn=0
[Buffs]
BuffsOn=1
Buffs1=Aura of Divinity Rk. III|Aura
Buffs2=Aura of the Reverent Rk. III|Aura
Buffs3=Wee'er Harvester|Summon|Burned Black Bread|1
Buffs4=Shining Bulwark Rk. III|MA
Buffs5=Bigger Belt of the River|Summon|Murky Globe of Water|1
Buffs6=Divine Indemnification Rk. III|MA
Buffs7=Ward of Surety Rk. III|MA
Buffs8=Unified Hand of Surety Rk. III|Dual|Surety Rk. III
Buffs9=Armor of the Ardent Rk. II
Buffs10=Veturika's Perseverance|Mana|20
Buffs11=NULL
Buffs12=NULL
Buffs13=NULL
Buffs14=NULL
Buffs15=NULL
Buffs16=NULL
Buffs17=NULL
Buffs18=NULL
Buffs19=NULL
Buffs20=NULL

Buffs22=NULL "Armor of the Reverent"
Buffs23=NULL "Unified Hand of Certitude"
Buffs24=NULL "Cleansed Blood Rk. II"

RebuffOn=1
ChecKBuffsTimer=20
PowerSource=NULL
BuffsSize=20
BuffsCOn=0
[Melee]
AssistAt=95
MeleeOn=0
FaceMobOn=0
MeleeDistance=75
StickHow=snaproll
AutoFireOn=0
UseMQ2Melee=1
[GoM]
GoMSHelp=Format - Spell|Target, MA Me or Mob, i.e. Rampaging Servant Rk. II|Mob
GoMSpell=Gift of Mana Spell
GoMSpell1=NULL
GoMSpell2=NULL
GoMSpell3=NULL
GoMSize=3
GoMCOn=0
[AE]
AEOn=0
AERadius=50
AE1=NULL
AE2=NULL
AE3=NULL
AE4=NULL
AE5=NULL
AE6=NULL
AE7=NULL
AE8=NULL
AE9=NULL
AE10=NULL
AESize=10
[DPS]
DPSOn=0
DPSSkip=20
DPSInterval=10
DPS1=Chromacrush Rk. II|95
DPS2=Castigation Rk. II|90
DPS3=Abrogate the Undead Rk. II|85
DPS4=Virtuous Contravention|80
DPS5=Mark of the Zealot Rk. II|98
DPS6=NULL
DPS7=NULL
DPS8=NULL
DPS9=NULL
DPS10=NULL
DPS11=NULL
DPS12=NULL
DPS13=NULL
DPS14=NULL
DPS15=NULL
DPS16=NULL
DPS17=NULL
DPS18=NULL
DPS19=NULL
DPS20=NULL
DebuffAllOn=0
DPSSize=20
DPSCOn=0
[Aggro]
AggroOn=0
Aggro1=NULL
Aggro2=NULL
Aggro3=NULL
Aggro4=NULL
Aggro5=NULL
AggroSize=5
[Heals]
Help=Format Spell|% to heal at i.e. Devout Light Rk. II|50
HealsOn=1
Heals1=Graceful Remedy Rk. III|60
Heals2=Spiritual Remedy Rk. III|60
Heals3=Word of Greater Reformation Rk. III|60|Group
Heals4=Fervid Renewal Rk. III|55
Heals5=Syllable of Convalescence Rk. III|65|Group
Heals6=Burst of Life|25|MA
Heals7=Divine Arbitration|25
Heals8=NULL Ardent Light Rk. II|55
Heals9=NULL Mysitcal Intervention Rk. III|60
Heals10=Promised Rehabilitation Rk. III|99|MA
XTarHeal=0
AutoRezOn=1
AutoRezWith=Blessing of Resurrection
Heals11=NULL
Heals12=NULL
Heals13=NULL
Heals14=NULL
Heals15=NULL
HealGroupPetsOn=0
XTarHeal2=0
HealsSize=15
HealsCOn=0
[Cures]
CuresOn=0
Cures1=NULL "Radiant Cure"
Cures2=Word of Greater Reformation Rk. II
Cures3=NULL "Cleansed Blood Rk. II"
Cures4=NULL
Cures5=NULL
CuresSize=5
[Burn]
BurnText=Decepticons Attack
Burn1=NULL
Burn2=NULL
Burn3=NULL
Burn4=NULL
Burn5=NULL
Burn6=NULL
BurnNamed=0
Burn7=NULL
Burn8=NULL
BurnAllNamed=0
Burn9=NULL
Burn10=NULL
Burn11=NULL
Burn12=NULL
Burn13=NULL
Burn14=NULL
Burn15=NULL
UseTribute=0
BurnSize=15
BurnCOn=0
[Pull]
PullWith=Throw Stone
MaxRadius=150
MaxZRange=50
PullWait=0
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|0
PullMeleeStick=0
UseWayPointZ=0
PullRadiusToUse=90
[AFKTools]
AFKHelp=AFKGMAction=0 Off, 1 Pause Macro, 2 End Macro, 3 Unload MQ2, 4 Quit Game
AFKToolsOn=0
AFKGMAction=1
AFKPCRadius=150
CampOnDeath=0
ClickBacktoCamp=0
[Merc]
Help=To use: Turn off Auto Assist in Manage Mercenary Window
MercOn=1
MercAssistAt=92
[SpellSet]
LoadSpellSet=0
SpellSetName=KissAssist
[GMail]
GMailHelp=Events currently support - Dead,GM,Level,Named,Leftgroup
GMailOn=0
GMail1=NULL
GMail2=NULL
GMail3=NULL
GMail4=NULL
GMail5=NULL
GMailSize=5

Rich (BB code):
[MQ2Rez]
Soundfile=C:\Users\Hellfury\Desktop\MQ2\Release\mq2rez.wav
Accept=on
RezPct=90


#turbo 40
#include Spell_routines.inc
#include kissassistbuffs.inc

[MQ2AASpend_Settings]
AutoSpend=1
BruteForce=0
BruteForceBonusFirst=0
BankPoints=30
SpendOrder=35214
[MQ2AASpend_AAList]
0=Combat Agility|M
1=Combat Stability|M
2=Delay Death|M
3=Discordant Defiance|M
4=General Sturdiness|M
5=Mystical Attuning|M
6=Abundant Healing|M
7=Armor of Wisdom|M
8=Cascade of Life|M
9=Destructive Fury|M
10=Expansive Mind|M
11=Fury of Magic|M
12=Gift of Mana|M
13=Hastened Forceful Rejuvenation|M
14=Hastened Silent Casting|M
15=Intrinsic Efficiency|M
16=Mastery of the Past|M
17=Mental Clarity|M
18=Mental Stamina|M
19=Persistent Casting|M
20=Quickened Silent Casting|M
21=Shield Block|M
22=Shield Block|M
23=Blessed Chains|M
24=Call of the Herald|M
25=Cascading Divine Aura|M
26=Celestial Hammer|M
27=Celestial Rapidity|M
28=Celestial Regeneration|M
29=Divine Avatar|M
30=Divine Avatar|M
31=Divine Reach|M
32=Divine Retribution|M
33=Exquisite Benediction|M
34=Extended Shield of Reverence|M
35=Hastened Celestial Hammer|M
36=Hastened Celestial Regeneration|M
37=Hastened Divine Avatar|M
38=Hastened Divine Guardian|M
39=Hastened Divine Intervention|M
40=Hastened Celestial Regeneration|M
41=Hastened Channeling the Divine|M
42=Hastened Divinity|M
43=Hastened Divine Guardian|M
44=Hastened Divine Intervention|M
45=Hastened Divine Resurrection|M
46=Hastened Purified Spirits|M
47=Hastened Improved Twincast|M
48=Hastened Turn Undead|M
49=Hastened Purification of the Soul|M
50=Hastened Renewal|M
51=Improved Burst of Life|M
52=Hastened Turn Undead|M
53=Overpowering Strikes|M
54=Improved Beacon of Life|M
55=Improved Burst of Life|M
56=Purify Soul|M
57=Quickened Turn Undead|M
58=Overpowering Strikes|M
59=Repel the Wicked|M
60=Righteous Zeal|M
61=Sanctified Blessing|M
62=Quickened Turn Undead|M
63=Recourse of Life|M
64=Righteous Zeal|M
65=Sanctified Blessing|M
66=Twinproc|M
67=Yaulp|M


[MQ2Melee]
bash=1
enrage=1
facing=1
infuriate=1
plugin=1
resume=75
stickrange=75
synergy=0
yaulp=0
downflag1=1

downshit5=/if (${SpawnCount[corpse radius 50 zradius 10]}>1) /hidecorpse allbutgroup
downshit1=/if (!${Me.Invis} && ${Zone.Type[255]} && ${Zone.SkyType[1]} && ${Me.State.NotEqual[MOUNT]} && ${Me.CombatState.NotEqual[COMBAT]}) /casting "Ghostrider's Spirit" item
version=7.050
[MQ2Twist]
Delay=33
Quiet=0
Adjust=1
Recast=0
21_CastTime=0
21_ReCastTime=0
21_Name=DISABLED
21_Slot=DISABLED
22_CastTime=0
22_ReCastTime=0
22_Name=DISABLED
22_Slot=DISABLED
23_CastTime=0
23_ReCastTime=0
23_Name=DISABLED
23_Slot=DISABLED
24_CastTime=0
24_ReCastTime=0
24_Name=DISABLED
24_Slot=DISABLED
25_CastTime=0
25_ReCastTime=0
25_Name=DISABLED
25_Slot=DISABLED
26_CastTime=0
26_ReCastTime=0
26_Name=DISABLED
26_Slot=DISABLED
27_CastTime=0
27_ReCastTime=0
27_Name=DISABLED
27_Slot=DISABLED
28_CastTime=0
28_ReCastTime=0
28_Name=DISABLED
28_Slot=DISABLED
29_CastTime=0
29_ReCastTime=0
29_Name=DISABLED
29_Slot=DISABLED
30_CastTime=0
30_ReCastTime=0
30_Name=DISABLED
30_Slot=DISABLED
31_CastTime=0
31_ReCastTime=0
31_Name=DISABLED
31_Slot=DISABLED
32_CastTime=0
32_ReCastTime=0
32_Name=DISABLED
32_Slot=DISABLED
33_CastTime=0
33_ReCastTime=0
33_Name=DISABLED
33_Slot=DISABLED
34_CastTime=0
34_ReCastTime=0
34_Name=DISABLED
34_Slot=DISABLED
35_CastTime=0
35_ReCastTime=0
35_Name=DISABLED
35_Slot=DISABLED
36_CastTime=0
36_ReCastTime=0
36_Name=DISABLED
36_Slot=DISABLED
37_CastTime=0
37_ReCastTime=0
37_Name=DISABLED
37_Slot=DISABLED
38_CastTime=0
38_ReCastTime=0
38_Name=DISABLED
38_Slot=DISABLED
39_CastTime=0
39_ReCastTime=0
39_Name=DISABLED
39_Slot=DISABLED
40_CastTime=0
40_ReCastTime=0
40_Name=DISABLED
40_Slot=DISABLED

I don't use hud or cfg
 
Need your macroquest.ini as well
It's triggered by doevents are you using mq2events or something?
And also are you sure u don't have a mq2hud.ini ? It could still parse it even if u are not "using" it
 
Rich (BB code):
[MacroQuest]
MacroPath=.\Macros
LogPath=.\Logs
MacroQuestWinClassName=__MacroQuestTray
MacroQuestWinName=MacroQuest2
# setting BossMode=0 disables it.
BossMode=0
# setting CycleNextWindow=0 disables it.
CycleNextWindow=0
DebugSpewToFile=0
FilterSkills=0
FilterTarget=0
FilterMoney=0
FilterFood=1
FilterMacro=0
FilterEncumber=0
FilterDebug=0
FilterMQ=0
KeepKeys=1
LaxColor=0
AllErrorsDumpStack=1
AllErrorsFatal=0
HUDMode=UnderUI
MQ2LoadingMsg=0
ExactSearchCleanNames=0
CreateMQ2NewsWindow=1
TimeStampChat=1
BeepOnTells=0
FlashOnTells=1
IfDelimiter=,
IfAltDelimiter=~

[Aliases]
/a=/anonymous
/addfriend=/echo AddFriend
/addignore=/echo AddMobIgnore
/addimmune=/echo AddMezImmune
/addpull=/echo AddMobPull
/autorez=/multiline ; /docommand ${If[${AutoRez}==1,/varset AutoRez 0,/varset AutoRez 1]} ; /varset changetoini 1 ; /echo Setting AutoRez to ${If[${AutoRez}==0,OFF,ON]}
/b=/bazaar
/ba=/bazaar
/backoff=/echo BackOff
/byos=/multiline ; /varset changetoini 1 ; /docommand ${If[${BringYourOwnSpells}==1,/varset BringYourOwnSpells 0,/varset BringYourOwnSpells 1]} ; /echo Toggling Bring Your Own Spells to ${If[${BringYourOwnSpells}==0,OFF,ON]}
/c=/consider
/campfire=/echo Summon Campfire
/camphold=/echo toggle HoldCamp
/campoff=/echo Reset General CampOff
/cha=/channel
/d=/duel
/debugall=/echo \atDEBUGAll
/divinebuff=/multiline ; /docommand ${If[${DivineBuffOn}==1,/varset DivineBuffOn 0,/varset DivineBuffOn 1]} ; /docommand ${If[${Me.Gem[${promheal}]}==${spellslots},/varcalc divinegem ${spellslots}-1,/varset divinegem ${spellslots}]} ; /varset changetoini 1 ; /echo Toggling ${DivineBuff} to ${If[${DivineBuffOn}==0,OFF,ON]}
/dofate=dofate
/doloot=doloot
/exp=/echo ${Me.PctExp}% experience...
/f=/feedback
/fa=/fastdrop
/g=/gsay
/gu=/guildsay
/key=/keys
/load=/loadspells
/m=/msg
/newif=/if
/r=/reply
/t=/tell
/ta=/tap
/w=/who
/mailto=/echo MailIniItem Parcel ${Cursor.ID}
/parcelstuff=/echo Parcel Stuff
/doaggro=Aggro
/Dot= DoDot
/lootignore=/echo LootIniItem Ignore ${Cursor.Name}
/lootsell=/echo LootIniItem Sell ${Cursor.Name}
/lootkeep=/echo LootIniItem Keep ${Cursor.Name}
/lootdestroy=/echo LootIniItem Destroy ${Cursor.Name}
/lootquest=/echo LootIniItem Quest|${QuestKeep} ${Cursor.Name}
/sellstuff=/echo NinjadvLoot selling items to vendor
/depositstuff=/echo NinjadvLoot depositing items to guildbank
/afktoolson=/changevarint AFKTools AFKToolsOn
/assistat=/changevarint Melee AssistAt
/autofireon=/togglevariable AutoFireOn
/autorezon=/togglevariable AutoRezOn
/buffson=/togglevariable BuffsOn
/camphere=/togglevariable ReturnToCamp
/campradius=/changevarint General CampRadius
/chase=/togglevariable ChaseAssist
/chasedistance=/changevarint General ChaseDistance
/chaseoff=/changevarint General ChaseAssist 0
/chaseon=/changevarint General ChaseAssist 1
/conditions=/togglevariable conditions
/conditionsoff=/togglevariable conditions off
/conditionson=/togglevariable conditions on
/debug=/togglevariable Debug
/debugbuffs=/togglevariable DebugBuffs
/debugcombat=/togglevariable DebugCombat
/debugheal=/togglevariable DebugHeal
/debugmez=/togglevariable DebugMez
/debugmove=/togglevariable DebugMove
/debugpull=/togglevariable DebugPull
/debugrk=/togglevariable DebugRK
/dpsinterval=/changevarint DPS DPSInterval
/dpsmeter=/togglevariable DPSMeter
/dpson=/changevarint DPS DPSOn
/dpsskip=/changevarint DPS DPSSkip
/dpsspam=/togglevariable DPSSpam
/dpswrite=/togglevariable DPSWriteOn
/healson=/changevarint Heals HealsOn
/interrupton=/togglevariable CastingInterruptOn
/ktdismount=/echo KTDismount
/ktdoor=/echo KTDoorClick
/kthail=/echo KTHail
/ktinvite=/echo KTInvite
/ktsay=/echo KTSay
/kttarget=/echo KTTarget
/looton=/changevarint General LootOn
/maxradius=/changevarint Pull MaxRadius
/maxzrange=/changevarint Pull MaxZRange
/medcombat=/togglevariable MedCombat
/medstart=/changevarint General MedStart
/meleedistance=/changevarint Melee MeleeDistance
/meleeon=/togglevariable MeleeOn
/mercassistat=/changevarint Merc MercAssistAt
/mezon=/changevarint Mez MezOn
/movewhenhit=/togglevariable MoveWhenHit
/pethold=/togglevariable PetHold
/peton=/togglevariable PetOn
/pettoyson=/togglevariable PetToysOn
/pettoysplz=/echo PetToysPlease
/rebuffon=/togglevariable RebuffOn
/returntocamp=/togglevariable ReturnToCamp
/scatteron=/togglevariable ScatterOn
/setae=/iniwrite AE
/setaggro=/iniwrite Aggro
/setbuffs=/iniwrite Buffs
/setburn=/iniwrite Burn
/setcure=/iniwrite Cure
/setdps=/iniwrite DPS
/setheals=/iniwrite Heals

[Substitutions]
omg=Oh My God

[Plugins]
mq2aaspend=1
mq2advpath=1
mq2afnuke=0
mq2autoaccept=1
mq2autocamp=0
mq2autoforage=1
mq2autogroup=0
mq2autologin=1
mq2autoloot=0
mq2autosize=0
mq2bandolier=0
mq2bardswap=0
mq2bucles=0
mq2bufftool=0
mq2bzsrch=1
mq2camera=0
mq2cast=1
mq2charnotes=0
mq2chat=0
mq2chatwnd=1
mq2combat=0
mq2cpuload=1
mq2cursor=0
mq2custombinds=1
mq2customsound=0
mq2debuffs=1
mq2dpsadv=1
mq2eqbc=1
mq2eqbugfix=1
mq2eqim=0
mq2events=1
mq2exchange=1
mq2fearrunner=0
mq2feedme=0
mq2finditem=0
mq2fps=0
mq2gmail=0
mq2gmcheck=0
mq2headshot=0
mq2heals=0
mq2hud=1
mq2hudmove=0
mq2ic=1
mq2irc=0
mq2itemdisplay=1
mq2killtracker=0
mq2labels=1
mq2linkdb=0
mq2log=1
mq2map=1
mq2medley=0
mq2melee=1
mq2missing=0
mq2moveutils=1
mq2nav=1
mq2netbots=0
mq2netheal=0
mq2nonagwindows=1
mq2notepad=0
mq2paranoid=0
mq2plattracker=0
mq2posse=1
mq2pvpalert=0
mq2raidutils=0
mq2randomstuff=0
mq2relaytells=0
mq2reward=0
mq2rez=1
mq2search=0
mq2slave=0
mq2spawnmaster=1
mq2spawns=0
mq2speaker=0
mq2spellhotkeys=0
mq2spellsearch=0
mq2targets=0
mq2telnet=0
mq2tooltip=0
mq2tracking=0
mq2tributemanager=0
mq2twist=1
mq2vendors=0
mq2viewport=0
mq2xptracker=1

[Key Binds]
RANGED_Nrm=clear
RANGED_Alt=clear
MQ2CHAT_Nrm=.
MQ2CSCHAT_Nrm=/
EQBC_Nrm=clear
MELEE_Nrm=Z
RANGE_Nrm=X
MUTILS_FWD_Nrm=clear
MUTILS_BCK_Nrm=clear
MUTILS_LFT_Nrm=Z
MUTILS_RGT_Nrm=D
MUTILS_STRAFE_LFT_Nrm=clear
MUTILS_STRAFE_RGT_Nrm=clear
MUTILS_AUTORUN_Nrm=Num_Lock
MUTILS_FWD_Alt=Up
MUTILS_BCK_Alt=Down
MUTILS_LFT_Alt=Left
MUTILS_RGT_Alt=Right
MUTILS_STRAFE_LFT_Alt=clear
MUTILS_STRAFE_RGT_Alt=clear
MUTILS_AUTORUN_Alt=clear
NAVKEY_forward_Nrm=clear
NAVKEY_forward_Alt=Up
NAVKEY_back_Nrm=clear
NAVKEY_back_Alt=Down
NAVKEY_left_Nrm=Z
NAVKEY_left_Alt=Left
NAVKEY_right_Nrm=D
NAVKEY_right_Alt=Right
NAVKEY_strafe_left_Nrm=clear
NAVKEY_strafe_left_Alt=clear
NAVKEY_strafe_right_Nrm=clear
NAVKEY_strafe_right_Alt=clear
NAVKEY_autorun_Nrm=Num_Lock
NAVKEY_autorun_Alt=clear
NAVKEY_jump_Nrm=Space
NAVKEY_jump_Alt=clear
NAVKEY_run_walk_Nrm=ctrl+R
NAVKEY_run_walk_Alt=clear
NAVKEY_duck_Nrm=X
NAVKEY_duck_Alt=clear

[SWho Filter]
Holding=1

[Captions]
MQCaptions=1
Update=35
Player1=${If[${NamingSpawn.Mark},${NamingSpawn.Mark} - ,]}${If[${NamingSpawn.Trader},Trader ,]}${If[${NamingSpawn.Invis},(${NamingSpawn.DisplayName}),${NamingSpawn.DisplayName}]}${If[${NamingSpawn.AFK}, AFK,]}${If[${NamingSpawn.Linkdead}, LD,]}${If[${NamingSpawn.LFG}, LFG,]}${If[${NamingSpawn.GroupLeader}, LDR,]}
Player2=${If[${NamingSpawn.Mark},${NamingSpawn.Mark} - ,]}${If[${NamingSpawn.Trader},Trader ,]}${If[${NamingSpawn.Invis},(${NamingSpawn.DisplayName}),${NamingSpawn.DisplayName}]}${If[${NamingSpawn.Surname.Length}, ${NamingSpawn.Surname},]}${If[${NamingSpawn.AFK}, AFK,]}${If[${NamingSpawn.Linkdead}, LD,]}${If[${NamingSpawn.LFG}, LFG,]}${If[${NamingSpawn.GroupLeader}, LDR,]}
Player3=${If[${NamingSpawn.Mark},${NamingSpawn.Mark} - ,]}${If[${NamingSpawn.Trader},Trader ,]}${If[${NamingSpawn.Invis},(${NamingSpawn.DisplayName}),${NamingSpawn.DisplayName}]}${If[${NamingSpawn.Surname.Length}, ${NamingSpawn.Surname},]}${If[${NamingSpawn.AFK}, AFK,]}${If[${NamingSpawn.Linkdead}, LD,]}${If[${NamingSpawn.LFG}, LFG,]}${If[${NamingSpawn.GroupLeader}, LDR,]}${If[${NamingSpawn.Guild.Length},\n<${If[${NamingSpawn.GuildStatus.NotEqual[member]},${NamingSpawn.GuildStatus} of ,]}${NamingSpawn.Guild}>,]}
Player4=${If[${NamingSpawn.Mark},${NamingSpawn.Mark} - ,]}${If[${NamingSpawn.Trader},Trader ,]}${If[${NamingSpawn.AARank},${NamingSpawn.AATitle} ,]}${If[${NamingSpawn.Invis},(${NamingSpawn.DisplayName}),${NamingSpawn.DisplayName}]}${If[${NamingSpawn.Surname.Length}, ${NamingSpawn.Surname},]}${If[${NamingSpawn.Suffix.Length}~${If[${NamingSpawn.Suffix.Left[1].Equal[,]}~${NamingSpawn.Suffix}~ ${NamingSpawn.Suffix}]}~]}${If[${NamingSpawn.AFK}, AFK,]}${If[${NamingSpawn.Linkdead}, LD,]}${If[${NamingSpawn.LFG}, LFG,]}${If[${NamingSpawn.GroupLeader}, LDR,]}${If[${NamingSpawn.Guild.Length},\n<${If[${NamingSpawn.GuildStatus.NotEqual[member]},${NamingSpawn.GuildStatus} of ,]}${NamingSpawn.Guild}>,]}
NPC=${If[${NamingSpawn.Mark},${NamingSpawn.Mark} - ,]}${If[${NamingSpawn.Assist},>> ,]}${NamingSpawn.DisplayName}${If[${NamingSpawn.Assist}, - ${NamingSpawn.PctHPs}%<<,]}${If[${NamingSpawn.Surname.Length},\n(${NamingSpawn.Surname}),]}
Corpse=${NamingSpawn.DisplayName}'s corpse
Pet=${If[${NamingSpawn.Mark},${NamingSpawn.Mark} - ,]}${If[${NamingSpawn.Assist},>> ,]}${NamingSpawn.DisplayName}${If[${NamingSpawn.Assist}, - ${NamingSpawn.PctHPs}%<<,]}${If[${NamingSpawn.Master.Type.Equal[PC]},\n(${NamingSpawn.Master}),]}

[Caption Colors]
PC=OFF
PC-Color=ff00ff
PCCon=OFF
PCPVPTeam=OFF
PCRaid=OFF
PCRaid-Color=ff7f
PCClass=OFF
PCGroup=OFF
PCGroup-Color=ffff00
PCTrader=ON
PCTrader-Color=ff7f00
NPC=OFF
NPC-Color=ff0000
NPCCon=ON
NPCClass=OFF
NPCMerchant=ON
NPCMerchant-Color=ff7f00
NPCBanker=ON
NPCBanker-Color=c800ff
NPCAssist=ON
NPCAssist-Color=ffff00
NPCMark=ON
NPCMark-Color=ffff00
PetNPC=OFF
PetNPC-Color=ff0000
PetPC=OFF
PetPC-Color=ffff00
PetClass=OFF
PetClass-Color=ff0000
Corpse=OFF
Corpse-Color=ff0000
CorpseClass=OFF
CorpseClass-Color=ff0000

Rich (BB code):
[MQ2HUD]
Last=Elements
SkipParse=1
CheckINI=10
UpdateInBackground=on
ClassHUD=on
ZoneHUD=on
UseFontSize=off
 
There seems to be an issue where my enchanter pauses KA on an undefined variable.
RG copile fully updated and PC was rebooted.
chanter.png

here is the snip of the character's dps section:
Rich (BB code):
[DPS]
DPSOn=1
DPSCOn=0
DPSSize=2
DPSSkip=20
DPSInterval=2
DPS1=Tashania|99|debuffall|tash|always
DPS2=Shiftless Deeds|98|debuffall|slow
DPS3=NULL
DPS4=NULL
DPS5=NULL
DPS6=NULL
DPS7=NULL
DPS8=NULL
DPS9=NULL
DPS10=NULL
DPS11=NULL
DPS12=NULL
DPS13=NULL
DPS14=NULL
DPS15=NULL
DPS16=NULL
DPS17=NULL
DPS18=NULL
DPS19=NULL
DPS20=NULL
DebuffAllOn=1

Different topic, amybe some1 can help me.
My enchanter has ornate legs with clicky c4. How can i teach KA to use that clicky to buff the group (inkluding refresh on fade) ?

Many thanks !
 
There seems to be an issue where my enchanter pauses KA on an undefined variable.
RG copile fully updated and PC was rebooted.
View attachment 12791

here is the snip of the character's dps section:
Rich (BB code):
[DPS]
DPSOn=1
DPSCOn=0
DPSSize=2
DPSSkip=20
DPSInterval=2
DPS1=Tashania|99|debuffall|tash|always
DPS2=Shiftless Deeds|98|debuffall|slow
DPS3=NULL
DPS4=NULL
DPS5=NULL
DPS6=NULL
DPS7=NULL
DPS8=NULL
DPS9=NULL
DPS10=NULL
DPS11=NULL
DPS12=NULL
DPS13=NULL
DPS14=NULL
DPS15=NULL
DPS16=NULL
DPS17=NULL
DPS18=NULL
DPS19=NULL
DPS20=NULL
DebuffAllOn=1

Different topic, amybe some1 can help me.
My enchanter has ornate legs with clicky c4. How can i teach KA to use that clicky to buff the group (inkluding refresh on fade) ?

Many thanks !

Change line 1844 to:

Rich (BB code):
/if (${DebugCombat}) {
    /echo \atDEBUGCOMBAT CombatCast ${DPSPart1} ${Macro.Return} DPSTimer${i} ${DPSTimer${i}} \agLine#: ${Macro.CurLine}Macro Paused.
}
 
Thanks seems to work now, the following line 1845 has teh same issue as 1844 but i fixed it with:
Rich (BB code):
            /if (${DebugCombat}) {
			     /echo \atDEBUGCOMBAT CombatCast ${DPSPart1} ${Macro.Return} DPSTimer${i} ${DPSTimer${i}} \agLine#: ${Macro.CurLine}
				 }

ty for the support !
 
All of my SHITS have been set to =0

Rich (BB code):
War - [2017/09/23 14:26:28] DoCommand - Couldn't parse '/echo NINJADVLOOT: AutoHater set to Xtarget${i}'
War - [2017/09/23 14:26:28] ninjadvloot.inc@145 (FindAutoHate): /echo NINJADVLOOT: AutoHater set to Xtarget${i}
War - [2017/09/23 14:26:28] ninjadvloot.inc@125 (SetupAdvLootVars(string ChangeIniFile)): /call FindAutoHate
War - [2017/09/23 14:26:28] kissassist.mac@816 (Main): /call SetupAdvLootVars
War - [2017/09/23 14:26:28] DoCommand - Couldn't parse '/echo NINJADVLOOT: Variables are set. Using ${NinjaIniFile} file.'
War - [2017/09/23 14:26:28] ninjadvloot.inc@126 (SetupAdvLootVars(string ChangeIniFile)): /echo NINJADVLOOT: Variables are set. Using ${NinjaIniFile} file.
War - [2017/09/23 14:26:28] kissassist.mac@816 (Main): /call SetupAdvLootVars
War - [2017/09/23 14:26:29] DoCommand - Couldn't parse '/echo ================================'
War - [2017/09/23 14:26:29] kissassist.mac@919 (Main): /echo ================================
War - [2017/09/23 14:26:29] DoCommand - Couldn't parse '/echo Redguides presents'
War - [2017/09/23 14:26:29] kissassist.mac@920 (Main): /echo Redguides presents
War - [2017/09/23 14:26:29] DoCommand - Couldn't parse '/echo ${MacroName} v.${MacroVer} by Maskoi'
War - [2017/09/23 14:26:29] kissassist.mac@921 (Main): /echo ${MacroName} v.${MacroVer} by Maskoi
War - [2017/09/23 14:26:29] DoCommand - Couldn't parse '/echo ================================'
War - [2017/09/23 14:26:29] kissassist.mac@923 (Main): /echo ================================
War - [2017/09/23 14:26:29] DoCommand - Couldn't parse '/echo I am Puller & Tank.'
War - [2017/09/23 14:26:29] kissassist.mac@935 (Main): /echo I am Puller & Tank.
War - [2017/09/23 14:26:29] DoCommand - Couldn't parse '/echo ${message}'
War - [2017/09/23 14:26:29] kissassist.mac@8110 (BroadCast(doirc, doeqbc, eqbcolor, message)): /echo ${message}
War - [2017/09/23 14:26:29] kissassist.mac@989 (Main): /call BroadCast ${IRCOn} ${EQBCOn} r "PULL: Using Line of Sight to Pull with ${PullWith}"
War - [2017/09/23 14:26:29] <War>  [14:26:29] PULL: Using Line of Sight to Pull with Mosscovered Longbow|Ethereal Arrow 
War - [2017/09/23 14:26:30] Window 'Blocked Spells' is now open.
War - [2017/09/23 14:26:32] Window 'Blocked Spells' is now closed.
War - [2017/09/23 14:26:32] CastRadius is now set to: 256
War - [2017/09/23 14:26:32] DoCommand - Couldn't parse '/echo Looking for Close Range Mobs'
War - [2017/09/23 14:26:32] kissassist.mac@5804 (FindMobToPull(int PullFlag)): /echo Looking for Close Range Mobs
War - [2017/09/23 14:26:32] kissassist.mac@1028 (Main): /if (${Select[${Role},puller,pullertank,pullerpettank,hunter,hunterpettank]}) /call FindMobToPull 1
War - [2017/09/23 14:26:33] DoCommand - Couldn't parse '/echo ${message}'
War - [2017/09/23 14:26:33] kissassist.mac@8110 (BroadCast(doirc, doeqbc, eqbcolor, message)): /echo ${message}
War - [2017/09/23 14:26:33] kissassist.mac@6026 (FindMobToPull(int PullFlag)): /call BroadCast ${IRCOn} ${EQBCOn} t "PULLING-> ${Spawn[${PullMob}].CleanName} <- ID:${PullMob} at ${Int[${Math.Distance[${Spawn[${PullMob}].Y},${Spawn[${PullMob}].X}:${CampYLoc},${CampXLoc}]}]} feet."
War - [2017/09/23 14:26:33] kissassist.mac@1028 (Main): /if (${Select[${Role},puller,pullertank,pullerpettank,hunter,hunterpettank]}) /call FindMobToPull 1
War - [2017/09/23 14:26:33] <War>  [14:26:33] PULLING-> Deleted by me <- ID:9596 at 221 feet. 
War - [2017/09/23 14:26:43] DoCommand - Couldn't parse '/echo  ATTACKING -> ${Spawn[${MyTargetID}].CleanName} <-'
War - [2017/09/23 14:26:43] kissassist.mac@1465 (Combat): /echo  ATTACKING -> ${Spawn[${MyTargetID}].CleanName} <-
War - [2017/09/23 14:26:43] kissassist.mac@1155 (CheckForCombat(int SkipCombat, string FromWhere)): /call Combat
War - [2017/09/23 14:26:43] kissassist.mac@1030 (Main): /call CheckForCombat 0 MainLoop
War - [2017/09/23 14:26:43] DoCommand - Couldn't parse '/echo ${message}'
War - [2017/09/23 14:26:43] kissassist.mac@8110 (BroadCast(doirc, doeqbc, eqbcolor, message)): /echo ${message}
War - [2017/09/23 14:26:43] kissassist.mac@1467 (Combat): /if (${Select[${Role},Tank,PullerTank,Hunter]}) /call BroadCast ${IRCOn} ${EQBCOn} y "TANKING-> ${Spawn[${MyTargetID}].CleanName} <- ID:${MyTargetID}"
War - [2017/09/23 14:26:43] kissassist.mac@1155 (CheckForCombat(int SkipCombat, string FromWhere)): /call Combat
War - [2017/09/23 14:26:43] kissassist.mac@1030 (Main): /call CheckForCombat 0 MainLoop
War - [2017/09/23 14:26:43] <War>  [14:26:43] TANKING-> Deleted by me <- ID:9596 
War - [2017/09/23 14:26:43] MQ2Melee::Attacking [Deleted by me].
War - [2017/09/23 14:26:45] DoCommand - Couldn't parse '/echo ** ${DPSPart1} on >> ${Spawn[${DPSTargetID}].CleanName} <<'
War - [2017/09/23 14:26:45] kissassist.mac@1790 (CombatCast): /echo ** ${DPSPart1} on >> ${Spawn[${DPSTargetID}].CleanName} <<
War - [2017/09/23 14:26:45] kissassist.mac@1550 (Combat): /if (${DPSOn} && (!${Role.Equal[puller]} || !${ChainPull})) /call CombatCast
War - [2017/09/23 14:26:45] kissassist.mac@1155 (CheckForCombat(int SkipCombat, string FromWhere)): /call Combat
War - [2017/09/23 14:26:45] kissassist.mac@1030 (Main): /call CheckForCombat 0 MainLoop
War - [2017/09/23 14:26:46] DoCommand - Couldn't parse '/echo ** ${DPSPart1} on >> ${Spawn[${DPSTargetID}].CleanName} <<'
War - [2017/09/23 14:26:46] kissassist.mac@1790 (CombatCast): /echo ** ${DPSPart1} on >> ${Spawn[${DPSTargetID}].CleanName} <<
War - [2017/09/23 14:26:46] kissassist.mac@1550 (Combat): /if (${DPSOn} && (!${Role.Equal[puller]} || !${ChainPull})) /call CombatCast
War - [2017/09/23 14:26:46] kissassist.mac@1155 (CheckForCombat(int SkipCombat, string FromWhere)): /call Combat
War - [2017/09/23 14:26:46] kissassist.mac@1030 (Main): /call CheckForCombat 0 MainLoop
War - [2017/09/23 14:26:57] DoCommand - Couldn't parse '/echo ${message}'
War - [2017/09/23 14:26:57] kissassist.mac@8110 (BroadCast(doirc, doeqbc, eqbcolor, message)): /echo ${message}
War - [2017/09/23 14:26:57] kissassist.mac@4322 (SingleHeal(SHealName, SHealType, int SHealHPs, int WhoNum)): /call BroadCast ${IRCOn} ${EQBCOn} o "${SHealSpell} on  >> ${Spawn[${SHealName} ${SHealType}].CleanName} <<"
War - [2017/09/23 14:26:57] kissassist.mac@4133 (CheckHealth): /if (${Me.PctHPs} < ${SingleHealPoint}) /call SingleHeal "${Me}" PC ${Me.PctHPs} 0
War - [2017/09/23 14:26:57] kissassist.mac@1537 (Combat): /if (${HealsOn}) /call CheckHealth
War - [2017/09/23 14:26:57] kissassist.mac@1155 (CheckForCombat(int SkipCombat, string FromWhere)): /call Combat
War - [2017/09/23 14:26:57] kissassist.mac@1030 (Main): /call CheckForCombat 0 MainLoop
War - [2017/09/23 14:26:57] MQ2Melee::Sticking [OFF].
War - [2017/09/23 14:26:58] <War>  [14:26:57] Resplendent Glory on >> War << 
War - [2017/09/23 14:26:58] MQ2Melee::Attacking [Deleted by me].
War - [2017/09/23 14:26:58] MQ2Melee::Sticking [10.69 id 9596 moveback].
War - [2017/09/23 14:26:58] DoCommand - Couldn't parse '/echo Trying to control Aggro: ${Me.PctAggro} ${AggroGLT} ${AggroPCT} ${AggroSpell}'
War - [2017/09/23 14:26:58] kissassist.mac@2145 (AggroCheck): /echo Trying to control Aggro: ${Me.PctAggro} ${AggroGLT} ${AggroPCT} ${AggroSpell}
War - [2017/09/23 14:26:58] kissassist.mac@1535 (Combat): /if (${AggroOn}) /call AggroCheck
War - [2017/09/23 14:26:58] kissassist.mac@1155 (CheckForCombat(int SkipCombat, string FromWhere)): /call Combat
War - [2017/09/23 14:26:58] kissassist.mac@1030 (Main): /call CheckForCombat 0 MainLoop
War - [2017/09/23 14:26:58] MQ2Melee::Sticking [10.69 id 9596 moveback].
War - [2017/09/23 14:27:47] DoCommand - Couldn't parse '/echo ** ${DPSPart1} on >> ${Spawn[${DPSTargetID}].CleanName} <<'
War - [2017/09/23 14:27:47] kissassist.mac@1790 (CombatCast): /echo ** ${DPSPart1} on >> ${Spawn[${DPSTargetID}].CleanName} <<
War - [2017/09/23 14:27:47] kissassist.mac@1550 (Combat): /if (${DPSOn} && (!${Role.Equal[puller]} || !${ChainPull})) /call CombatCast
War - [2017/09/23 14:27:47] kissassist.mac@1155 (CheckForCombat(int SkipCombat, string FromWhere)): /call Combat
War - [2017/09/23 14:27:47] kissassist.mac@1030 (Main): /call CheckForCombat 0 MainLoop
War - [2017/09/23 14:27:48] MQ2Melee::Sticking [OFF].
War - [2017/09/23 14:27:48] EXP: 0.00 (99.70%) - AAXP: 0.00 (72.73%)
War - [2017/09/23 14:27:48] DoCommand - Couldn't parse '/echo SLAIN >> ${MyTargetName} <<'
War - [2017/09/23 14:27:48] kissassist.mac@1974 (CombatReset): /echo SLAIN >> ${MyTargetName} <<
War - [2017/09/23 14:27:48] kissassist.mac@1587 (Combat): /call CombatReset
War - [2017/09/23 14:27:48] kissassist.mac@1155 (CheckForCombat(int SkipCombat, string FromWhere)): /call Combat
War - [2017/09/23 14:27:48] kissassist.mac@1030 (Main): /call CheckForCombat 0 MainLoop
War - [2017/09/23 14:27:48] DoCommand - Couldn't parse '/echo EXP: ${If[${Me.PctExp}<${MyExp},${Math.Calc[100-${MyExp}+${Me.PctExp}]},${Math.Calc[${Me.PctExp}-${MyExp}]}]}% AAEXP: ${If[${Me.PctAAExp}<${MyAAExp},${Math.Calc[100-${MyAAExp}+${Me.PctAAExp}]},${Math.Calc[${Me.PctAAExp}-${MyAAExp}]}]}%'
War - [2017/09/23 14:27:48] kissassist.mac@1975 (CombatReset): /echo EXP: ${If[${Me.PctExp}<${MyExp},${Math.Calc[100-${MyExp}+${Me.PctExp}]},${Math.Calc[${Me.PctExp}-${MyExp}]}]}% AAEXP: ${If[${Me.PctAAExp}<${MyAAExp},${Math.Calc[100-${MyAAExp}+${Me.PctAAExp}]},${Math.Calc[${Me.PctAAExp}-${MyAAExp}]}]}%
War - [2017/09/23 14:27:48] kissassist.mac@1587 (Combat): /call CombatReset
War - [2017/09/23 14:27:48] kissassist.mac@1155 (CheckForCombat(int SkipCombat, string FromWhere)): /call Combat
War - [2017/09/23 14:27:48] kissassist.mac@1030 (Main): /call CheckForCombat 0 MainLoop
War - [2017/09/23 14:27:48] DoCommand - Couldn't parse '/echo \aw DPS Meter - \ay Your Total Damage: \at ${DPSTCalc} - \ay Fight Time: \aw ${DPSLastTime}s - \ay DPS: \ag ${DPSMyDam}'
War - [2017/09/23 14:27:48] kissassist.mac@1986 (CombatReset): /echo \aw DPS Meter - \ay Your Total Damage: \at ${DPSTCalc} - \ay Fight Time: \aw ${DPSLastTime}s - \ay DPS: \ag ${DPSMyDam}
War - [2017/09/23 14:27:48] kissassist.mac@1587 (Combat): /call CombatReset
War - [2017/09/23 14:27:48] kissassist.mac@1155 (CheckForCombat(int SkipCombat, string FromWhere)): /call Combat
War - [2017/09/23 14:27:48] kissassist.mac@1030 (Main): /call CheckForCombat 0 MainLoop
War - [2017/09/23 14:27:50] /declare 'ZDist' failed.  Name already in use.
War - [2017/09/23 14:27:50] ninjadvloot.inc@161 (LootMobs): /declare ZDist float local ${Math.Distance[${Target.Z}:${Me.Z}]}
War - [2017/09/23 14:27:50] kissassist.mac@4525 (LootStuff): /call LootMobs
War - [2017/09/23 14:27:50] kissassist.mac@2070 (CombatReset): /call LootStuff
War - [2017/09/23 14:27:50] kissassist.mac@1587 (Combat): /call CombatReset
War - [2017/09/23 14:27:50] kissassist.mac@1155 (CheckForCombat(int SkipCombat, string FromWhere)): /call Combat
War - [2017/09/23 14:27:50] kissassist.mac@1030 (Main): /call CheckForCombat 0 MainLoop
War - [2017/09/23 14:28:11] DoCommand - Couldn't parse '/echo Casting ${Buffs[${i}]} on me.'
War - [2017/09/23 14:28:11] kissassist.mac@3049 (CheckBuffs): /echo Casting ${Buffs[${i}]} on me.
War - [2017/09/23 14:28:11] kissassist.mac@1022 (Main): /if (${BuffsOn}) /call CheckBuffs
War - [2017/09/23 14:28:13] DoCommand - Couldn't parse '/echo Looking for Close Range Mobs'
War - [2017/09/23 14:28:13] kissassist.mac@5804 (FindMobToPull(int PullFlag)): /echo Looking for Close Range Mobs
War - [2017/09/23 14:28:13] kissassist.mac@1028 (Main): /if (${Select[${Role},puller,pullertank,pullerpettank,hunter,hunterpettank]}) /call FindMobToPull 1
War - [2017/09/23 14:28:14] DoCommand - Couldn't parse '/echo ${message}'
War - [2017/09/23 14:28:14] kissassist.mac@8110 (BroadCast(doirc, doeqbc, eqbcolor, message)): /echo ${message}
War - [2017/09/23 14:28:14] kissassist.mac@6026 (FindMobToPull(int PullFlag)): /call BroadCast ${IRCOn} ${EQBCOn} t "PULLING-> ${Spawn[${PullMob}].CleanName} <- ID:${PullMob} at ${Int[${Math.Distance[${Spawn[${PullMob}].Y},${Spawn[${PullMob}].X}:${CampYLoc},${CampXLoc}]}]} feet."
War - [2017/09/23 14:28:14] kissassist.mac@1028 (Main): /if (${Select[${Role},puller,pullertank,pullerpettank,hunter,hunterpettank]}) /call FindMobToPull 1
War - [2017/09/23 14:28:15] <War>  [14:28:14] PULLING-> Deleted by me <- ID:9272 at 417 feet. 
War - [2017/09/23 14:28:46] DoCommand - Couldn't parse '/echo Looking for Close Range Mobs'
War - [2017/09/23 14:28:46] kissassist.mac@5804 (FindMobToPull(int PullFlag)): /echo Looking for Close Range Mobs
War - [2017/09/23 14:28:46] kissassist.mac@1028 (Main): /if (${Select[${Role},puller,pullertank,pullerpettank,hunter,hunterpettank]}) /call FindMobToPull 1
War - [2017/09/23 14:28:47] DoCommand - Couldn't parse '/echo ${message}'
War - [2017/09/23 14:28:47] kissassist.mac@8110 (BroadCast(doirc, doeqbc, eqbcolor, message)): /echo ${message}
War - [2017/09/23 14:28:47] kissassist.mac@6026 (FindMobToPull(int PullFlag)): /call BroadCast ${IRCOn} ${EQBCOn} t "PULLING-> ${Spawn[${PullMob}].CleanName} <- ID:${PullMob} at ${Int[${Math.Distance[${Spawn[${PullMob}].Y},${Spawn[${PullMob}].X}:${CampYLoc},${CampXLoc}]}]} feet."
War - [2017/09/23 14:28:47] kissassist.mac@1028 (Main): /if (${Select[${Role},puller,pullertank,pullerpettank,hunter,hunterpettank]}) /call FindMobToPull 1
War - [2017/09/23 14:28:47] <War>  [14:28:47] PULLING-> an enchanted Syldon stalker <- ID:9943 at 186 feet. 
War - [2017/09/23 14:28:57] DoCommand - Couldn't parse '/echo  ATTACKING -> ${Spawn[${MyTargetID}].CleanName} <-'
War - [2017/09/23 14:28:57] kissassist.mac@1465 (Combat): /echo  ATTACKING -> ${Spawn[${MyTargetID}].CleanName} <-
War - [2017/09/23 14:28:57] kissassist.mac@1155 (CheckForCombat(int SkipCombat, string FromWhere)): /call Combat
War - [2017/09/23 14:28:57] kissassist.mac@1030 (Main): /call CheckForCombat 0 MainLoop
War - [2017/09/23 14:28:57] DoCommand - Couldn't parse '/echo ${message}'
War - [2017/09/23 14:28:57] kissassist.mac@8110 (BroadCast(doirc, doeqbc, eqbcolor, message)): /echo ${message}
War - [2017/09/23 14:28:57] kissassist.mac@1467 (Combat): /if (${Select[${Role},Tank,PullerTank,Hunter]}) /call BroadCast ${IRCOn} ${EQBCOn} y "TANKING-> ${Spawn[${MyTargetID}].CleanName} <- ID:${MyTargetID}"
War - [2017/09/23 14:28:57] kissassist.mac@1155 (CheckForCombat(int SkipCombat, string FromWhere)): /call Combat
War - [2017/09/23 14:28:57] kissassist.mac@1030 (Main): /call CheckForCombat 0 MainLoop
War - [2017/09/23 14:28:57] MQ2Melee::Sticking [OFF].
War - [2017/09/23 14:28:57] MQ2Melee::Attacking [Deleted by me].
War - [2017/09/23 14:28:57] <War>  [14:28:57] TANKING-> Deleted by me <- ID:9943 
War - [2017/09/23 14:28:59] DoCommand - Couldn't parse '/echo ** ${DPSPart1} on >> ${Spawn[${DPSTargetID}].CleanName} <<'
War - [2017/09/23 14:28:59] kissassist.mac@1790 (CombatCast): /echo ** ${DPSPart1} on >> ${Spawn[${DPSTargetID}].CleanName} <<
War - [2017/09/23 14:28:59] kissassist.mac@1550 (Combat): /if (${DPSOn} && (!${Role.Equal[puller]} || !${ChainPull})) /call CombatCast
War - [2017/09/23 14:28:59] kissassist.mac@1155 (CheckForCombat(int SkipCombat, string FromWhere)): /call Combat
War - [2017/09/23 14:28:59] kissassist.mac@1030 (Main): /call CheckForCombat 0 MainLoop
 
Bug - Undefined variable KISS error

Users who are viewing this thread

Back
Top
Cart