
Forum gildii
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 :
/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 !
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 :
/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;Offline
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
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
Offline
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