• 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 - Mage - Grant Icebound Paradox|Summon|Summoned: Icebound Sliver|1

Joined
Jan 14, 2016
RedCents
1,418¢
Rich (BB code):
Buffs1=Grant Icebound Paradox|Summon|Summoned: Icebound Sliver|1

It summons just fine, however the check for successful item creation fails and turns off the buff, to not summon again.

However, the DPS section recognizes the item (that Buffs doesn't) and casts them just fine:
Rich (BB code):
DPS2=Summoned: Icebound Sliver|96|Weave

What can I do so KA recognizes successful item creation and therefore keeps summoning once item charges run out?

Tia
 
I've seen similar behavior with buffs versus DPS where I was once in a loop? causing my bard to stop being active when using "Call of the Wild" earring drop when in buffs, but if would go off fine in DPS and continue on. Not terribly helpful, but I imagine it is similar behavior.
 
I ended up going with a shit:
Rich (BB code):
holyflag1=1
downflag1=1
holyshit1=/multiline ; /melee downflag1=1 ; /melee holyflag1=0
downshit1=/if (!${Select[${Zone.ID},151,202,203,219,344,345,463,33480,33113]} && ${Macro.Name.NotEqual["NULL"]} && !${Macro.Paused} && !${FindItem[Summoned: Icebound Sliver].InvSlot}) /multiline ; /melee downflag1=0 ; /melee holyflag1=1 ; /tar myself ; /casting "Grant Icebound paradox" 8 ; /delay 30 ; /autoinventory

Thing is, the autoinventory doesn't seem to be working. It's a 2 second cast, so /delay 30 should cover it. Oddly, same things happens when KA summons it. It's on the cursor when the successful summon item check is performed so it fails and turns off the buff.

- - - Updated - - -

Ok I mod'd the shit:
Rich (BB code):
downflag1=1
downshit1=/if (!${Select[${Zone.ID},151,202,203,219,344,345,463,33480,33113]} && ${Macro.Name.NotEqual["NULL"]} && !${Macro.Paused} && ${Cast.Ready[Grant Icebound Paradox]} && ${Me.Standing} && !${Me.Invis} && !${FindItem[Summoned: Icebound Sliver].InvSlot}) /multiline ; /tar myself ; /casting "Grant Icebound Paradox" 8 ; /delay 30 ; /autoinventory
That is working great!

- - - Updated - - -

I would however rather KA do this...
 
Problem - Mage - Grant Icebound Paradox|Summon|Summoned: Icebound Sliver|1

Users who are viewing this thread

Back
Top
Cart