Help me now

gwcadu942

New Member
Reaction score
0
Well im working on my new map (rpg) and im having dificalities with a trig that i'm trying to add. Well like the 1 in twilight's oprg when you type -enter you enter the dungeon along with anyone else that is in the region. can anyone help?

:(:(:(
 

Faust

You can change this now in User CP.
Reaction score
123
Inappropriate thread title, and you also asked this once in an other thread.
Please read the rules.
 

free_killing

TH.net Regular
Reaction score
23
like the faust said, you asked before, abd thread title..
and actually someone answered your problem before,,
 

gwcadu942

New Member
Reaction score
0
help me trigger

help me trigger :banghead:,Well like the 1 in twilight's oprg when you type -enter you enter the dungeon along with anyone else that is in the region. can anyone help?
 

skyblader

You're living only because it's illegal killing.
Reaction score
159
Haha. And u totally ignored the first 2 post after ur question. Look pal, if u nid any queries, u can continue posting at ur old thread. If u created a new thread becuz u didnt understand wad i meant, or u dunno how to do it, just post, ask for the triggers, ill be more than glad to help u. But dun ignore ppl whn they try to help u. U can even pm me if u wan the triggers.

Trigger:
  • Untitled Trigger 001
    • Events
      • Player - Player 1 (Red) types a chat message containing -enter as An exact match
      • Player - Player 2 (Blue) types a chat message containing -enter as An exact match
      • Player - Player 3 (Teal) types a chat message containing -enter as An exact match
      • Player - Player 4 (Purple) types a chat message containing -enter as An exact match
      • Player - Player 5 (Yellow) types a chat message containing -enter as An exact match
      • Player - Player 6 (Orange) types a chat message containing -enter as An exact match
      • Player - Player 7 (Green) types a chat message containing -enter as An exact match
      • Player - Player 8 (Pink) types a chat message containing -enter as An exact match
      • Player - Player 9 (Gray) types a chat message containing -enter as An exact match
      • Player - Player 10 (Light Blue) types a chat message containing -enter as An exact match
      • Player - Player 11 (Dark Green) types a chat message containing -enter as An exact match
      • Player - Player 12 (Brown) types a chat message containing -enter as An exact match
    • Conditions
    • Actions
      • Unit Group - Pick every unit in (Units in (X1) owned by (Triggering player)) and do (Actions)
        • Loop - Actions
          • Unit - Move (Picked unit) instantly to (Center of (X2))


X1 is the region the unit is in
X2 is the region you want to move/teleport the unit to
In case you do not know how to make a region, go to World Editor and go to the Region Palette on the right hand side.
 

gwcadu942

New Member
Reaction score
0
Haha. And u totally ignored the first 2 post after ur question. Look pal, if u nid any queries, u can continue posting at ur old thread. If u created a new thread becuz u didnt understand wad i meant, or u dunno how to do it, just post, ask for the triggers, ill be more than glad to help u. But dun ignore ppl whn they try to help u. U can even pm me if u wan the triggers.

Trigger:
  • Untitled Trigger 001
    • Events
      • Player - Player 1 (Red) types a chat message containing -enter as An exact match
      • Player - Player 2 (Blue) types a chat message containing -enter as An exact match
      • Player - Player 3 (Teal) types a chat message containing -enter as An exact match
      • Player - Player 4 (Purple) types a chat message containing -enter as An exact match
      • Player - Player 5 (Yellow) types a chat message containing -enter as An exact match
      • Player - Player 6 (Orange) types a chat message containing -enter as An exact match
      • Player - Player 7 (Green) types a chat message containing -enter as An exact match
      • Player - Player 8 (Pink) types a chat message containing -enter as An exact match
      • Player - Player 9 (Gray) types a chat message containing -enter as An exact match
      • Player - Player 10 (Light Blue) types a chat message containing -enter as An exact match
      • Player - Player 11 (Dark Green) types a chat message containing -enter as An exact match
      • Player - Player 12 (Brown) types a chat message containing -enter as An exact match
    • Conditions
    • Actions
      • Unit Group - Pick every unit in (Units in (X1) owned by (Triggering player)) and do (Actions)
        • Loop - Actions
          • Unit - Move (Picked unit) instantly to (Center of (X2))


X1 is the region the unit is in
X2 is the region you want to move/teleport the unit to
In case you do not know how to make a region, go to World Editor and go to the Region Palette on the right hand side.

:banghead::banghead::nuts:
rofl
like? my is erro D:
Trigger:
  • Enter
    • Events
      • Player - Player 1 (Red) types a chat message containing -enter as An exact match
      • Player - Player 2 (Blue) types a chat message containing -enter as An exact match
      • Player - Player 3 (Teal) types a chat message containing -enter as An exact match
      • Player - Player 4 (Purple) types a chat message containing -enter as An exact match
      • Player - Player 5 (Yellow) types a chat message containing -enter as An exact match
      • Player - Player 6 (Orange) types a chat message containing -enter as An exact match
      • Player - Player 7 (Green) types a chat message containing -enter as An exact match
      • Player - Player 8 (Pink) types a chat message containing -enter as An exact match
      • Player - Player 9 (Gray) types a chat message containing -enter as An exact match
      • Player - Player 10 (Light Blue) types a chat message containing -enter as An exact match
    • Conditions
    • Actions
      • Set Temp_UGroup = (Units owned by (Owner of (Triggering unit)) matching (((Matching unit) is A Hero) Equal to True))
      • Unit Group - Pick every unit in Temp_UGroup and do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (Region 012 <gen> contains (Picked unit)) Equal to True
            • Then - Actions
              • Set Temp_UGroup2 = (Units in Region 012 <gen> matching (((Matching unit) is A Hero) Equal to True))
              • Unit Group - Pick every unit in Temp_UGroup2 and do (Actions)
                • Loop - Actions
                  • Set Temp_Point = (Center of Region 013 <gen>)
                  • Unit - Move (Picked unit) instantly to Temp_Point
                  • Custom script: call RemoveLocation (udg_Temp_Point)
            • Else - Actions
      • Custom script: call DestroyGroup (udg_Temp_UGroup)
      • Custom script: call DestroyGroup (udg_Temp_UGroup2)
 

skyblader

You're living only because it's illegal killing.
Reaction score
159
First, there is no triggering unit. Only triggering player. Replace owner of triggering unit with triggering player. I wonder why u made it so long... Ur trigger works once u make the changes, i tink ur trigger is leakless. :D But if u wanna save some space and shorten ur trigger, at the if/then/else part, dun nid to set the unit into a unitgroup again, just test for the if, then set the temp point and move picked unit.
 

skyblader

You're living only because it's illegal killing.
Reaction score
159
Where what?
Anyway, I'll post the trigger.
Trigger:
  • Enter
    • Events
      • Player - Player 1 (Red) types a chat message containing -enter as An exact match
      • Player - Player 2 (Blue) types a chat message containing -enter as An exact match
      • Player - Player 3 (Teal) types a chat message containing -enter as An exact match
      • Player - Player 4 (Purple) types a chat message containing -enter as An exact match
      • Player - Player 5 (Yellow) types a chat message containing -enter as An exact match
      • Player - Player 6 (Orange) types a chat message containing -enter as An exact match
      • Player - Player 7 (Green) types a chat message containing -enter as An exact match
      • Player - Player 8 (Pink) types a chat message containing -enter as An exact match
      • Player - Player 9 (Gray) types a chat message containing -enter as An exact match
      • Player - Player 10 (Light Blue) types a chat message containing -enter as An exact match
    • Conditions
    • Actions
      • Set Temp_UGroup = (Units owned by (Triggering player) matching (((Matching unit) is A Hero) Equal to True))
      • Unit Group - Pick every unit in Temp_UGroup and do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (Region 012 <gen> contains (Picked unit)) Equal to True
            • Then - Actions
              • Set Temp_Point = (Center of Region 013 <gen>)
                • Unit - Move (Picked unit) instantly to Temp_Point
                • Custom script: call RemoveLocation (udg_Temp_Point)
            • Else - Actions
      • Custom script: call DestroyGroup (udg_Temp_UGroup)
 

free_killing

TH.net Regular
Reaction score
23
why do you make the triggers that long?
it really isnt nessecary with all these if/then/else.. i cna give the code for one without all these.. in 2 seconds..
Trigger:
  • Enter
    • Events
      • Player - Player 1 (Red) types a chat message containing -enter as An exact match
      • Player - Player 2 (Blue) types a chat message containing -enter as An exact match
      • Player - Player 3 (Teal) types a chat message containing -enter as An exact match
      • Player - Player 4 (Purple) types a chat message containing -enter as An exact match
      • Player - Player 5 (Yellow) types a chat message containing -enter as An exact match
      • Player - Player 6 (Orange) types a chat message containing -enter as An exact match
      • Player - Player 7 (Green) types a chat message containing -enter as An exact match
      • Player - Player 8 (Pink) types a chat message containing -enter as An exact match
      • Player - Player 9 (Gray) types a chat message containing -enter as An exact match
      • Player - Player 10 (Light Blue) types a chat message containing -enter as An exact match
    • Conditions
    • Actions
      • Set Temp_UGroup = (Units in Region 012 <gen> matching (((Owner of (Matching unit)) Equal to (Triggering player)) and (((Matching unit) is A Hero) Equal to True)))
      • Unit Group - Pick every unit in Temp_UGroup and do (Actions)
        • Loop - Actions
          • Set Temp_Point = (Random point in Region 013 <gen>)
          • Unit - Move (Picked unit) instantly to Temp_Point
          • Custom script: call RemoveLocation(udg_Temp_Point)
      • Custom script: call DestroyGroup(udg_Temp_UGroup)
 

Gtam

Lerning how to write and read!! Yeah.
Reaction score
164
Huh skyblade a triger cant have 2 events for that triger to work al players must type -enter at the same time and that is imposible
 

skyblader

You're living only because it's illegal killing.
Reaction score
159
Huh skyblade a triger cant have 2 events for that triger to work al players must type -enter at the same time and that is imposible

Are u serious? U dun even knw tht works? Ok pardon me. Tht is so unexpected from someone tht i admire, someone thts pretty good in triggers. Not to insult u either, but it works. If more than 1 event are under event, any one of them happening would fire the trigger. Ive used it so many times and it works.
 

Gtam

Lerning how to write and read!! Yeah.
Reaction score
164
Sory my bad but i thouht that it cant work but sory on my part again
 

skyblader

You're living only because it's illegal killing.
Reaction score
159
I dont tink u nid to be sorry, everybody needs to learn right, but i tink i shld for... u knw... kinda insulting u... But I guess, hope u get it :D it works.
 

Gtam

Lerning how to write and read!! Yeah.
Reaction score
164
U cant bump ur not the last to post or 24 hrs
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • WildTurkey WildTurkey:
    is there a stephen green in the house?
    +1
  • The Helper The Helper:
    What is up WildTurkey?
  • The Helper The Helper:
    Looks like Google fixed whatever mistake that made the recipes on the site go crazy and we are no longer trending towards a recipe site lol - I don't care though because it motivated me to spend alot of time on the site improving it and at least now the content people are looking at is not stupid and embarrassing like it was when I first got back into this like 5 years ago.
  • The Helper The Helper:
    Plus - I have a pretty bad ass recipe collection now! That section of the site is 10 thousand times better than it was before
  • The Helper The Helper:
    We now have a web designer at my job. A legit talented professional! I am going to get him to redesign the site theme. It is time.
  • Varine Varine:
    I got one more day of community service and then I'm free from this nonsense! I polished a cop car today for a funeral or something I guess
  • Varine Varine:
    They also were digging threw old shit at the sheriff's office and I tried to get them to give me the old electronic stuff, but they said no. They can't give it to people because they might use it to impersonate a cop or break into their network or some shit? idk but it was a shame to see them take a whole bunch of radios and shit to get shredded and landfilled
  • The Helper The Helper:
    whatever at least you are free
  • Monovertex Monovertex:
    How are you all? :D
    +1
  • Ghan Ghan:
    Howdy
  • Ghan Ghan:
    Still lurking
    +3
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?

      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