Disciplines ID

Tested

Premium Member
Joined
Dec 26, 2007
Messages
96
Reaction score
13
Points
8
Hello,
Happy New Year for all of you.
Anyone have a good source for Disc IDs ?
I used to check on Lucy, but new Disc 116-119 dont seem to be updated so far.

As a warrior, my best concern is to fire some Disc under conditions.
Heres an example :
holyshit10=/if (${Target.Named} && !${Me.Invis}) /disc 58552 |WarriorsRampart115 >>> Wish to change this 115 Disc with the 119 one "Warrior's Aegis" ; either rank 1 2 or 3.

Thx for sharing.
Cheers
Arph
 
  • Like
Reactions: EQDAB
Hello,
Happy New Year for all of you.
Anyone have a good source for Disc IDs ?
I used to check on Lucy, but new Disc 116-119 dont seem to be updated so far.

As a warrior, my best concern is to fire some Disc under conditions.
Heres an example :
holyshit10=/if (${Target.Named} && !${Me.Invis}) /disc 58552 |WarriorsRampart115 >>> Wish to change this 115 Disc with the 119 one "Warrior's Aegis" ; either rank 1 2 or 3.

Thx for sharing.
Cheers
Arph

I'm afraid I've not a good source for the disc numbers, however a soloution (albeit a little clunky) would be:


Code:
holyshit10=/if (${Target.Named} && !${Me.Invis}) /multiline , /if (${Me.CombatAbilityReady[Warrior's Aegis Rk. III]) /disc Warrior's Aegis Rk. III , /if (${Me.CombatAbilityReady[Warrior's Aegis Rk. II]) /disc Warrior's Aegis Rk. II , /if (${Me.CombatAbilityReady[Warrior's Aegis]) /disc Warrior's Aegis

N.B. not currently able to access game to test for syntax!
 
  • Like
Reactions: EQDAB