• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Item Spell with no order string

Status
Not open for further replies.
Level 5
Joined
Apr 22, 2022
Messages
55
Hey fellas! Was hoping to get some help with a trigger I've been working on. I based my custom spell off the Item Skeleton Summon. Well issue is there's no string to use it. I haven't run into this before and was hoping someone could point me in the right direction. I tried to update the spell's order string to feralspirit and update the trigger to use it but no luck. The spell itself works fine but I can't get the AI to cast it. Thanks!

  • Skeletal Summon
    • Events
      • Unit - A unit Is attacked
    • Conditions
      • Or - Any (Conditions) are true
        • Conditions
          • (Unit-type of (Attacking unit)) Equal to Lich
      • activeSkeletalSummon[(Player number of (Owner of (Attacking unit)))] Equal to True
      • (Ability Cooldown Remaining of (Attacking unit) for ability Skeletal Summon ..) Less than or equal to 0.00
      • (Level of Skeletal Summon for (Attacking unit)) Greater than 0
    • Actions
      • Unit - Order (Attacking unit) to Orc Far Seer - Feral Spirit.
 
Level 13
Joined
Feb 5, 2018
Messages
567
How about you change the base spell to Necromancer - Raise Skeleton?

I tried to get the ability string too, but it was blank. So change the base spell and problem probably solved. :)
 
Level 5
Joined
Apr 22, 2022
Messages
55
How about you change the base spell to Necromancer - Raise Skeleton?

I tried to get the ability string too, but it was blank. So change the base spell and problem probably solved. :)
Ohh that makes sense. I gave up and just setup a trigger to do it lol.
 

Uncle

Warcraft Moderator
Level 73
Joined
Aug 10, 2018
Messages
7,870
This doesn't work?
  • Unit - Order (Triggering unit) to Undead Necromancer - Raise Dead.
You can't change the Order string of abilities with the exception being Channel, Spell Book, and Charge Gold and Lumber which have a specific field or this called Base Order Id.

Also, the OR conditions is unnecessary in your trigger and you should make sure those Conditions are actually being met.
 
Status
Not open for further replies.
Top