Module - ChatSystemEx / Broadcast

Back

Price $25
Module
name: addon.chat_system_ex
config: chat_system_ex.json
Short Description
Send Notice to ALL Races, Same Race, or Same Map with cost of item.
Possible to customize color of chats at client side.

Chat System Extended - Broadcast Message

To implement, you can edit from chat_system_ex.json

Type
Description
radio_chat
Broadcast to Same Map All Online Players
horn_chat
Broadcast to Same Race Players
megaphone_chat
Broadcast to All Online Players
To disable unlimited usage, just comment the line. ex : //"perpetual_item": "iybom01",

To edit the prefix, coloring, and format, you can edit from client\DataTable\en-gb\ChatCommandEx.ini

Type
Command
Description
radio_chat
ACTION_TYPE1_COMMAND22
Broadcast to Same Map All Online Players
horn_chat
ACTION_TYPE1_COMMAND23
Broadcast to Same Race Players
megaphone_chat
ACTION_TYPE1_COMMAND24
Broadcast to All Online Players
Arg
Value Description
MAX_COMMAND_PART
1 Command count to do broadcast, usually 1 is enough, if u set 2 then COMMAND_PART1 & COMMAND_PART2 should be made
COMMAND_PART1
/bcXX Command to do broadcast, type in message box /bcXX test 123 hehe
ACTION_NAME
Broadcast XXX Prefix shown in message box & notice (like Party / Race / Map / etc. Based on example : Broadcast XXX
NOTIFY_COLOR
0xFFF1A6EE Hello World Text color for Notice (shown in top-center of screen), FF = Alpha/Opacity, F1 = Red, A6 = Green, EE = Blue
COLOR_TYPE
SPLASH | GRADIENT | PART
Text color style for message box, recommend is PART
SPLASH : require COLOR | all text in 1 color
GRADIENT : require COUNT_GRADIENT_POINT GRADIENT_POINT_X | each text have multiple colors
PART : require COLOR_ACTION COLOR_NAME COLOR_MESSAGE | each text possible to have own color
COLOR_ACTION
0xFFFFA670 Broadcast XXX Prefix color at message box
COLOR_NAME
0xFF00FFFD JohnDoe Your character name color at message box
COLOR_MESSAGE
0xFFB1FF00 test 123 hehe Text color at message box
Example Output when you type /bcXX test 123 hehe [Broadcast XXX] JohnDoe : test 123 hehe
COLOR_TYPE=SPLASH

COLOR_TYPE=SPLASH
COLOR=0xFF00FFFF
NOTIFY_COLOR=0xFFc065ff

        
COLOR_TYPE=GRADIENT

COLOR_TYPE=GRADIENT
COUNT_GRADIENT_POINT=10
GRADIENT_POINT_1=0xFFff0000
GRADIENT_POINT_2=0xFFff8000
GRADIENT_POINT_3=0xFFffff00
GRADIENT_POINT_4=0xFF80ff00
GRADIENT_POINT_5=0xFF00ff00
GRADIENT_POINT_6=0xFF00ff80
GRADIENT_POINT_7=0xFF00ffff
GRADIENT_POINT_8=0xFF0080ff
GRADIENT_POINT_9=0xFFff00ff
GRADIENT_POINT_10=0xFFff0080

        
COLOR_TYPE=PART

COLOR_TYPE=PART
COLOR_ACTION=0xFFFFFF00
COLOR_NAME=0xFFFF7F00
COLOR_MESSAGE=0xFFFF0000