• 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 - necro alliance indepth?

dekar56

Member
Joined
Nov 18, 2015
RedCents
180¢
Ok guys i thank you very much for helping me sort out the assist enchanter pet problem i had but now i have a request a huge one, and i think this may not be possible so i am asking here because alot of you are good and know exactly what to type and where to do it. but here goes....

my group comp is 1 enchanter and 3 necros.

my objective: i want to have my 3 necros use gift of mana procs to cast alliance....that one is easy to setup.....but the hard part i am asking for is for them to check if its cast to not actually cast and override the other necros alliance...and maybe to cast it when it pops off? and for a huge bonus on named i would like for them to cycle their alliances without overriding each others? is this possible? this is very involved but again i would appreciate any help and a walkthrough of exactly what i need to do (type) and where to (type) it

again thanks ahead of time this i am sure would make my group pop off and just be rediculous or so i think, everyone have a good day :)
 
Are you using a condition for casting alliance with GoM proc, or just the kiss GoM section? all you would have to do is add !${Target.Buff[necro alliance].ID} , or maybe a ${Target.Buff[necro alliance].Stacks} .

Getting them to cycle it is different, it you want alliance cycled on the named you would need a separate casting of alliance to cast without relying on GoM proc, but again using the above check to make sure it doesn't cast if the named has it already. Cycling a spell with an uncontrollable variable (GoM proc) is never going to be consistent
 
thank you for the response! :) i am currently just using the GoM section from kissassist i dont know exactly where to add or put in those conditions to not cast if its up from the other necros, i kinda want them all to obey and not recast alliance if its already up on the mob
 
In your necro's ini you need to have

ConditionsOn=2 <-- this is in the [General] section


In your DPS spells you will want something like this

DPSCOn=1
DPS1=Malevolent Alliance
DPSCond1=!${Target.Buff[Malevolent Alliance]} && ${Me.Song[Gift of Mana]}
DPS2=Malevolent Alliance
DPSCond2=!${Target.Buff[Malevolent Alliance]} && ${Target.Named}


Keep in mind, there are some mobs which result in ${Target.Named} being TRUE, but it isn't in fact a named... so mileage may vary

I can't test it since i don't have a necro that has alliance, or one that ever used kiss.

There may be occasions where the update on the buff window for the mob means a necro might cast alliance, but should be ok

- - - Updated - - -

If you cast spells older then 105, which proc Gift of mana you may also want to use a ${String[${Me.Song[Gift of Mana]}].Find[10]} 10 should work, since it appears in both 105 Gift of Mana and 110 Gift of Mana
 
Problem - necro alliance indepth?

Users who are viewing this thread

Back
Top
Cart