• 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

Very Vanilla Compile 20130216

The looting is much smoother for me now, which is awesome. My shaman still won't buff the MA with buffs that have the |MA tag, unless the buff is listed under the DPS section. He does his normal stuff for him and the group though. Canni is firing like a champ, so thanks for that too.

Same issue and the cleric wont buff shining rampart unless its in the dps section.

I switched to 6.1 last night after a few hrs of killing stuff using 5.6 after i switched he stopped buffing him.
 
The looting is much smoother for me now, which is awesome. My shaman still won't buff the MA with buffs that have the |MA tag, unless the buff is listed under the DPS section. He does his normal stuff for him and the group though. Canni is firing like a champ, so thanks for that too.
Same issue and the cleric wont buff shining rampart unless its in the dps section.

I switched to 6.1 last night after a few hrs of killing stuff using 5.6 after i switched he stopped buffing him.

Find these lines 1295 ish
Rich (BB code):
            | Check for spells with 2 parts such as Exigent Focusing Rk. II,Talisman of Soul's Unity Rk. II - Set Buffs to buff part of spell
            /if (${FullText.Arg[2,|].Equal[Dual]})  /varset Buffs[${i}] ${3rdPart} 
            | Cast buffs on MA out of Group
Add line in bold red
Rich (BB code):
            | Check for spells with 2 parts such as Exigent Focusing Rk. II,Talisman of Soul's Unity Rk. II - Set Buffs to buff part of spell
            /if (${FullText.Arg[2,|].Equal[Dual]})  /varset Buffs[${i}] ${3rdPart} 
            /if (${FullText.Arg[2,|].Equal[Me]} || ${FullText.Arg[2,|].Equal[MA]}) /varset Buffs[${i}] ${1stPart}
            | Cast buffs on MA out of Group
See if that works.
 
Nvm that previous post. I found the problem and i rewriting the that part of the buffs section will post 6.2 in a bit.
 
New Version of KissAssist 6.1 uploaded 02/21/2013 8:43 pm.
~Quick fix for |MA tag in Buffs Section. Will now buff MA normally.
 
my bard stops twisting after casting dps stuff like.

DPS1=Blade of Vesagran|96
DPS2=Quick Time|95

once it cast the epic it stops twisting and doesn't restart.
 
Try this find these lines 940 ish
Rich (BB code):
            /varset CastResult ${Cast.Result}
            /delay 5s ${Cast.Status.Equal}
            /return ${CastResult}

Add the line in red bold
Rich (BB code):
            /varset CastResult ${Cast.Result}
            /delay 5s ${Cast.Status.Equal}
            /if (${WasTwisting} && !${Twist}) /twist
            /return ${CastResult}
 
Cant get my SK to cast more then 1 ae taunt.

AE1=Loathing Rk. II|2|Mob
AE2=Burst of Spite|2|Mob
AE3=Explosion of Hatred|2|Mob
AE4=Explosion of Spite|2|Mob
AE5=Revile|2|Mob

It only cast AE1 never the rest.
 
Cant get my SK to cast more then 1 ae taunt.

AE1=Loathing Rk. II|2|Mob
AE2=Burst of Spite|2|Mob
AE3=Explosion of Hatred|2|Mob
AE4=Explosion of Spite|2|Mob
AE5=Revile|2|Mob

It only cast AE1 never the rest.
Find
Rich (BB code):
    /declare AE[1]                            string      outer
Change it to
Rich (BB code):
     /declare AE[5]                            string      outer
 
Suspended last night. No GM, just bam. Even PC's not using MQ. Bazaar PC stayed active. Just using KISSAssist for buffs and heals.
 
What server?
What zone where you in?
How many other players in zone?
Did you get an email with a reason?
 
I've been crashing a lot on raids, and when I unloaded mq2melee, the crashing seems to have stopped.
 
Very Vanilla Compile 20130216

Users who are viewing this thread

Back
Top
Cart