• Страница 1 из 1
  • 1
Форум WoW-Game » Программы и прочее » Макросы для WoW » [Разные цвета текста]
[Разные цвета текста]
McKayДата: Пятница, 21.05.2010, 10:47 | Сообщение # 1
Rap Style
Группа: Пользователи
Сообщений: 177
Награды: 1
Репутация: 49
Статус:
"Чёрный"
/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;

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

"Коричневый"
/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("\124cFFC2C050\124Hitem: 19:0:0:0:0:0:0:0\124h"..msg.."\124h\124r", type, lang, chan); end;

Сообщение отредактировал DooMLorD - Пятница, 21.05.2010, 10:49
 
hellcomerДата: Вторник, 08.06.2010, 14:57 | Сообщение # 2
Скаут
Группа: Пользователи
Сообщений: 6
Награды: 0
Репутация: 0
Статус:
Спасибо
 
frozenplanДата: Вторник, 08.06.2010, 19:20 | Сообщение # 3
Капрал
Группа: Пользователи
Сообщений: 31
Награды: 0
Репутация: 2
Статус:
меня кинуло с игры когда нажал на макрос

Помог тык спасибку ))
 
VendДата: Суббота, 17.07.2010, 15:12 | Сообщение # 4
Капрал
Группа: Пользователи
Сообщений: 23
Награды: 0
Репутация: 0
Статус:
Спасибо норм макросы, но как сделать белый?
 
Snoop-42Дата: Пятница, 23.07.2010, 23:13 | Сообщение # 5
Рыцарь
Группа: Пользователи
Сообщений: 93
Награды: 0
Репутация: 14
Статус:
Vend, релог happy
 
ImperiuzДата: Четверг, 29.07.2010, 16:02 | Сообщение # 6
[ Web-Designer ]
Группа: Пользователи
Сообщений: 189
Награды: 1
Репутация: 43
Статус:
Quote (frozenplan)
меня кинуло с игры когда нажал на макрос

За такое и забанить могут =)

Quote (Vend)
Спасибо норм макросы, но как сделать белый?

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

Вернуть цвет:
/run if (not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm(msg, type, lang, chan); end;


 
Форум WoW-Game » Программы и прочее » Макросы для WoW » [Разные цвета текста]
  • Страница 1 из 1
  • 1
Поиск: