Warcraft 3 despair of trigger

OwnerX1234

New Member
Reaction score
0
Hey guys I am new to this Forum,
I came here as i searched for a solution for my Trigger Problem...

To my Situation:

I make a Warcraft 3 Map at the moment, it is an Anime based survial arena with different types of enemy waves.
So I wrote a Trigger, where the Players automaticaly gets teleported after a specific amount of time to the Center of a Special Region, which i named "Round Arena" and after 10 seconds there spawns the wave.

But now to my problem: I need a Trigger to teleport the character from Player 1-8 back to the base AFTER ALL ENEMIES OF THE WAVE ARE DEATH ...
I also tried to make a condition where, the Units of Player 12 (the owner of the enemie waves) must be equal to "0" but my character still don't get teleported back to the base.

It would be very kind if someone could bring a solution for my Trigger Problem :)

with best regards
OwnerX
 

Slapshot136

Divide et impera
Reaction score
471
What is the triggering action to your "teleport back" trigger?

how do you determine "the character" that should be teleported back?

actually if you could copy-paste it as text within the [ wc3] [ /wc3] tags, it would be nice to look at as well
 

OwnerX1234

New Member
Reaction score
0
Sry I didn't know how to only copy a text, so I uploaded a Screenshot :
alfamblo7

http://postimg.org/image/alfamblo7/

This is the whole Trigger for the first Wave. It works fine until the "If (All conditions are True) then [...] " part of the trigger.

PS: I am new to triggering :))

best regards
OwnerX
 

afisakov

You can change this now in User CP.
Reaction score
37
Sry I didn't know how to only copy a text, so I uploaded a Screenshot :
alfamblo7

http://postimg.org/image/alfamblo7/

This is the whole Trigger for the first Wave. It works fine until the "If (All conditions are True) then [...] " part of the trigger.
It does not work to return heroes because there is no event for it. Your trigger, as set up in the screenshot will only return heroes to base if they will bandits the moment they spawn.
What you probably should do is create a periodic trigger that features the "If (All conditions are True) then [...] " part that runs every second. Set it to initially off in world editor and turn it on after the bandits spawn.
It should look something like this
Trigger:
  • heromoveback
    • Events
    • Time - Every 1.00 seconds of game time
    • Conditions
    • Actions
    • Set TempGroup = (Units owned by Player 12 (Brown) of type Bandit)
    • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
    • If - Conditions
    • (Number of units in TempGroup) Equal to 0
    • Then - Actions
    • --line to move heroes back to base
      • Trigger - Turn off (This trigger)
      • Else - Actions
      • Custom script: call DestroyGroup (udg_TempGroup)

This way it checks every second if bandits all dead and moves heroes back once they are. And stops checking once heroes back home.
 

OwnerX1234

New Member
Reaction score
0
WOW, thank you a lot for your effort guys ! I will try it out now :) :)
Very kind!!

with best regards OwnerX
 

OwnerX1234

New Member
Reaction score
0
It still doesn't work... I can't find my mistake
I made two trigger :
One for the Round it self, it looks like this:

Trigger:
  • Round 1
    • Events
    • Unit - A unit enters Base <gen>
    • Conditions
    • ((Triggering unit) is A Hero) Equal to True
    • Actions
    • Wait 20.00 seconds
    • Unit Group - Pick every unit in (Units in Base <gen>) and do (Unit - Move (Triggering unit) instantly to (Center of Round Arena <gen>))
    • Camera - Pan camera for (Owner of (Triggering unit)) to (Center of Round Arena <gen>) over 0.00 seconds
    • Wait 15.00 seconds
    • Unit - Create 15 Bandit round 1 for Player 12 (Brown) at (Random point in Mob Spawn Left <gen>) facing Default building facing degrees
    • Unit - Create 15 Bandit round 1 for Player 12 (Brown) at (Random point in Mob Spawn Right <gen>) facing Default building facing degrees
    • Trigger - Turn off (This trigger)


and one other for the checking and teleporting back to base:

Trigger:
  • Check if Death R1
    • Events
    • Time - Every 1.00 seconds of game time
    • Conditions
    • Actions
    • Set TempGroup = (Units owned by Player 12 (Brown) of type Bandit round 1)
    • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
    • If - Conditions
    • (Number of units in TempGroup) Equal to 0
    • Then - Actions
    • Unit Group - Pick every unit in (Units in Round Arena <gen>) and do (Unit - Move (Picked unit) instantly to (Center of Base <gen>))
    • Trigger - Turn off (This trigger)
    • Else - Actions
    • Do nothing


