• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

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,202
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