• 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 - MobsToPull / MobsToIgnoe

Here is a quick patch for now.

Only add the highlighted lines:

Around Line 188 find this code.
Rich (BB code):
    /declare NumParams              int         local       0
    /declare GoMTimer               timer       outer       0
    /declare GroupRole              string      outer       group
    | Check for command line variables
    /if (${Macro.Params}) {

Around Line 855 add this line:
Rich (BB code):
    /call CreateTimersHeals
	/if (${GroupRole.Equal[support]}) /varset MobsToIgnore null
    /call AlertAddToList 3 "${MobsToIgnore}"

Now last but not least add this code in the pparse routine around line 1228:

Rich (BB code):
                /if (${PParam${i}.Equal[scanini]}) {
                    /ini "KissAssist_Buffs.ini" ${Me.ID} Zone NULL
                }
                /if (${PParam${i}.Equal[support]}) {
                    /varset GroupRole support
                }
                /varset ipa 0
                /varset ipb 0
            }
        /next i

Now the way you use this is by passing the support tag as a command line parameter. When you go to start kiss just add support to the dommand line: /mac kissassist.mac assist support

That will clear out the mobs to ignore field so the support characters will not have any mobs to ignore.
 
Problem - MobsToPull / MobsToIgnoe

Users who are viewing this thread

Back
Top
Cart