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

how to make no lags in the have 100 levels skill.

Status
Not open for further replies.
Level 4
Joined
Jan 18, 2019
Messages
71
if I understand your question do this: in an initializing triggers, have a dummy unit preloaded with the custom abilities. Then have the unit killed.
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,198
how to make no lags in the have 100 levels skill.
Hope that Blizzard fixes the known issue with loading text during map loading and with generating internat ability data structures when the ability is loaded.

Until then the best solution is to not use an ability with 100 levels, and instead use one with 1 levels and triggers to simulate 100 levels.
if I understand your question do this: in an initializing triggers, have a dummy unit preloaded with the custom abilities. Then have the unit killed.
This just defers the "lag" to map loading time. If the map has dozens of such abilities the loading time might become impractically long. This is why abilities are not loaded at map initialization unless explicitly told to.
 
Status
Not open for further replies.
Top