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

Status
Not open for further replies.
Level 19
Joined
Feb 25, 2009
Messages
2,004
For icons, sounds, and models (only from the MPQ, AFAIK) you can use the "Preload" function.
For effects you need to set a location somewhere on the map and create all special effects used there.
For abilities, create a dummy and add all the abilities to it and then add 1 second of expiration timer.
 
Level 13
Joined
Feb 18, 2009
Messages
1,381
Map intialization
Turn off all triggers, turn on all triggers. There you go..
 
Level 12
Joined
Sep 4, 2007
Messages
407
i didn't did it at map initialization, did it 0.01 timer after map start. ran it in loop that calls for the trigger that is going to be repeated, instead of directly calling the trigger, i make it run when a unit cast a dummy spell.
 
Status
Not open for further replies.
Top