Chat Messages
Moderator: Cheaters
-
- Newcomer
- Posts: 4
- Joined: February 26th, 2008, 12:53 am
Chat Messages
Hey. Id like a trigger that reacts when someone types ANYTHING. Like in Defiances ORPG, If I typed "dude i love pie" my real text would be invisible and exactly what I said would appear as a game trigger. Id like to know how to cause the real text to become invisible and what is said.
-
- Member
- Posts: 50
- Joined: December 29th, 2007, 7:34 am
Re: Chat Messages
I'd actually like to know something similar - like how Blizzard cheats work, where you type a code, and all that appears is Cheat Activated! (or whatever it says).
-
- Old Wrinkly Member
- Posts: 271
- Joined: January 12th, 2008, 4:42 am
- Title: Re-R-Re-Re-Remix
- Location: Canada EH?
Re: Chat Messages
In, WEU if you enable advanced triggers, it's player enters chat message.
The rest of the stuff is kinda confusing...
I may post later.
The rest of the stuff is kinda confusing...
I may post later.
Contact me on WC3 Killing_Spree22, I'm at US west!
To avoid being a noob read this: http://forum.wc3edit.net/everything-els ... t4579.html
This is the official site for team UKS, it's also my home page - http://www.TeamUks.tk
I AM DEAD, I WILL NO LONGER BE POSING HERE. BEEN FUN WITH YOU ALL.
To avoid being a noob read this: http://forum.wc3edit.net/everything-els ... t4579.html
This is the official site for team UKS, it's also my home page - http://www.TeamUks.tk
I AM DEAD, I WILL NO LONGER BE POSING HERE. BEEN FUN WITH YOU ALL.
-
- Forum Staff
- Posts: 829
- Joined: January 28th, 2007, 8:10 pm
- Title: JASS Programmer
- Location: Canada
Re: Chat Messages
It's a combination of a trigger that detects "" as a substring, a dummy InGameChatWhat1.wav and maybe something else. I would have to refer to a map that does this.TheQuiet wrote:Hey. Id like a trigger that reacts when someone types ANYTHING. Like in Defiances ORPG, If I typed "dude i love pie" my real text would be invisible and exactly what I said would appear as a game trigger. Id like to know how to cause the real text to become invisible and what is said.
Those are hard-coded and you can't replicate the "Cheats Activated!" display message.TechGeek001 wrote:I'd actually like to know something similar - like how Blizzard cheats work, where you type a code, and all that appears is Cheat Activated! (or whatever it says).
-
- Member
- Posts: 65
- Joined: December 22nd, 2007, 12:49 am
-
- Member
- Posts: 50
- Joined: December 29th, 2007, 7:34 am
Re: Chat Messages
I want to use this feature to hide certain codes that will allow people that helped me test the map access certain units and items that are unavailable to the rest of the players, so my ultimate goal is that when one of my testers types the appropriate message, they get the unit and nobody sees the code.
Will this method work?
Will this method work?
-
- Forum Staff
- Posts: 829
- Joined: January 28th, 2007, 8:10 pm
- Title: JASS Programmer
- Location: Canada
Re: Chat Messages
Yes...but the people can still see the typed message in chat history unless they type in observers...so what's the point.