Chat Messages

For fulfilled maps that most likely don't work on the latest patch (1.24 or later).

Moderator: Cheaters

TheQuiet
Newcomer
Posts: 4
Joined: February 26th, 2008, 12:53 am

Chat Messages

Post by TheQuiet »

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.
TechGeek001
Member
Posts: 50
Joined: December 29th, 2007, 7:34 am

Re: Chat Messages

Post by TechGeek001 »

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).
User avatar
tru_power22
Old Wrinkly Member
Posts: 271
Joined: January 12th, 2008, 4:42 am
Title: Re-R-Re-Re-Remix
Location: Canada EH?

Re: Chat Messages

Post by tru_power22 »

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.
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.
User avatar
Aero
Forum Staff
Posts: 829
Joined: January 28th, 2007, 8:10 pm
Title: JASS Programmer
Location: Canada

Re: Chat Messages

Post by Aero »

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.
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.
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).
Those are hard-coded and you can't replicate the "Cheats Activated!" display message.
Dark_slayer18
Member
Posts: 65
Joined: December 22nd, 2007, 12:49 am

Post by Dark_slayer18 »

Last edited by Dark_slayer18 on November 12th, 2014, 10:18 pm, edited 1 time in total.
TechGeek001
Member
Posts: 50
Joined: December 29th, 2007, 7:34 am

Re: Chat Messages

Post by TechGeek001 »

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?
User avatar
Aero
Forum Staff
Posts: 829
Joined: January 28th, 2007, 8:10 pm
Title: JASS Programmer
Location: Canada

Re: Chat Messages

Post by Aero »

Yes...but the people can still see the typed message in chat history unless they type in observers...so what's the point.