I have 2 locations and 2 points, when a hero stays on one of the teleport locations, if they player presses y it teleports his hero to the other teleport location however sometimes it gets bugged and it doesnt work anymore all game long (player stays in the teleport region and if he presses y nothing happens) like 1 out of 5 games. Anyone knows how to fix this? Thank you.
This is the trigger, there is an ability and a button but they are just for cd display:
http://imgur.com/a/oS3A1
Anti double Tp is a local variable, so it doesn't prevent it from happening twice (through triggering twice).
Where are TP location 1 and 2? on reveal 1 and 2 respectively?
1. Anti double Tp variable is from my previours version of the teleport and i forgot to remove it but it shouldnt affect the tp getting bugged anyway.
2. Tp location 1 is on reveal 2 and tp location 2 is on reveal 1.
Yes atm as it allows manual teleport going to the other location and targeting the blink in case it bugs, but before it didnt activate the ability and still the same thing happened.
Have you tried testing it with the trigger debugger open? By the sounds of it, there is an error happening in the trigger, like a loop going past the max array or something, which can cause the trigger the turn itself off to prevent future errors.
Hello,
I have 2 locations and 2 points, when a hero stays on one of the teleport locations, if they player presses y it teleports his hero to the other teleport location however sometimes it gets bugged and it doesnt work anymore all game long (player stays in the teleport region and if he presses y nothing happens) like 1 out of 5 games. Anyone knows how to fix this? Thank you.
This is the trigger, there is an ability and a button but they are just for cd display: http://imgur.com/a/oS3A1
The regions and points: http://imgur.com/a/uhGrA
Still alive and kicking, just busy.
My guide to the trigger editor (still a work in progress)
1. Anti double Tp variable is from my previours version of the teleport and i forgot to remove it but it shouldnt affect the tp getting bugged anyway.
2. Tp location 1 is on reveal 2 and tp location 2 is on reveal 1.
Does pressing y activate the zeratul blink ability?
Still alive and kicking, just busy.
My guide to the trigger editor (still a work in progress)
Yes atm as it allows manual teleport going to the other location and targeting the blink in case it bugs, but before it didnt activate the ability and still the same thing happened.
Have you tried testing it with the trigger debugger open? By the sounds of it, there is an error happening in the trigger, like a loop going past the max array or something, which can cause the trigger the turn itself off to prevent future errors.
Skype: [email protected] Current Project: Custom Hero Arena! US: battlenet:://starcraft/map/1/263274 EU: battlenet:://starcraft/map/2/186418
@GlornII: Go
Ill try when i get home, but the error never happened in test document.