• 💀 Happy Halloween! 💀 It's time to vote for the best terrain! Check out the entries to Hive's HD Terrain Contest #2 - Vampire Folklore.❗️Poll closes on November 14, 2023. 🔗Click here to cast your vote!
  • 🏆 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!
  • 🏆 HD Level Design Contest #1 is OPEN! Contestants must create a maze with at least one entry point, and at least one exit point. The map should be made in HD mode, and should not be openable in SD. Only custom models from Hive's HD model and texture sections are allowed. The only exceptions are DNC models and omnilights. This is mainly a visual and design oriented contest, not technical. The UI and video walkthrough rules are there to give everyone an equal shot at victory by standardizing how viewers see the terrain. 🔗Click here to enter!

Item that causes Chaos Damage.

Status
Not open for further replies.
Level 16
Joined
May 25, 2004
Messages
1,170
I'm trying to re-create the legendary Frostmourne from the single Player Campaign. According to WowWiki and WowPedia:
In Warcraft III: Reign of Chaos, Frostmourne increased Arthas' base damage by 22 points and allowed him to deal chaos damage, which was fully effective against all types of armor (including that of buildings and divine beings). For balance reasons, this effect was only applied during the Frostmourne mission and not during the Path of the Damned or Legacy of the Damned campaigns.

I know that in the campaign the item wasn't actually created, they just simple changed the model files and added chaos damage to the hero. But I was wondering if it is possible to have a standard hero obtain an item and be able to deal chaos damage as long as they have the item, but if the drop the item, they no longer have chaos damage.

The Frostmourne I plan to create will have life steal, Cold Damage that also increase damage by 22, and Chaos damage. I got the item life steal, item attack frost bonus, not just need to figure out how to do "Item attack Choas".
 

Dr Super Good

Spell Reviewer
Level 63
Joined
Jan 18, 2005
Messages
27,156
I know that in the campaign the item wasn't actually created, they just simple changed the model files and added chaos damage to the hero. But I was wondering if it is possible to have a standard hero obtain an item and be able to deal chaos damage as long as they have the item, but if the drop the item, they no longer have chaos damage.

This is impossible. Like in the campaign you will have to change the hero upon aquisition to of the item to a different hero (and likly a different unit) which has the same skills but chaos damage.
 
Level 6
Joined
Jan 29, 2010
Messages
213
I think it can only be triggered, that looks something like this:
  • Events
    • Unit - A unit Is attacked
  • Conditions
    • ((Attacking unit) has an item of type Legendary Frostmourne) Equal to True
  • Actions
    • Set life = (Life of (Attacked unit))
    • Set Frostmourne[1] = (Attacking unit)
    • Set Frostmourne[2] = (Attacked unit)
  • Events
    • Game - life becomes Less than life
  • Conditions
  • Actions
    • Unit - Cause Frostmourne[1] to damage Frostmourne[2], dealing 22.00 damage of attack type Chaos and damage type Cold
 
Status
Not open for further replies.
Top