• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

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