Triggers wont run glitch

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

owner123
Super Moderator
Posts: 1943
Joined: February 3rd, 2009, 11:28 pm

Triggers wont run glitch

Post by owner123 »

I made this map, and I put a load code, respawn trigs, custom interface, and gameplay constants in, and now no triggers will run. Please tell me what im doing wrong =\
You do not have the required permissions to view the files attached to this post.
User avatar
haxorico
Super Moderator
Posts: 3190
Joined: February 24th, 2009, 1:31 pm
Location: JEW LAND

Re: Triggers wont run glitch

Post by haxorico »

well from opening i see the 1st trigger is

Code: Select all

time - Elapes game time is 0.01 seconds

well i understand u want those actions to work as the map start. so why not to make
[code]Map inilization[code]
the 1st event on the list..

anyhow there are alot of triggers there... not going to go 1by1 and check.. can u please specify what isnt working?
Image
Spoiler:
(02:24:09)

Code: Select all

ChatBot: FatherSpace logs into the Chat.
(02:24:28) Lanaya: Gtfo ken.
(02:24:33) ChatBot: FatherSpace logs out of the Chat.
(02:24:40) Lanaya: Thought so. bitch.
(02:24:44) ChatBot: FatherSpace logs into the Chat.
(02:24:48) FatherSpace: Can I come back yet?
(02:24:51) Lanaya: What'd i say earlier.
(02:24:51) Lanaya: No.
(02:24:58) FatherSpace: Let's try this...
(02:25:01) ChatBot: Lanaya has been logged out (Kicked).

Code: Select all


(14:33:51) 2Pac: Do you know what'S so funny?
(14:34:01) Lanaya: No, please show me.
(14:34:07) 2Pac: This.
(14:34:09) ChatBot: Lanaya has been logged out (Kicked).
(14:34:10) 2Pac:


Code: Select all

(14:35:59) haxorico: No one will belive me if I say "I got this song from 2pac on MSN" lolz ^^
(14:36:02) Lanaya: lolz.
(14:36:16) 2Pac: I AIN'T DEAD FFS.
(14:36:26) 2Pac: I'm a living legend, y'now.
(14:37:17) haxorico: why is 2Pac a legend?
(14:37:28) Lanaya: He's the worse rapper evar.

Code: Select all

(15:42:51) Lanaya: can i suck , . . .

Code: Select all

(13:55:21) ChatBot: 2Pac rolls 1d100 and gets 1.
(13:55:21) ChatBot: haxorico rolls 1d2 and gets 2.
(13:55:27) haxorico: owned?

Code: Select all

GeorgeMots: xplain what happens in SP. Why cant you save?
dast.-:i need play with 2 players

Code: Select all

(21:53:08) (673237): plzplzplz, im sorry about before.
(21:53:26) FatherSpace: I'm sorry you were born.
(21:53:31) ChatBot: (673237) has been logged out (Kicked).


Code: Select all

(10:08:02) Bartimaeus: you do know run I youtube channel for my favorite music, right?
owner123
Super Moderator
Posts: 1943
Joined: February 3rd, 2009, 11:28 pm

Re: Triggers wont run glitch

Post by owner123 »

I deleted all of them besides my init trig temporarily. Still didn't work. My other trigs dont work either. ANY trigger I make doesnt work. Besides, I always use .01 seconds, because some actions dont work on map init, but all do on .01.
User avatar
haxorico
Super Moderator
Posts: 3190
Joined: February 24th, 2009, 1:31 pm
Location: JEW LAND

Re: Triggers wont run glitch

Post by haxorico »

hmmm well on other triggers i noticed u dont have an event... im not sure its possible to have a trigger without an event (not much of a GUI pro..) try making a noob trigger and see if it works

Code: Select all

Events
    Player - Player 1(red) types -test as an exact match
Conditions
    ---
Actions
    Game - Display to (All Players) the text: TEST!!!

see if it works..
Image
Spoiler:
(02:24:09)

Code: Select all

ChatBot: FatherSpace logs into the Chat.
(02:24:28) Lanaya: Gtfo ken.
(02:24:33) ChatBot: FatherSpace logs out of the Chat.
(02:24:40) Lanaya: Thought so. bitch.
(02:24:44) ChatBot: FatherSpace logs into the Chat.
(02:24:48) FatherSpace: Can I come back yet?
(02:24:51) Lanaya: What'd i say earlier.
(02:24:51) Lanaya: No.
(02:24:58) FatherSpace: Let's try this...
(02:25:01) ChatBot: Lanaya has been logged out (Kicked).

