• 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 - clickie item not working in buffs section

Joined
Jul 14, 2014
RedCents
303¢
ok since last update have noticed a problem with various ini's ive been running.

Rich (BB code):
buffs1=Huntsman's Ethereal Quiver|Summon|Ethereal Arrow|200

the above is no longer working
any one else come across this?
 
Theres another thread that actually addressed this, and fixed it for me, at least...

Maskoi had posted a code change to line 2641 of the kissassist.mac code
Change line 2641 from this:
Rich (BB code):
		/if (!${Me.SpellReady[${Spell[${SSpell}].RankName}]} && !${Me.AltAbilityReady[${SSpell}]} && !${Me.CombatAbilityReady[${Spell[${SSpell}].RankName}]} && !${Me.AbilityReady[${SSpell}]} && !${Me.AbilityReady[${SSpell}]}) /return

to this:
Rich (BB code):
		/if (!${Me.SpellReady[${Spell[${SSpell}].RankName}]} && !${Me.AltAbilityReady[${SSpell}]} && !${Me.CombatAbilityReady[${Spell[${SSpell}].RankName}]} && !${Me.ItemReady[${SSpell}]}) /return

It worked for me...
 
Theres another thread that actually addressed this, and fixed it for me, at least...

Maskoi had posted a code change to line 2641 of the kissassist.mac code
Change line 2641 from this:
Rich (BB code):
		/if (!${Me.SpellReady[${Spell[${SSpell}].RankName}]} && !${Me.AltAbilityReady[${SSpell}]} && !${Me.CombatAbilityReady[${Spell[${SSpell}].RankName}]} && !${Me.AbilityReady[${SSpell}]} && !${Me.AbilityReady[${SSpell}]}) /return

to this:
Rich (BB code):
		/if (!${Me.SpellReady[${Spell[${SSpell}].RankName}]} && !${Me.AltAbilityReady[${SSpell}]} && !${Me.CombatAbilityReady[${Spell[${SSpell}].RankName}]} && !${Me.ItemReady[${SSpell}]}) /return

It worked for me...


thanks will give this a try, any idea on a decent editor to use? opening in notepad its not very user friendly to read.
 
opening in notepad its not very user friendly to read

if you open it it wordpad, save it, and then open in notepad it fixes the end of line / new line issues and makes it way more readable.
 
Problem - clickie item not working in buffs section

Users who are viewing this thread

Back
Top
Cart