• 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

Problem - Kiss Crashing

Status
Not open for further replies.

icer412

New member
Joined
May 13, 2015
RedCents
58¢
Any ideas on what could cause this to be happening ?

[2016/06/18 21:36:35] Failed to parse /while command. Parameters after conditions.
[2016/06/18 21:36:35] kissassist.mac@1616 (CastWhat(string castWhat,int castTargetID,string sentFrom)): /while (${Me.SpellInCooldown}) {
[2016/06/18 21:36:35] kissassist.mac@2287 (CheckIniBuffs(BuffName, BuffsNum, int BuffRange, 1stPart, 2ndPart, 3rdPart, 4thPart)): /call CastWhat "${BuffName}" ${IniIDList.Arg[${k},|]} Buffs
[2016/06/18 21:36:35] kissassist.mac@2198 (CheckBuffs): /if (${Redguides} && !${IniNextTimer} && !${CombatStart}) /call CheckiniBuffs "${Buffs[${i}]}" ${i} ${SpellRange} "${1stPart}" "${2ndPart}" "${3rdPart}" "${4thPart}"
[2016/06/18 21:36:35] kissassist.mac@758 (Main): /call CheckBuffs
[2016/06/18 21:36:35] The current macro has ended.
[2016/06/18 21:36:35] Usage: /while (<conditions>)
 
MQ2Buckles? KA should unload it on startup, but Buckles (sp) might intercept /while loops. I see you are using KA8, try going to KA9 beta, it's been out long enough to no longer be considered beta, and KA8 isn't going to be supported anymore...
 
No, I am using 8.5.5 , I run kiss macs and have done so for over a year, but I run my kissassist in MMOBUGs MQ2. Possible this is causing issues? Ive had similar issues before and the fix was given to me by :
Find Code:

/if (!${IAmABard} && ${Me.SpellInCooldown}) {
/while (${Me.SpellInCooldown}) {
/delay 5
}

change it to this
Code:

/if (!${IAmABard} && ${Me.SpellInCooldown}) {
:Waitforcooldown
/delay 5
/if (${Me.SpellInCooldown}) /goto :Waitforcooldown
}




I tried this again after the patch but it didn't do anything to fix the problem. Any other suggestions?
 

Attachments

You are mixing compiles, which means there are multiple points of possible failure, and since you aren't ona RedGuides compile you will find little support. I personally don't have a clue how to help.

- - - Updated - - -

Actually, switch out the compile to RG and try again, I bet thata solve it.
 
I tossed a fresh download of the 8.5.5 in my macros folder and then did maskoi's previous work around again. Seems to be working again, but going to monitor it over night to make sure. I think it does have to do with the buckle but not something i can disable. Thanks
 
Problem - Kiss Crashing
Status
Not open for further replies.

Users who are viewing this thread

Back
Top
Cart