• 💀 Happy Halloween! 💀 It's time to vote for the best terrain! Check out the entries to Hive's HD Terrain Contest #2 - Vampire Folklore.❗️Poll closes on November 14, 2023. 🔗Click here to cast your vote!
  • 🏆 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!
  • 🏆 HD Level Design Contest #1 is OPEN! Contestants must create a maze with at least one entry point, and at least one exit point. The map should be made in HD mode, and should not be openable in SD. Only custom models from Hive's HD model and texture sections are allowed. The only exceptions are DNC models and omnilights. This is mainly a visual and design oriented contest, not technical. The UI and video walkthrough rules are there to give everyone an equal shot at victory by standardizing how viewers see the terrain. 🔗Click here to enter!

Help requested Hero revival system

Status
Not open for further replies.
Level 6
Joined
May 15, 2009
Messages
191
Hello again to whomever reads this post. This time around, im needing help with my hero revive system for my map. It is suppose to revive the hero after (Heroes level + 30 seconds) However I think something went wrong with my array settings, and the trigger does nothing.


Thx in advance, and also. Please explain my mistakes if you can.
 

Attachments

  • Hero Revival System.w3x
    9.1 KB · Views: 41
Level 6
Joined
May 15, 2009
Messages
191
Thx for the help, but what did you mean when you said "set the initial size of the timer array to a larger value than 1"?

Anyway, thx for the helpful trigger, and btw, what is hashtable?



Uhh, ok im just editing now. I moved the trigger onto my own map, and the only thing I changed was the locations. Now it has stopped working -.-
 
Last edited:
Level 37
Joined
Mar 6, 2006
Messages
9,240
Thx for the help, but what did you mean when you said "set the initial size of the timer array to a larger value than 1"?

In variable editor, click the variable to edit it's name, type, array status and size. Setting the (initial) size will initialize the first array slots.

Anyway, thx for the helpful trigger, and btw, what is hashtable?

It can be perceived as a data storage, a two-dimensional array. You can save data into it and the load it with proper keys.

Uhh, ok im just editing now. I moved the trigger onto my own map, and the only thing I changed was the locations. Now it has stopped working -.-

You could post the map or the triggers.
 
Status
Not open for further replies.
Top