I think it could be the Teleport action back to base that is not correct, but I can't find a mistake, I also tried "[...] (Unit - Move (Triggering unit) [...]" in the part where it says "[...] (Unit - Move (Picked unit) [...]"
but it also doesn't work.

The first trigger works but the second doesn't work...
 

Slapshot136

Divide et impera
Reaction score
471
For the second one, how about adding

Trigger:
  • Game - Display to (All players) the text: (String((Number of units in (Units in (TempGroup)))))


so that you can see that the trigger runs, and also when the count is 0

as a debugging step, to see when it activates and if it turns itself off prematurely somehow.
 

OwnerX1234

New Member
Reaction score
0
@Slapshot136 : I hadn't much time the last days, so I tried to find the function you posted to me today:
Trigger:
  • Game - Display to (All players) the text: (String((Number of units in (Units in (TempGroup)))))

but i couldn't find it, how is it exactly named in the editor if I may ask?
 
General chit-chat
Help Users
  • Varine Varine:
    I bought an Ender 3 during the pandemic and tinkered with it all the time. Just bought a Sovol, not as easy. I'm trying to make it use a different nozzle because I have a fuck ton of Volcanos, and they use what is basically a modified volcano that is just a smidge longer, and almost every part on this thing needs to be redone to make it work
  • Varine Varine:
    Luckily I have a 3d printer for that, I guess. But it's ridiculous. The regular volcanos are 21mm, these Sovol versions are about 23.5mm
  • Varine Varine:
    So, 2.5mm longer. But the thing that measures the bed is about 1.5mm above the nozzle, so if I swap it with a volcano then I'm 1mm behind it. So cool, new bracket to swap that, but THEN the fan shroud to direct air at the part is ALSO going to be .5mm to low, and so I need to redo that, but by doing that it is a little bit off where it should be blowing and it's throwing it at the heating block instead of the part, and fuck man
  • Varine Varine:
    I didn't realize they designed this entire thing to NOT be modded. I would have just got a fucking Bambu if I knew that, the whole point was I could fuck with this. And no one else makes shit for Sovol so I have to go through them, and they have... interesting pricing models. So I have a new extruder altogether that I'm taking apart and going to just design a whole new one to use my nozzles. Dumb design.
  • Varine Varine:
    Can't just buy a new heatblock, you need to get a whole hotend - so block, heater cartridge, thermistor, heatbreak, and nozzle. And they put this fucking paste in there so I can't take the thermistor or cartridge out with any ease, that's 30 dollars. Or you can get the whole extrudor with the direct driver AND that heatblock for like 50, but you still can't get any of it to come apart
  • Varine Varine:
    Partsbuilt has individual parts I found but they're expensive. I think I can get bits swapped around and make this work with generic shit though
  • Ghan Ghan:
    Heard Houston got hit pretty bad by storms last night. Hope all is well with TH.
  • The Helper The Helper:
    Power back on finally - all is good here no damage
    +2
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    New recipe is another summer dessert Berry and Peach Cheesecake - https://www.thehelper.net/threads/recipe-berry-and-peach-cheesecake.194169/
  • The Helper The Helper:
    I think we need to add something to the bottom of the front page that shows the Headline News forum that has a link to go to the News Forum Index so people can see there is more news. Do you guys see what I am saying, lets say you read all the articles on the front page and you get to the end and it just ends, no kind of link for MOAR!
  • The Helper The Helper:
    Happy Wednesday!
    +1
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    Sticking with the desserts for now the latest recipe is Fried Apple Pies - https://www.thehelper.net/threads/recipe-fried-apple-pies.194297/
  • The Helper The Helper:
    Finally finding about some of the bots that are flooding the users online - bytespider apparently is a huge offender here - ignores robots.txt and comes in from a ton of different IPs
  • Monovertex Monovertex:
    @The Helper I'm really not seeing the "Signature" link in the sidebar on that page. Here's a screenshot:
  • The Helper The Helper:
    I have reported it - I was wondering why nobody I have given sigs to over the last few years have used them
  • The Helper The Helper:
    Ghan has said he has fixed this. Monovertex please confirm this fix. This was only a problem with people that had signatures in the upper levels like not the special members but the respected members.
  • The Helper The Helper:
    Here is a better place to manage this stuff https://www.thehelper.net/account/account-details which I think should be way more visible
  • The Helper The Helper:
    I am hoping that online user count drop is finally that TikTok bot banned

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top