• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

H08->H09 Code & Minor

Status
Not open for further replies.
Level 18
Joined
Jul 3, 2010
Messages
536
Please fix the load code generated by HU08, so that it will give you the correct items instead of charged Mauls on HU09. Unlike Chapter Seven, I can't fix this on my own.

There is also another, minor bug on HU08.
The trigger is in Extra Triggers -> Item Drop Bonuses.
  • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
    • If - Conditions
      • (Triggering unit) Equal to Revenant
    • Then - Actions
      • Item - Create Sobi Mask at (Position of (Triggering unit))
    • Else - Actions
  • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
    • If - Conditions
      • (Triggering unit) Equal to Revenant
    • Then - Actions
      • Item - Create Pendant of Mana at (Position of (Triggering unit))
    • Else - Actions
Because of this, the Ice Revenant drops both a Pedant of Mana and a Sobi Mask instead of the Angry Pandaren dropping the Pedant and the Ice Revenant dropping the Sobi Mask.
 
Last edited by a moderator:
Status
Not open for further replies.
Top