Jump to content

  •  

snowkeg

Member Since 14 May 2016
Offline Last Active May 20 2017 08:06 PM
-----

Posts I've Made

In Topic: clan instance

05 April 2017 - 10:33 PM

Thanks for the info, looks like I'm better to change the dungeon design :)


In Topic: How to use string as a value in script?

24 February 2017 - 01:30 AM

Thank you Ridley!

That F_Rand command did what I need 

Thanks for the explanation!


In Topic: #main Channel System Delay

23 February 2017 - 08:51 PM

To disable #support 

 

go folder conf-> channel.conf

 

Just add // in front of the channel you want to disable

 

default_channels: {
        /* channel_name : channel_messages_color */
         main: "Orange" /* Available as #main */
        //support: "Blue" /* Available as #support */
        //trade: "Red" /* Available as #trade */
        //offtopic: "Cyan" /* Available as #offtopic */
        /* You may add as many channels as you like */
    }

 

 

About the chat delay and disable #map...

 

I have the same question too

 

	/* "map_local_channel" is an instanced channel unique to each map. */
	map_local_channel: false
	map_local_channel_name: "map"
	map_local_channel_color: "Yellow"
	map_local_channel_autojoin: false /* Disable autojoin in specific maps through mapflag 'nomapchannelautojoin'. 

I have set map_local_channel: false but somehow it still active.