Register for your free account! | Forgot your password?

You last visited: Today at 16:50

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[EMU] Colorfull chat messages

Discussion on [EMU] Colorfull chat messages within the WoW PServer Exploits, Hacks & Tools forum part of the WoW Private Server category.

Reply
 
Old   #1
 
Wongy's Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 89
Received Thanks: 550
Talking [EMU ONLY] Colorfull chat messages

I took this idea from some thread here.
With this macro you can write messages in all colors you want.


/run if(not scm) then scm = SendChatMessage; end; function SendChatMessage(msg,type,lang,chan) scm("\124cffxxxxxx\124Hitem:19:0:0:0:0:0:0:\124h" ..msg.. "\124h\124r",type,lang,chan);end;

on the red xxxxxx (only 6 letters code) you need to enter your color code like thoese:

09ffff Cyan color
fcff00 Yellow color
fc04ca Pink color
(use Photoshop to find your favorite chat color)



Have fun.
Wongy is offline  
Thanks
24 Users
Old 12/07/2007, 23:30   #2
 
elite*gold: 0
Join Date: Nov 2007
Posts: 53
Received Thanks: 4
why shouldnt it work on live realms ? i dont this this is a ban reason ? would be cool if it works ^^

tested on live got disconnect ;(
un70uch is offline  
Thanks
2 Users
Old 12/07/2007, 23:37   #3
 
Wongy's Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 89
Received Thanks: 550
Yelling:

/script SendChatMessage("\124cffxxxxxx\124Hitem:\124hYOUR TEXT HERE\124h\124r", "YELL" );

~~~~~~~~~~~~~~~~~~~
Party:

/script SendChatMessage("\124cffxxxxxx\124Hitem:\124hYOUR TEXT HERE\124h\124r", "PARTY" );
~~~~~~~~~~~~~~~~~~~

Guild:

/script SendChatMessage("\124cffxxxxxx\124Hitem:\124hYOUR TEXT HERE\124h\124r", "GUILD" );
Wongy is offline  
Thanks
4 Users
Old 12/07/2007, 23:41   #4
 
elite*gold: 1
Join Date: Jul 2006
Posts: 5,679
Received Thanks: 844
Aufm Liveserver kriegt man Disc
nickzulang is offline  
Thanks
1 User
Old 12/07/2007, 23:49   #5
 
Wongy's Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 89
Received Thanks: 550
Ja mann es funkt auch nur auf EMU's
Wongy is offline  
Thanks
1 User
Old 12/07/2007, 23:52   #6
 
elite*gold: 1
Join Date: Jul 2006
Posts: 5,679
Received Thanks: 844
versuch wars wert^^
nickzulang is offline  
Thanks
1 User
Old 12/08/2007, 16:48   #7
 
elite*gold: 0
Join Date: Apr 2007
Posts: 195
Received Thanks: 43
/script SendChatMessage("\124cffxxxxxx\124Hitem:\124hYOUR TEXT HERE\124h\124r", "GUILD );
Funktioniert auf Ascent nicht. Bekomme Fehlermeldung ingame.
crazy2 is offline  
Thanks
1 User
Old 12/08/2007, 20:11   #8
 
Wongy's Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 89
Received Thanks: 550
fixed

/script SendChatMessage("\124cffxxxxxx\124Hitem:\124hYOUR TEXT HERE\124h\124r", "GUILD" );
Wongy is offline  
Thanks
2 Users
Old 12/10/2007, 15:24   #9
 
elite*gold: 0
Join Date: Jun 2005
Posts: 6
Received Thanks: 1
Wie kann ich Bunte schriften in den /4 Chat oder /5 Chat schreiben ?
Silverrain is offline  
Thanks
1 User
Old 12/14/2007, 00:14   #10
 
Wongy's Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 89
Received Thanks: 550
Fully working code is

/run if(not scm) then scm = SendChatMessage; end; function SendChatMessage(msg,type,lang,chan) scm("\124cffxxxxxx\124Hitem:19:0:0:0:0:0:0:\124h" ..msg.. "\124h\124r",type,lang,chan);end;

you can type in color everythere.
just copy this code, ctrl + v ingame, and enjoy
Wongy is offline  
Thanks
4 Users
Old 12/18/2007, 05:34   #11
 
elite*gold: 0
Join Date: Jun 2005
Posts: 6
Received Thanks: 1
Das blick ich jetzt net... poste mal bitte einen anständigen Code pls ^^ also was muss ich nun machen ? sag nicht ich muss den ganzen Text markieren ?
Silverrain is offline  
Old 12/19/2007, 01:32   #12
 
elite*gold: 0
Join Date: Jul 2005
Posts: 87
Received Thanks: 0
Es ist eigentlich ganz einfach Silverrain. Das einzigste was du tun musst ist einen Macro dafür anzulegen, dann in den Macro den Text kopieren dir einen Farbcode zu suchen ihn einzufügen "xxxxx" und dann nurnoch deine Message einzufügen und in der Shortcutliste draufzuklicken. Schon erscheint deine Message in Farbe im Chat.
Kazza2003 is offline  
Old 12/19/2007, 03:49   #13
 
elite*gold: 0
Join Date: Jun 2005
Posts: 6
Received Thanks: 1
Das ist nicht das was ich meine... ich meine wenn ich den Text --->

run if(not scm) then scm = SendChatMessage; end; function SendChatMessage(msg,type,lang,chan) scm("\124cffxxxxxx\124Hitem:19:0:0:0:0:0:0:\124h" ..msg.. "\124h\124r",type,lang,chan);end;

kopiere, und damit ein makro mach, dann funkt das net, daher frag ich Was ich nun exakt für ein Makro machen soll damits funzt kann mir wer ein beispiel machen ? mit der Farbe Blau ?
Silverrain is offline  
Old 12/19/2007, 04:22   #14
 
elite*gold: 0
Join Date: May 2005
Posts: 232
Received Thanks: 52
das xxxxxx müsst ihr halt noch in die farbe ändern die ihr wollt (hex 0-F)

Quote:
on the red xxxxxx (only 6 letters code) you need to enter your color code like thoese:

09ffff Cyan color
fcff00 Yellow color
fc04ca Pink color
emjay is offline  
Old 12/19/2007, 04:26   #15
 
elite*gold: 0
Join Date: Jun 2005
Posts: 6
Received Thanks: 1
run if(not scm) then scm = SendChatMessage; end; function SendChatMessage(msg,type,lang,chan) scm("\124cff09ffff\124Hitem:19:0:0:0:0:0:0:\124h"H allo Ihr Noobs"\124h\124r",type,lang,chan);end;


Ich hab das brobiert.. aber es funzt net... und wie schreib ich das z.b im /4 channel ? oder /5 ??
Silverrain is offline  
Reply


Similar Threads Similar Threads
[Release] BoI Helper (Chat Cmd's, Speed/Chat/Zoom hack)
03/01/2011 - Battle of the Immortals - 54 Replies
Hi! First of all, i know this will completely destroy the world chat cuz of colored flasching and flying texts everywhere but anyhow i wanted to release this little tool. I like to use some Chat Commands to color my Text when advertising sales or looking for a party etc. but im too lazy to write the commands for that again and again so i wrote this little Tool that generates the codes i need with a few clicks and puts it into the clipboard =) Features: Color: Give your Text a...
New And Improved ColorFull Website
09/30/2009 - CO2 Private Server - 15 Replies
hi all this is my secound release of my colorfull website and i like to share it with people here is a screen shot: http://i295.photobucket.com/albums/mm148/jaker63/ gggggggg.jpg okay this is how u install it to appserv/www or if u have wamp its wamp/www when u have that there go into ur appserv/www/co or wamp/www/co and go and right click every single .php and look at the <table width="299" height="22" border="10" align="center"> <tr> <td width="*" height="18"><div...
Garble your chat messages!
10/04/2007 - WoW Exploits, Hacks, Tools & Macros - 8 Replies
I remember seeing a post about how to make chat "look funny" on here a while ago, but it wasn't described well and was hard or impossible to reproduce. I just found that any undisplayed ASCII character now turns into a "?" and gets displayed over top of the character following it (I think this is a new "feature" of the 2.2 patch). Here's what that looks like in chat: http://img220.imageshack.us/img220/365/garbledcha ttj6.png Garbled Text Macro:
How to remove the chat messages and faces of the chats
08/18/2007 - CO2 Exploits, Hacks & Tools - 1 Replies
Well i dont know about you guys but i hated those. I would tried to jump and i would click on the faces and it was just annoying to see those faces there all the time. All you have to do is go into your conquer folder and delete the file called chat.dll. The next thing im looking for is how to get rid of the broadcasting. I will be posting that shortly.



All times are GMT +2. The time now is 16:50.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.