• 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

Request - holy shit for necro Reluctant Benevolence

Nutterr187

New member
Joined
Feb 5, 2015
RedCents
49¢
I am lost trying to figure out how to write up a holyshit for the Necro AA Reluctant Benevolence, can anyone assist me in writing one up?
 
Unless you are going to be in actual MELEE combat with the mob, you need it as a down.
but AltAbilities would go something like this(add in the correct buff name and ability name and code#(found in AA description)):
Rich (BB code):
/downshit1=/if (${Me.CombatState.Equal[COMBAT]} && ${Target.Type.Equal[NPC]} && !${Me.Buff[AbilityBuffName].ID} &&  && ${Me.AltAbilityReady[AbiliyName]}) /alt act AbilityCode#
 
thanks for your assistance

- - - Updated - - -

for downshits to work, do I need to add a line to my melee file that says something along the lines of:

downflag0=1

like you need for holies, or are downs different?
 
Correct need a downflag for downshits as holyflag for holyshits

Rich (BB code):
downflag0=1
downshit0=/if (.......)
downflag1=1
downshit1=/if (.......)
 
added this to my Melee file, then in game typed /melee load, he still does nothing.

Rich (BB code):
downflag0=1
/downshit1=/if (${Me.CombatState.Equal[COMBAT]} && ${Target.Type.Equal[NPC]} && !${Me.Buff[AbilityBuffName].ID} &&  && ${Me.AltAbilityReady[Reluctant Benevolence]}) /alt act 9001

anything look incorrect to you?
 
added this to my Melee file, then in game typed /melee load, he still does nothing.

Rich (BB code):
downflag0=1
/downshit1=/if (${Me.CombatState.Equal[COMBAT]} && ${Target.Type.Equal[NPC]} && !${Me.Buff[AbilityBuffName].ID} &&  && ${Me.AltAbilityReady[Reluctant Benevolence]}) /alt act 9001

anything look incorrect to you?

remove the "/" from in front of the downshit and add the actual buff name in...marked errors in red.
 
AbilityBuffNamesould be the name of the buff it gives you when you use it .
 
Rich (BB code):
downflag0=1
/downshit1=/if (${Me.CombatState.Equal[COMBAT]} && ${Target.Type.Equal[NPC]} && !${Me.Buff[AbilityBuffName].ID} &&  && ${Me.AltAbilityReady[Reluctant Benevolence]}) /alt act 9001
Hu?
 
I use this for Reluctant Benevolance.

downFlag0=1

downshit0=/if (${Me.AltAbilityReady[Reluctant Benevolence]} && !${Me.Invis}) /alt activate 9001
 
Rich (BB code):
downshit0=/if (${Me.CombatState.Equal[COMBAT]} && ${Target.Type.Equal[NPC]} && !${Me.Buff[Reluctant Benevolence XII].ID} && ${Me.AltAbilityReady[Reluctant Benevolence]}) /alt act 9001
downflag0=1

Is working well, thanks for your assistance in getting it set up
 
Request - holy shit for necro Reluctant Benevolence

Users who are viewing this thread

Back
Top
Cart