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

Object Editor: Autofilling

Status
Not open for further replies.
Level 9
Joined
Apr 3, 2008
Messages
700
The custom abilities have IDs that contains only numbers. So when i autofill description data, IDs changes. IDs do NOT change only if they consists of letters or if they contains "000".

Example for ability with ID "A001":
...<A001,DataA1>...<A001,Cool1>...<A001,Rng1>...
...<A002,DataA2>...<A002,Cool2>...<A002,Rng2>...
...<A003,DataA3>...<A003,Cool3>...<A003,Rng3>...
<...and so on...>

When you have many skill levels, it becomes rather big problem =)

Any way to fix it for custom abilities except modifying abilities with standart IDs?
 
Status
Not open for further replies.
Top