Code: Select all


(14:33:51) 2Pac: Do you know what'S so funny?
(14:34:01) Lanaya: No, please show me.
(14:34:07) 2Pac: This.
(14:34:09) ChatBot: Lanaya has been logged out (Kicked).
(14:34:10) 2Pac:


Code: Select all

(14:35:59) haxorico: No one will belive me if I say "I got this song from 2pac on MSN" lolz ^^
(14:36:02) Lanaya: lolz.
(14:36:16) 2Pac: I AIN'T DEAD FFS.
(14:36:26) 2Pac: I'm a living legend, y'now.
(14:37:17) haxorico: why is 2Pac a legend?
(14:37:28) Lanaya: He's the worse rapper evar.

Code: Select all

(15:42:51) Lanaya: can i suck , . . .

Code: Select all

(13:55:21) ChatBot: 2Pac rolls 1d100 and gets 1.
(13:55:21) ChatBot: haxorico rolls 1d2 and gets 2.
(13:55:27) haxorico: owned?

Code: Select all

GeorgeMots: xplain what happens in SP. Why cant you save?
dast.-:i need play with 2 players

Code: Select all

(21:53:08) (673237): plzplzplz, im sorry about before.
(21:53:26) FatherSpace: I'm sorry you were born.
(21:53:31) ChatBot: (673237) has been logged out (Kicked).


Code: Select all

(10:08:02) Bartimaeus: you do know run I youtube channel for my favorite music, right?
User avatar
Lanaya
Banned-To-Be
Posts: 1378
Joined: July 28th, 2008, 6:28 pm
Title: Administrator

Re: Triggers wont run glitch

Post by Lanaya »

haxorico wrote:hmmm well on other triggers i noticed u dont have an event... im not sure its possible to have a trigger without an event (not much of a GUI pro..) try making a noob trigger and see if it works

Code: Select all

Events
    Player - Player 1(red) types -test as an exact match
Conditions
    ---
Actions
    Game - Display to (All Players) the text: TEST!!!

see if it works..


wow.. did you read what he said above you?.. it doesn't work
try importing it all to another map?.
Image
League of legends North America - Nietono
owner123
Super Moderator
Posts: 1943
Joined: February 3rd, 2009, 11:28 pm

Re: Triggers wont run glitch

Post by owner123 »

And Haxorico, I consider myself decent at GUI. And I DID make that trig before and it DIDN'T RUN!!! The reason I have so many incomplete triggers, is that I was making the trigs before unitdata and was gonna fix my trigs as I created more units. And lahl, if you make an action without an event you have to use

Code: Select all

Action
Trigger - Run Event (Checking Conditions)

So don't talk about what you don't know.
And my defence system is based off of "food" for units ( my respawn trigger takes custom value for units =\ ), "custom value" for heroes. My damage is based off of "point value", and to index armor like that for about 300 units and not make people lag ( I use arrays ), you have to be maybe a little good at triggers.
~Edit~
It didn't work lanaya =\ But thanks for helping. My testmap is uploaded
~Edit~
And I tried your trig again Haxorico. Didn't work again. I think WE might be broken. It was doing stuff before, like when I clicked "open" on a wc3 map it wouldn't open... and such.
You do not have the required permissions to view the files attached to this post.
User avatar
Risen
Forum Staff
Posts: 811
Joined: January 1st, 2008, 12:58 am

Re: Triggers wont run glitch

Post by Risen »

Hahaha, you broke WE.

Try using Jass NewGen, who knows, my best guess would be that you're missing something.
Image
Wanna learn to hack maps? --> Guide
owner123
Super Moderator
Posts: 1943
Joined: February 3rd, 2009, 11:28 pm

Re: Triggers wont run glitch

Post by owner123 »

kk thanks VRisen.
~Edit~
WOW this is CRACKED!!! I get script errors... WHEN I DELETE ALL MY SCRIPTS!!!
owner123
Super Moderator
Posts: 1943
Joined: February 3rd, 2009, 11:28 pm

Re: Triggers wont run glitch

Post by owner123 »

I found the error. My arrays were too large =\ LOL