• 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 - issue with this Kcond

Autumn

Well-known member
Joined
Dec 1, 2019
RedCents
69¢
Rallying Solo|${Me.PctEndurance} < 30
even i put it down as a cond
it still is spamming rallying solo
please help
no matter what way i put it
${Me.PctEndurance} > 30 (this is wrong cause this reads, if my pct endurance is greater then 30 use rallying solo)
${Me.PctEndurance} < 30 (while this reads if my pct endurance is less then 30 use rallying solo, witch is what i want)
 
Rallying Solo|${Me.PctEndurance} < 30
even i put it down as a cond
it still is spamming rallying solo
please help
no matter what way i put it
${Me.PctEndurance} > 30 (this is wrong cause this reads, if my pct endurance is greater then 30 use rallying solo)
${Me.PctEndurance} < 30 (while this reads if my pct endurance is less then 30 use rallying solo, witch is what i want)
you can't put a condition like that

it is:
buff#=buffname|cond#
cond#=${Condition}

but End buffs/discs specifically have a tag for them

From Kiss Wiki:
Buff/Disc|end|End%ToUse

Buff1=Rallying Solo|End|30
 
you can't put a condition like that

it is:
buff#=buffname|cond#
cond#=${Condition}

but End buffs/discs specifically have a tag for them

[B]Buff/Disc|end|End%ToUse[/B]

Buff1=Rallying Solo|End|30

im slightly stupid i suppose. =/
but makes sense.
 
you can't put a condition like that
Buff1=Rallying Solo|End|30
Not quite true, you can but it will only be evaluated once (upon loading)

e.g to summon familiar (yes it works)
Buffs2=${If[${FindItem[Ice Bound Ulthork].ID},Ice Bound Ulthork,Emperor Ganak Familiar]}|Dual|Familiar: ${If[${FindItem[Ice Bound Ulthork].ID},Ice Bound Ulthork,Emperor Ganak]}

PS: yes I know I'm lazy and everyone should have the Ulthork by this time.
 
Not quite true, you can but it will only be evaluated once (upon loading)

e.g to summon familiar (yes it works)
Buffs2=${If[${FindItem[Ice Bound Ulthork].ID},Ice Bound Ulthork,Emperor Ganak Familiar]}|Dual|Familiar: ${If[${FindItem[Ice Bound Ulthork].ID},Ice Bound Ulthork,Emperor Ganak]}

PS: yes I know I'm lazy and everyone should have the Ulthork by this time.
There are plenty of "advanced" uses and "hacks", but as far as getting what the OP is trying to get, no.

I use similar stuff for things like back items for damage shield, or chest item for clikcy, etc.
 
Problem - issue with this Kcond

Users who are viewing this thread

Back
Top
Cart