Chat Trigger

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

Moderator: Cheaters

User avatar
br3akth3w1nd
Member
Posts: 58
Joined: December 8th, 2007, 8:11 pm

Chat Trigger

Post by br3akth3w1nd »

I am trying to make a chat trigger, so when a player types something, it gets replased by another word. E.g. The player types "shit" and it appears like "!@#$", or something like that. I got the idea from the cheat codes (when you type "greedisgood" it gets replased by "Cheat Enabled!"). I really dont think this is possible, but if there is a way, please tell me how :)
[blinking]Sorry for my english ^_^[/blinking]
User avatar
Aero
Forum Staff
Posts: 829
Joined: January 28th, 2007, 8:10 pm
Title: JASS Programmer
Location: Canada

Re: Chat Trigger

Post by Aero »

No luck.
User avatar
Lanaya
Banned-To-Be
Posts: 1378
Joined: July 28th, 2008, 6:28 pm
Title: Administrator

Re: Chat Trigger

Post by Lanaya »

hmmm

u could make it like this if u want

Code: Select all

Shit!@#$
    Events
        Player - Player 1 (Red) types a chat message containing shit as An exact match
    Conditions
    Actions
        Cinematic - Clear the screen of text messages for (All players)
        Game - Display to (All players) the text: player red says: !@#$
lol i guess u could improve this . .alot
like player red says into player name
and somehow make the Events better
Image
League of legends North America - Nietono
Black-Hole
Forum Fanatic
Posts: 315
Joined: October 16th, 2007, 7:32 pm

Re: Chat Trigger

Post by Black-Hole »

You could probly do it in jass... But you have to remember the Cheats were made with C++ not Jass
They can do whatever they want in there game.
hmmm

u could make it like this if u want

Code:
Shit!@#$
Events
Player - Player 1 (Red) types a chat message containing shit as An exact match
Conditions
Actions
Cinematic - Clear the screen of text messages for (All players)
Game - Display to (All players) the text: player red says: !@#$


lol i guess u could improve this . .alot
like player red says into player name
and somehow make the Events better
hmmm
It wouldent turn out like what he wants... It wouldnt be a Chat it would be a message its in a different spot
Arabidnun
Forum Staff
Posts: 506
Joined: August 5th, 2007, 1:38 pm
Title: Gui Expert
Location: *Unknown*

Re: Chat Trigger

Post by Arabidnun »

Only thing bad about this trigger is you have to do it for every player....but if $#$% is the only one you want lol, I guess i could help.