• 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

Question - Group vs. single cast buff precondition not working.

Joined
Dec 17, 2016
RedCents
243¢
Hey, everyone. I'm running into an issue with my enchanter and group haste vs. single target haste. Since I'm on a TLP mana preservation is still something worthwhile and casting group buffs for everything isn't super viable all the time. Because of that I have been trying to do preconditions for single target vs. group buffs. I'm running into problems with most of my classes doing this, to be honest - but I'll give an example with my enchanter to see if I can get some assistance to get down the correct path:

Code:
  [AB2]
  Gem=7
  Spell=Speed of the Brood
  Announce=/bc
  SpellMinMana=15
  TarCnt=1
  TarType=war,pal,mnk,rog,brd,bst
  Recast=True
  SpellFoci=
  DurMod=0
  SpellAlias=haste
  SpellIcon=
  PreCondition=TRUE

  [AB3]
  Gem=item
  Spell=Staff of the Serpent
  Announce=/bc
  SpellMinMana=0
  TarCnt=1
  TarType=war,pal,mnk,rog,brd
  Recast=True
  SpellFoci=
  DurMod=0
  SpellAlias=epichaste
  SpellIcon=
  PreCondition=/if (!{Target.Buff[Speed of the Brood].ID}) /return TRUE

What happens is that my enchanter will cast group haste on everyone(AB2>AB3), so that's good. But then at some point(not necessarily right away), she will begin overwriting every group haste buff with My Staff of the Serpent single click haste. My pre-condition seems like it's correct, but with Modbot I may have some sort of syntactic error that I am unaware of. Could anyone let me know?

Thanks a ton :)
 
You can't use Target like that, because the bot doesn't really target anything before the cast. Something like this is on my list (for more than just buffs), but I haven't gotten to it.
 
I am adding the ability to add additional spell(s) to a particular buff that can be used to count as having the buff. So, you should be able to say that single haste and group haste (as examples) are equivalent/block each other. In the process of testing it out. Should be in the next release.
 
I am adding the ability to add additional spell(s) to a particular buff that can be used to count as having the buff. So, you should be able to say that single haste and group haste (as examples) are equivalent/block each other. In the process of testing it out. Should be in the next release.
Awesome! Thanks for all your hard work.
 
Question - Group vs. single cast buff precondition not working.

Users who are viewing this thread

Back
Top
Cart