#1 2009-12-21 17:48:29

Ashylen

Użytkownik

Zarejestrowany: 2009-12-21
Posty: 6
Punktów :   

Pisanie na kolorowo w WoW :)

Odrazu pisze, że pisanie kolorem na kanale /world jest karane 3 dniowym mute, ale na /w,/s ,/p itd. można pisać

Jak pisze to w złym miejscu na forum , to proszę o przeniesienie.

Mozemy zmieniać kolor tekstu na chat'cie poprzez wpisanie komendy.
Oczywiście możemy stworzyć sobie Macro...
Aby mieć naprzyklad kolor purpurowy wpisujemy komende :

Kod:

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

Są też inne kolory !

Kod:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

(Oczywiscie wszystko kopiowac bez "  )


Żeby wyłączyć kolor :


Kod:

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

http://www.arena-armory.com/sig-preview.php?z=us&r=Nexus&n=Ashylen&l=80&race=0&c=7&gender=1&g=De%20Ka%20Log&t=2&speech=&s=001&type=&randomNum=492258

Offline

 

#2 2009-12-22 17:35:39

 PaaVeL

Użytkownik

Zarejestrowany: 2009-12-20
Posty: 10
Punktów :   
Nick: PaaVeL
Alt: Xirr
Profki: Mining/BS/Ench
Build: DPS

Re: Pisanie na kolorowo w WoW :)

Wiesz moze jak wstawic znaczki takie jak sobie moze dac lider party ?

lub jak sie linkuje komus jakis item czy cos innego, napisac w tym nawiasie zamiast np >>>
[Blacksmothing] to [Siema]   bo widzialem takie cos nie taz

Ostatnio edytowany przez PaaVeL (2009-12-22 18:17:50)

Offline

 

#3 2009-12-22 18:58:15

Ashylen

Użytkownik

Zarejestrowany: 2009-12-21
Posty: 6
Punktów :   

Re: Pisanie na kolorowo w WoW :)

Hmmm Takie znaczki jak lider party to wiem :

wpisujesz na czacie {star} i masz zlota gwiazdke
{skull}  -czacha
{triangle}  -zielony trójkąt
{moon}  -ksiezyc
{circle}  -pomaranczowe kolo

i inne...
Ważne tylko zeby pamietac o takim nawiasie { }   

A jeśli chodzi o to :

PaaVeL napisał:


lub jak sie linkuje komus jakis item czy cos innego, napisac w tym nawiasie zamiast np >>>
[Blacksmothing] to [Siema]   bo widzialem takie cos nie taz

Coś słyszałem o tym.. ale to trzeba sie chwilke pobawić jakieś skrypty czy co


http://www.arena-armory.com/sig-preview.php?z=us&r=Nexus&n=Ashylen&l=80&race=0&c=7&gender=1&g=De%20Ka%20Log&t=2&speech=&s=001&type=&randomNum=492258

Offline

 

#4 2009-12-22 19:05:50

 Encepence

Administrator

Zarejestrowany: 2009-12-19
Posty: 14
Punktów :   
Nick: Encepencee
Profki: Mining/BS
Build: ele/resto

Re: Pisanie na kolorowo w WoW :)

Fajna zabawa ; ), tylko coś kod który powinien wyłączać tego bajera nie działa.




Moja wina jednak działa.

Ostatnio edytowany przez Encepence (2009-12-22 19:11:09)

Offline

 

Stopka forum

RSS
Powered by PunBB
© Copyright 2002–2008 PunBB
Polityka cookies - Wersja Lo-Fi


Darmowe Forum | Ciekawe Fora | Darmowe Fora
www.komputerownik.pun.pl www.rodzinkafd.pun.pl www.sach.pun.pl www.zootycoon.pun.pl www.dla.pun.pl