Need help -.-

Ghan

Administrator - Servers are fun
Staff member
Reaction score
889
Well, are you using any Custom Script actions? If not, it should not crash like that. Just try posting the ENTIRE trigger here, first, if you want.
 

Ghan

Administrator - Servers are fun
Staff member
Reaction score
889
Right-click on the trigger, select Copy As Text, then paste in your post.
 

Ghan

Administrator - Servers are fun
Staff member
Reaction score
889
Look at the picture. That's where you need to right-click.
 

Eskemoenn

Member
Reaction score
2
Code:
Move
    Events
        Time - Every 0,10 seconds of game time
    Conditions
    Actions
        Unit Group - Order (Units in L1 <gen>) to Right-Click (Random point in (Playable map area))
        Unit Group - Order (Units in L2 <gen>) to Right-Click (Random point in (Playable map area))
        -------- -------------------------- --------
        Unit Group - Order (Units in R1 <gen>) to Right-Click (Random point in (Playable map area))
        Unit Group - Order (Units in R2 <gen>) to Right-Click (Random point in END <gen>)
        -------- ------------------------ --------
        Unit Group - Order (Units in MOVE1 <gen>) to Move To (Center of END <gen>)
        Unit Group - Order (Units in Move2 <gen>) to Move To (Center of END <gen>)
        Unit Group - Order (Units in Move 3 <gen>) to Move To (Center of END <gen>)
        Unit Group - Order (Units in Move4 <gen>) to Move To (Center of END <gen>)

Wave1
    Events
        Time - Elapsed game time is 45,00 seconds
    Conditions
    Actions
        Unit - Create 5 Wave1 for Player 12 (Brown) at (Center of L1 <gen>) facing Default building facing degrees
        Unit - Create 5 Wave1 for Player 12 (Brown) at (Center of R1 <gen>) facing Default building facing degrees
        Unit - Create 1 Footman for Player 1 (Red) at (Center of L2 <gen>) facing Default building facing degrees
Wave2
    Events
        Time - Elapsed game time is 90,00 seconds
    Conditions
    Actions
        Unit - Create 5 Wave2 for Player 12 (Brown) at (Center of L1 <gen>) facing Default building facing degrees
        Unit - Create 5 Wave2 for Player 12 (Brown) at (Center of R1 <gen>) facing Default building facing degrees
Wave3
    Events
        Time - Elapsed game time is 135,00 seconds
    Conditions
    Actions
        Unit - Create 5 Wave3 for Player 12 (Brown) at (Center of L1 <gen>) facing Default building facing degrees
        Unit - Create 5 Wave3 for Player 12 (Brown) at (Center of R1 <gen>) facing Default building facing degrees
Wave4
    Events
        Time - Elapsed game time is 180,00 seconds
    Conditions
    Actions
        Unit - Create 5 Wave4 for Player 12 (Brown) at (Center of L1 <gen>) facing Default building facing degrees
        Unit - Create 5 Wave4 for Player 12 (Brown) at (Center of R1 <gen>) facing Default building facing degrees
Wave5
    Events
        Time - Elapsed game time is 225,00 seconds
    Conditions
    Actions
        Unit - Create 5 Wave5 for Player 12 (Brown) at (Center of L1 <gen>) facing Default building facing degrees
        Unit - Create 5 Wave5 for Player 12 (Brown) at (Center of R1 <gen>) facing Default building facing degrees
Wave6
    Events
        Time - Elapsed game time is 270,00 seconds
    Conditions
    Actions
        Unit - Create 5 Wave6 for Player 12 (Brown) at (Center of L1 <gen>) facing Default building facing degrees
        Unit - Create 5 Wave6 for Player 12 (Brown) at (Center of R1 <gen>) facing Default building facing degrees


PS I GO MUCH MORE!! :D

Hmm shal i send the rest ?
Ps how do you chane it to a "Code" ?
 

Ghan

Administrator - Servers are fun
Staff member
Reaction score
889
> Hmm shal i send the rest ?

It would probably be better if you upload the map....

> Ps how do you chane it to a "Code" ?

Highlight the pasted trigger and click on the # button at the top across from the bold button.
 

cleeezzz

The Undead Ranger.
Reaction score
268
post everything related to the trigger you need help with..

UNLESS its really big, then you upload

and whats wrong with your trigger?

wait why are you asking how to do the CODE

your trigger is already in a CODE box o_O
 

Eskemoenn

