You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
256 (2^8) - room messages that come from the Garena server
512 (2^9) - room messages that come from other players
1024 (2^10) - debug room messages
2048 (2^11) - debug system messages
4096 (2^12) - TCP debug messages (should be disabled except for debugging)
for example, to get everything except the debug messages, use 1023
gcb_loglevel = 1023
whether to keep a seperate log of commands used
gcb_log_commands = true
interval between creating a new log file; in milliseconds (prevents gcb.log from getting too large)
set to 0 to disable
don't set to over 2147483647
gcb_log_new_file = 86400000
whether or not to output caught exceptions for debugging
gcb_debug = false
path to plugins
gcb_plugin_path = plugins/
the current Garena version
gcb_version = 0x0000027C
hostname(s) and port(s) where GHost++ is located
Garena clients connecting via gcb will connect to whatever game is hosted by GHost++
Note that each port must be unique (for example, you cannot use 6112 on two different hostnames)
Also make sure that GHost++ is set to broadcast packets to the server hosting gcb (if GHost++ is on a separate machine/LAN, update it's udp_broadcasttarget configuration)
To specify a list, do something like:
localhost:6112, localhost:6113, localhost:6114
gcb_tcp_host = localhost:6112
whether to enable debug for TCP connections (will generate lots of output!)
gcb_tcp_debug = false
whether to buffer the TCP output to GHost++ to check for name spoofing and other things
gcb_tcp_outbuffer = true
whether to buffer the TCP output from GHost++
this will read entire W3GS packets at a time instead of fragments
message to display when a user does not have access to a command; leave blank to disable this functionality
gcb_bot_access_message = You do not have access to this command
message to send to public user when they join the room
gcb_bot_welcome_message = Welcome
whether to allow public commands
gcb_bot_publiccommands = true
whether to have announcements when a ranked user enters the room
gcb_bot_user_join_announcement = false
whether to whisper a message to a public user when they join the room
gcb_bot_public_join_message = false
any string representing current DotA version used in the room
gcb_bot_dota_version = 6.72f
any string representing current Warcraft 3 version used in the room
gcb_bot_warcraft_version = 1.24e / 1.24.4.6387
show user's IP address in whoami/whois
gcb_bot_showip = false
interval between each automatic message in seconds; will only be used if there is at least 1 message
set to 0 to disable this feature
gcb_bot_auto_ann_interval = 120
kick players out of the room if they are not within level range or are safelist rank or higher
gcb_bot_entry_level = false
level range for players entering room, only if gcb_bot_entry_level is set to true
gcb_bot_min_level = 10
gcb_bot_max_level = 60
whether to check if players are bypassing flood protection i.e. using cracked garena
gcb_bot_check_same_message = false
whether to enable trivia plugin command aliases
gcb_bot_trivia_plugin_alias = true
command aliases
gcb_bot_alias_commands = commands, command, cmd, cmds, c
gcb_bot_alias_addadmin = addadmin, aa, adda
gcb_bot_alias_addexaminer = addexaminer, ae, adde
gcb_bot_alias_addvip = addvip, av, addv
gcb_bot_alias_addsafelist = addsafelist, as, adds
gcb_bot_alias_ban = ban, b
gcb_bot_alias_roomban = roomban, rb
gcb_bot_alias_botban = botban, bb
gcb_bot_alias_unban = unban, ub
gcb_bot_alias_kick = kick, k
gcb_bot_alias_quickick = quickkick, qk
gcb_bot_alias_addautoannounce = addautoannounce, aaa
gcb_bot_alias_delautoannounce = delautoannounce, daa
gcb_bot_alias_setautoannounceinterval = setautoannounceinterval, saai
gcb_bot_alias_announce = announce, ann
gcb_bot_alias_say = say, s
gcb_bot_alias_whisper = whisper, w
gcb_bot_alias_clear = clear, c
gcb_bot_alias_promote = promote, p
gcb_bot_alias_demote = demote, d
gcb_bot_alias_findip = findip, fip
gcb_bot_alias_version = version, v
gcb_bot_alias_uptime = uptime, ut, upt
gcb_bot_alias_roomstats = roomstats, roomstat, rs
gcb_bot_alias_banword = banword, bw
gcb_bot_alias_unbanword = unbanword, ubw
gcb_bot_alias_allstaff = allstaff, alls
gcb_bot_alias_staff = staff, staf, stf, st
gcb_bot_alias_mute = mute, m
gcb_bot_alias_unmute = unmute, um
gcb_bot_alias_random = random, r
gcb_bot_alias_traceuser = traceuser, tu
gcb_bot_alias_traceip = traceip, tip
gcb_bot_alias_checkuserip = checkuserip, cui, cuip
gcb_bot_alias_creater = creater, creator
gcb_bot_alias_getpromote = getpromote, getpromotes, gp
gcb_bot_alias_status = status, stat
gcb_bot_alias_getunban = getunban, getunbans, gub
gcb_bot_alias_baninfo = baninfo, bi
gcb_bot_alias_kickinfo = kickinfo, ki
gcb_bot_alias_help = help, h
gcb_bot_alias_whoiisuid = whoisuid, whouid, wuid, wid, finduid
gcb_bot_alias_multiban = multiban, mban, mb
gcb_bot_alias_trivia on = trivia on, t on
gcb_bot_alias_trivia off = trivia off, t off
gcb_bot_alias_delay = delay, del, dly, dl
gcb_bot_alias_category = category, cat, ca
gcb_bot_alias_difficulty = difficulty, dif, diff
gcb_bot_alias_top = top, tp
gcb_bot_alias_score = score, sc
#####################
BOT SPAM SETTINGS
#####################
whether to check if a user is spamming
gcb_bot_spam = false
how many new lines (enter key) the user can have per message without receiving a warning
gcb_bot_spam_warn_lines = 5
number of new lines (enter key) the user can have per message without being autokicked
gcb_bot_spam_max_lines = 15
how many equality signs ('<' and '>') the user can have per message without receiving a warning
gcb_bot_spam_warn_equality = 16
number of equality signs ('<' and '>') the user can have per message without being autokicked
gcb_bot_spam_max_equality = 40
number of warnings for the user to be kicked; can not be set to less than 3
gcb_bot_spam_kick = 5
#########################
BOT DATABASE SETTINGS
#########################
interval between synchronising MySQL database and bot in seconds
I'm trying to connect to garenalan while the main server error, tell me what could be the problem.
my config
The text was updated successfully, but these errors were encountered: