• 🏆 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!

Wc3 Editor skill help

Status
Not open for further replies.
Level 1
Joined
Oct 8, 2007
Messages
4
Was just wondering if theres a way to make barrage fire Frost or searing arrows like 3 searing arrows and drain 9 mana ( 3 mana per arrow )


And how do i Import skills from 1 map to another? without destorying my other custom made 1's
 
Level 6
Joined
Mar 2, 2006
Messages
306
Q1: difficult but possible triggered spell.

Q2: you will not mess up old ones. however, new ones may need to be adjusted to work. for example, a you have a demo map with one custom spell. its rawcode will be A000. but in your map there are already 8 custom spells (A000-A007) so when you paste a new one, it will get a rawcode A008 but its tooltip text will still contain references to A000. also new triggers may reference some of your older spells instead of the new one. same goes for buffs.

(somewhat off topic: too bad nobody bothers to rename their spells and buffs (rawcodes, i mean) to something non-numeric. even before widgetizer, it wasn't that much of a husstle)
 
Status
Not open for further replies.
Top