custom chat?
Moderator: Cheaters
-
- Forum Spammer
- Posts: 610
- Joined: March 30th, 2009, 9:02 pm
custom chat?
sooo...i was playing campaign and i realized that if i used a cheat, ex: greedisgood 5000 (this gives me 5000 of both lumber and gold), it never shows the typed text, in this ex, it would be "greedisgood 5000"
i tried looking in the cheats.j but all i saw were debug commands...
i tried extracting a campaign map but saw nothing abnormal in the war3map.j
is it possible to do what campaign does (don't show the typed text and show another custom text instead) with just pure JASS, and if so, how?
i saw a thread that had something along the lines of what i want but it required importing stuff in the map...which would require deprotection, which i dont wanna do....
i tried looking in the cheats.j but all i saw were debug commands...
i tried extracting a campaign map but saw nothing abnormal in the war3map.j
is it possible to do what campaign does (don't show the typed text and show another custom text instead) with just pure JASS, and if so, how?
i saw a thread that had something along the lines of what i want but it required importing stuff in the map...which would require deprotection, which i dont wanna do....
-
- Banned-To-Be
- Posts: 1378
- Joined: July 28th, 2008, 6:28 pm
- Title: Administrator
Re: custom chat?
The cheats only work on single player.. not battle.net..naturesfury wrote:sooo...i was playing campaign and i realized that if i used a cheat, ex: greedisgood 5000 (this gives me 5000 of both lumber and gold), it never shows the typed text, in this ex, it would be "greedisgood 5000"
i tried looking in the cheats.j but all i saw were debug commands...
i tried extracting a campaign map but saw nothing abnormal in the war3map.j
is it possible to do what campaign does (don't show the typed text and show another custom text instead) with just pure JASS, and if so, how?
i saw a thread that had something along the lines of what i want but it required importing stuff in the map...which would require deprotection, which i dont wanna do....

League of legends North America - Nietono
-
- Forum Staff
- Posts: 912
- Joined: October 21st, 2007, 6:17 am
- Title: 11
- Location: WorLd Of WaRcrAfT
Re: custom chat?
If you want to type a chat command without anyone seeing, just press f12 and select option: chat to observer or something along that line, after that nobody would ever see what cheats you type, and if you need to discuss something with your allies/enemy's use ctrl/shift + enter.
~Everything changes~
I have met people who have no dreams, who have simply accepted their fate to work, exist, and die. They are the most miserable people I have ever known.
I have met people who have no dreams, who have simply accepted their fate to work, exist, and die. They are the most miserable people I have ever known.
-
- Noob
- Posts: 945
- Joined: December 23rd, 2008, 11:27 pm
- Title: LSD.
- Location: Your Girlfriend's Pants.
Re: custom chat?
WHAT? CHEATS DON'T WORK ONLINE?!@?!?!@?Lanaya wrote:The cheats only work on single player.. not battle.net..naturesfury wrote:sooo...i was playing campaign and i realized that if i used a cheat, ex: greedisgood 5000 (this gives me 5000 of both lumber and gold), it never shows the typed text, in this ex, it would be "greedisgood 5000"
i tried looking in the cheats.j but all i saw were debug commands...
i tried extracting a campaign map but saw nothing abnormal in the war3map.j
is it possible to do what campaign does (don't show the typed text and show another custom text instead) with just pure JASS, and if so, how?
i saw a thread that had something along the lines of what i want but it required importing stuff in the map...which would require deprotection, which i dont wanna do....
lol jk, anyway, I think he was wondering how to remove text as soon as it's said so nobody else can see it.

-
- Super Moderator
- Posts: 3197
- Joined: February 24th, 2009, 1:31 pm
- Location: JEW LAND
- Been thanked: 1 time
Re: custom chat?
F12 and tell observers all your trouble. tell them what you need and how much. they will give it to you.
-
- Forum Spammer
- Posts: 610
- Joined: March 30th, 2009, 9:02 pm
Re: custom chat?
Lanaya wrote:The cheats only work on single player.. not battle.net..
lol....Small Sized Duck wrote:WHAT? CHEATS DON'T WORK ONLINE?!@?!?!@?
lol jk, anyway, I think he was wondering how to remove text as soon as it's said so nobody else can see it.
these two posts were the only ones remotely close to what i was talking about....
@lanaya
hmmm yea extracted a campaign map and tried the greedisgood in battle.net with no results...
the cheats must be elsewhere....
@small
yea ur right

btw....nice name >.< almost read it wrong.....
@rest
lol...i know of observer chat....
i'm trying to lrn JASS and i was wondering whether it was possible with pure JASS and none of the import/deprotect stuff
i thought it would be cool to be able to customize the chatting system ^^
-
- Forum Fanatic
- Posts: 311
- Joined: October 26th, 2009, 10:22 pm
- Title: mib^
Re: custom chat?
the cheats are IN SINGLEPLAYER not in blizzard maps... so you can basicly play any custom map in singleplayer and cheats like greedisgood work..
its in WARCRAFT not in special maps.
its in WARCRAFT not in special maps.
Spoiler:
-
- Super Moderator
- Posts: 3197
- Joined: February 24th, 2009, 1:31 pm
- Location: JEW LAND
- Been thanked: 1 time
Re: custom chat?
I belive that most of the commands or all of them can be applied on a CP.. like greedisgood you just make a command that gives you both X lumber and gold.
Open JJ's CP and combine the -gold and -lumber commands.
Open JJ's CP and combine the -gold and -lumber commands.
-
- Senior Member
- Posts: 127
- Joined: March 27th, 2010, 2:32 pm
Re: custom chat?
The point of first post is if it's possible to hide the message with cheat.
Answer: Yes, possible but hard.
All you need to do is look up the FAI's cheatpack for the "ip" command. It changes cheaters name for a single (or multiple) messages. Get the name changing code out, and change the players name tofor the message that contains a cheat. The message will be cut, and not drawn to main chat or chatlog.
Answer: Yes, possible but hard.
All you need to do is look up the FAI's cheatpack for the "ip" command. It changes cheaters name for a single (or multiple) messages. Get the name changing code out, and change the players name to
Code: Select all
|c00000000|r|c00000000|r|c00000000|r|c00000000|r|c00000000|r|c00000000|r|c00000000|r|c00000000|r|c00000000|r|c00000000|r
-
- Forum Spammer
- Posts: 610
- Joined: March 30th, 2009, 9:02 pm
Re: custom chat?
@madara
hmmm rly?
ty for telling me that
thats nice to know xD
@yellow
hmm i always wondered...is that character before and after the c00000000 a lowercase L or the shift+\?
and...i thought the hex colors only had 6 chars (aka 000000 or FF00FF)
and...i thought player names can only be 15 characters long including the color code
hmmm rly?
ty for telling me that

thats nice to know xD
@yellow
hmm i always wondered...is that character before and after the c00000000 a lowercase L or the shift+\?
and...i thought the hex colors only had 6 chars (aka 000000 or FF00FF)
and...i thought player names can only be 15 characters long including the color code