Member
Reaction score
2
The problem is i cant upload the map But i can send a kopy of my trigger ?
Cleeezzz"Evrytime i try to save or test my map i crashes thats the problem i got an error" :( So annoying

Yes its i an box But look who did the change ? :p
 

Ghan

Administrator - Servers are fun
Staff member
Reaction score
889
> Cleeezzz"Evrytime i try to save or test my map i crashes thats the problem i got an error" So annoying

Can you upload a screenshot of the error?

> Yes its i an box But look who did the change ?

I did.
 

cleeezzz

The Undead Ranger.
Reaction score
268
oh rofl, i thought he did it :p

delete the thing thats giving you an error, ( its a trigger error right)?
then save it
and then upload it
 

Eskemoenn

Member
Reaction score
2
I got error.. i cant save
When i try to save it says
//***************************************************************************

//===========================================================================
function CreateUnitsForPlayer0 takes nothing returns nothing
local player p = Player(0)
local unit u
local integer unitID
local trigger t
local real life

set u = CreateUnit( p, 'h005', 4,4, 482,7, 247,749 )
endfunction
 

Ghan

Administrator - Servers are fun
Staff member
Reaction score
889
Delete that trigger. Then upload the map.
 

Ghan

Administrator - Servers are fun
Staff member
Reaction score
889
Well, I can see nothing. So, I can't help you any further since I don't have any more information.
 

Eskemoenn

Member
Reaction score
2
Ok now ill send all my triggers..

Code:
Start music Lommen
    Events
        Map initialization
    Conditions
    Actions
        Sound - Play Torrpedorr___Lommen_Fuld_Af_Guld <gen>
        Sound - Play Justin_Timberlake___LoveStoned <gen>
        Sound - Play Christina_Aguilera__Candy_Man <gen>
Stop Music
    Events
        Player - Player 1 (Red) types a chat message containing -stop music as An exact match
        Player - Player 2 (Blue) types a chat message containing -stop music as An exact match
        Player - Player 3 (Teal) types a chat message containing -stop music as An exact match
        Player - Player 4 (Purple) types a chat message containing -stop music as An exact match
        Player - Player 5 (Yellow) types a chat message containing -stop music as An exact match
    Conditions
    Actions
        Sound - Stop music Immediately
Resume music
    Events
        Player - Player 1 (Red) types a chat message containing -Resume music as An exact match
        Player - Player 2 (Blue) types a chat message containing -Resume music as An exact match
        Player - Player 3 (Teal) types a chat message containing -Resume music as An exact match
        Player - Player 4 (Purple) types a chat message containing -Resume music as An exact match
        Player - Player 5 (Yellow) types a chat message containing -Resume music as An exact match
    Conditions
    Actions
        Sound - Resume music
Events
    Player - Player 1 (Red) types a chat message containing -music1 as An exact match
    Player - Player 2 (Blue) types a chat message containing -music1 as An exact match
    Player - Player 3 (Teal) types a chat message containing -music1 as An exact match
    Player - Player 4 (Purple) types a chat message containing -music1 as An exact match
    Player - Player 5 (Yellow) types a chat message containing -music1 as An exact match
Love stoned
    Events
        Player - Player 1 (Red) types a chat message containing -music2 as An exact match
        Player - Player 2 (Blue) types a chat message containing -music2 as An exact match
        Player - Player 3 (Teal) types a chat message containing -music2 as An exact match
        Player - Player 4 (Purple) types a chat message containing -music2 as An exact match
        Player - Player 5 (Yellow) types a chat message containing -music2 as An exact match
    Conditions
    Actions
        Sound - Play Justin_Timberlake___LoveStoned <gen>
Lomme fuld af guld
    Events
        Player - Player 1 (Red) types a chat message containing -Music3 as An exact match
        Player - Player 2 (Blue) types a chat message containing -Music3 as An exact match
        Player - Player 3 (Teal) types a chat message containing -Music3 as An exact match
        Player - Player 4 (Purple) types a chat message containing -Music3 as An exact match
        Player - Player 5 (Yellow) types a chat message containing -Music3 as An exact match
    Conditions
    Actions
        Sound - Play Torrpedorr___Lommen_Fuld_Af_Guld <gen>
Gold
    Events
        Map initialization
    Conditions
    Actions
        Player - Set Player 1 (Red) Current gold to 165
        Player - Set Player 2 (Blue) Current gold to 165
        Player - Set Player 3 (Teal) Current gold to 165
        Player - Set Player 4 (Purple) Current gold to 165
        Player - Set Player 5 (Yellow) Current gold to 165
 

Ghan

Administrator - Servers are fun
Staff member
Reaction score
889
First, stop posting so much. Use the edit button.

Second, I don't see anything wrong with these triggers. I would suggest going through and deleting them one by one until you can save.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • 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 The Helper:
    Happy Thursday!
    +1
  • Varine Varine:
    Crazy how much 3d printing has come in the last few years. Sad that it's not as easily modifiable though
  • 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 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