• 0

    posted a message on Hero Revive Problem

    @Abion47: Go

    Hero Death isn't a function though, it's a trigger. And there's nothing in the trigger that I can see which corresponds to anything in the error message.

    EDIT: Also note that VA Hero Death Prevention (Or whatever its exactly called) doesn't seem to work. You just those the character when it dies, even though I definitely set the behaviors in the data portion for each hero.

    EDIT2: I reset the Va Hero Death Prevention behavior to its parent and now the hero does indeed go incapacitated, but does not revive properly still, checking into it.

    FINAL EDIT:

    After I did that I just had to change a little thing in my trigger and it worked. I have no idea what I messed with in the Hero Death Prevention Trigger but once I reset it it was all good.

    I appreciate you taking some time to help!

    Posted in: Triggers
  • 0

    posted a message on Hero Revive Problem

    I'm a bit baffled because I have no arrays of that size. My biggest array goes to size 4, but I never try to access an out of bound value. I have no idea what the deal is with that error.

    Posted in: Triggers
  • 0

    posted a message on Hero Revive Problem

    About to head to sleep, but I appreciate the reply. I will investigate tomorrow morning and provide an update to the situation.

    Posted in: Triggers
  • 0

    posted a message on Hero Revive Problem

    So I've read the forums all day and watched a bunch of tutorials and gone about doing this several different ways, but I cannot get my map to respawn heroes.

    The basic idea of the map is that you choose a hero and then fight with the hero; if hero dies, he respawns at a specific point. For some reason I cannot get the respawn to work. I've even directly copied triggers from the tutorials I've used to no avail.

    You can look at what I've gotten so far in the map file:

    http://www.megaupload.com/?d=BB956BUV

    I also am having a strange problem. I made some copies of behaviors and ever since then whenever I add an action or anything it has duplicates of every label. Like if you add an action it has all the labels on the left and each label is duplicated for how many things I copied. I don't know if that is normal or not..

    Also, I'm a noob when it comes to the editor but I do know C + +

    Anyway, I appreciate the help guys.

    EDIT: Debugging errors:

    00:00:47.13 Trigger Error in 'gt_HeroDeath_Func': Parameter out of bounds in 'CameraPan' (value: 16, min: 0, max: 15)

    00:00:47.13 Trigger Error in 'gt_HeroDeath_Func': Parameter out of bounds in 'UnitSelect' (value: 16, min: 0, max: 15)

    Posted in: Triggers
  • To post a comment, please or register a new account.