Euphy Posted April 3, 2013 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted April 3, 2013 (edited) Channel System r17228 adds a system of chat channels with far greater versatility than the former @main chat. @main is now an alias for the @channel command. All settings are located in trunk/conf/channels.conf. Features New atcommands, @join and @channel, to manipulate chat channels. @join <#channel_name> {<password>} @channel join <#channel_name> {<password>} Joins the specified channel. --------------------------------------- @channel leave <#channel_name> Leaves the specified channel. --------------------------------------- @channel create <#channel_name> <channel_password> Creates a new channel. 'allow_user_channel_creation' must be enabled in '/conf/channels.conf'. --------------------------------------- @channel delete <#channel_name> Destroys the specified channel. --------------------------------------- @channel list @channel list mine @channel list colors 'list' displays a list of all public channels. 'list mine' displays a list of channels you have joined. 'list colors' displays a list of all available colors for custom channels. --------------------------------------- @channel setcolor <#channel_name> <color_name> Changes the text color of the specified channel. You must either be the channel's owner or have the channel_admin permission. --------------------------------------- @channel setopt <#channel_name> <option> <value> Sets an option and value for the specified channel. You must either be the channel's owner or have the channel_admin permission. Available options: -- 'JoinAnnounce <1|0>' : Toggles channel announcement when a new player enters. -- 'MessageDelay <0-10>' : Sets the delay (in seconds) for messages sent to the channel. --------------------------------------- @channel ban <#channel_name> <player> @channel unban <#channel_name> <player> @channel unbanall <#channel_name> @channel banlist <#channel_name> Bans or unbans a player from the specified channel. 'unbanall' clears all bans from the channel. 'banlist' displays a list of all players banned from the channel. --------------------------------------- @channel bindto <#channel_name> @channel unbind Binds or unbinds your global chat with the specified channel, which sends all global messages to the specified channel. --------------------------------------- Speak in a #channel by either: Sending a whisper to #channel. Binding your global chat to the channel (@channel bindto <#channel_name>). Set default channels, available when the server starts: /* Default channels (available to all players) */ default_channels: { /* channel_name : channel_messages_color */ main: "Yellow" support: "Blue" trade: "Red" chat: "Default" /* Add as many channels as you'd like. */ } Automatically join local map channels (#map) and guild ally channels (#ally): /* "map_local_channel" is an instanced channel unique to each map. */ map_local_channel: true map_local_channel_name: "map" map_local_channel_color: "Yellow" map_local_channel_autojoin: true /* Disable autojoin in specific maps through mapflag 'nomapchannelautojoin'. */ /* "ally_channel" is a channel shared by all your guild allies. */ ally_channel_enabled: true ally_channel_name: "ally" ally_channel_color: "Green" ally_channel_autojoin: true Use the 'nomapchannelautojoin' mapflag to disable auto-joining the #map channel on a map:<map_name> mapflag nomapchannelautojoin Allow users to create private channels if 'allow_user_channel_creation' is true: /* Allow users to create their own (private) channels through @channels command? */ /* (must also allow players to use @channels in groups.conf) */ allow_user_channel_creation: true Create a list of colors to use in channels: /* Colors available */ colors: { Default: "0xffffff" /* Custom channels will use the first in the list unless a font is selected through @channel. */ Red: "0xff0000" Blue: "0x83cfe9" Orange: "0xe57c00" Cyan: "0x00b89d" Yellow: "0xffff90" Green: "0x28bf00" Normal: "0x00ff00" /* Add as many channels as you'd like. */ } Credits go to @Ind for the coding, and @Lighta for helping out. Feel free to post all suggestions or reports! Edited May 2, 2013 by Euphy 10 Quote Link to comment Share on other sites More sharing options...
Tragedy Posted April 3, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 37 Reputation: 11 Joined: 11/10/11 Last Seen: March 26, 2021 Share Posted April 3, 2013 Nice one! Quote Link to comment Share on other sites More sharing options...
goddameit Posted April 4, 2013 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted April 4, 2013 Cool Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted April 4, 2013 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted April 4, 2013 Whoah I'm stunned, great job!! Quote Link to comment Share on other sites More sharing options...
RyokoMVP Posted April 4, 2013 Group: Members Topic Count: 37 Topics Per Day: 0.01 Content Count: 209 Reputation: 3 Joined: 11/28/11 Last Seen: May 2, 2019 Share Posted April 4, 2013 Woagh, great news...i want to try it Quote Link to comment Share on other sites More sharing options...
PewN Posted April 4, 2013 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share Posted April 4, 2013 hmm i got a problem i manually diff it working fine but when i create a Channel then try to pm the channel my mapserver crash. Quote Link to comment Share on other sites More sharing options...
exneval Posted April 4, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 164 Reputation: 12 Joined: 01/03/12 Last Seen: November 18, 2019 Share Posted April 4, 2013 @TrojamWorm it's your diff fault, fresh rAthena channel work's fine Quote Link to comment Share on other sites More sharing options...
PewN Posted April 4, 2013 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share Posted April 4, 2013 @TrojamWorm it's your diff fault, fresh rAthena channel work's fine sorry i already fix. but i think there's a error on @fontcolor check it out guys try to @fontcolor <color> then try to speak with other player Quote Link to comment Share on other sites More sharing options...
jaBote Posted April 4, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 182 Reputation: 36 Joined: 01/26/12 Last Seen: October 6, 2021 Share Posted April 4, 2013 (edited) @TrojanWorm: Isn't it @channel setcolor <#channel_name> <color_name> as it is stated above? Edited. Bad info. Sorry Edited April 4, 2013 by jaBote Quote Link to comment Share on other sites More sharing options...
exneval Posted April 4, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 164 Reputation: 12 Joined: 01/03/12 Last Seen: November 18, 2019 Share Posted April 4, 2013 @TrojamWorm and @jaBote /* debug only, delete after */ ACMD_FUNC(fontcolor) { ... ... } Quote Link to comment Share on other sites More sharing options...
Eurydice Posted April 4, 2013 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 414 Reputation: 103 Joined: 11/13/11 Last Seen: September 28, 2013 Share Posted April 4, 2013 Thanks Ind! O_O 1 Quote Link to comment Share on other sites More sharing options...
Ind Posted April 4, 2013 Group: Members Topic Count: 169 Topics Per Day: 0.03 Content Count: 1260 Reputation: 750 Joined: 11/19/11 Last Seen: April 11, 2013 Share Posted April 4, 2013 I'm glad you guys liked it enough to merge, however Credits go to @Ind for the codingthis is a unfair statement, the feature's design was the joint effort from our whole team, not only me. 4 Quote Link to comment Share on other sites More sharing options...
Euphy Posted April 4, 2013 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Author Share Posted April 4, 2013 Thank you Ind, I've corrected that. Quote Link to comment Share on other sites More sharing options...
Boom Posted April 5, 2013 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 182 Reputation: 22 Joined: 12/30/12 Last Seen: February 20, 2017 Share Posted April 5, 2013 (edited) so cool! rAthena devs are really awesome! Edited April 5, 2013 by paopao Quote Link to comment Share on other sites More sharing options...
Docubo Posted April 5, 2013 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 117 Reputation: 8 Joined: 05/07/12 Last Seen: May 12, 2024 Share Posted April 5, 2013 (edited) After i updated my svn, everything was fine and the main chat was working fine also. But i was afk for a while, so like 20 minutes i came back and i typed a word in the #main channel, map server crashed without any error. Ima try if it happens again. another thing i figured out a player who just logged in cant read the #main channel without typing some in the channel first? Edited April 5, 2013 by Docubo Quote Link to comment Share on other sites More sharing options...
Baalberith Posted April 5, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 18 Reputation: 8 Joined: 05/12/12 Last Seen: April 3, 2016 Share Posted April 5, 2013 (edited) He is right, here is debug info: 0x08095839 in clif_chsys_msg (channel=0xad5982b4, sd=0xa47f6020, msg=0xbf99139a "[ #trade ] normali : neviete nahodou kto tu vyvoal po meste MVP bosov? boli tu phonovia a je tu belzebub ") at clif.c:5538 5538 WFIFOHEAD(user->fd,msg_len + 12); (gdb) print user->fd $1 = -1 and guess what happens after calling session[-1]->wdata_size Edited April 5, 2013 by Baalberith Quote Link to comment Share on other sites More sharing options...
euphoria Posted April 6, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 12/30/11 Last Seen: August 15, 2015 Share Posted April 6, 2013 (edited) Edited August 10, 2013 by euphoria Quote Link to comment Share on other sites More sharing options...
Baalberith Posted April 6, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 18 Reputation: 8 Joined: 05/12/12 Last Seen: April 3, 2016 Share Posted April 6, 2013 Found a problem ... look closely into map.c: if( sd->channel_count ) { for( i = 0; i < sd->channel_count; i++ ) { if( sd->channels[i] != NULL ) clif_chsys_left(sd->channels[i],sd); .... But after calling clif_chsys_left, sd->channel_count decreases .. this leads to not leaving half of the channels on log-out. FIx is easy: if( sd->channel_count ) { unsigned char count = sd->channel_count; for( i = sd->channel_count - 1; i >= 0; i-- ) { ... This fix ensures we won't run into array indexing mess once more... Quote Link to comment Share on other sites More sharing options...
PewN Posted April 6, 2013 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share Posted April 6, 2013 you are from korea? O.O Quote Link to comment Share on other sites More sharing options...
PewN Posted April 6, 2013 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share Posted April 6, 2013 After i updated my svn, everything was fine and the main chat was working fine also. But i was afk for a while, so like 20 minutes i came back and i typed a word in the #main channel, map server crashed without any error. Ima try if it happens again. another thing i figured out a player who just logged in cant read the #main channel without typing some in the channel first? same problem #main channel get crash Quote Link to comment Share on other sites More sharing options...
jTynne Posted April 6, 2013 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 399 Reputation: 199 Joined: 11/09/11 Last Seen: December 14, 2020 Share Posted April 6, 2013 so cool! rAthena devs are really awesome! The channel system came from the Hercules emulation project, not rAthena itself. It was simply a merge into the source here. Question though, with the inclusion of this, with other things like @fontcolor be made available here? I know it's not an "official" feature, but it'd be pretty nifty methinks! 3 Quote Link to comment Share on other sites More sharing options...
Baalberith Posted April 6, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 18 Reputation: 8 Joined: 05/12/12 Last Seen: April 3, 2016 Share Posted April 6, 2013 (edited) And another problem ... When player changes map server using pc_setpos, he doesn't leave channels and server crashes on first message as he was de-allocated from memory already. Possible fix would be to move the channel leaving into unit_free() function. Edited April 6, 2013 by Baalberith Quote Link to comment Share on other sites More sharing options...
Olrox Posted April 7, 2013 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 1335 Reputation: 933 Joined: 10/26/11 Last Seen: November 19, 2023 Share Posted April 7, 2013 Great job Quote Link to comment Share on other sites More sharing options...
Camilla Posted April 7, 2013 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 345 Reputation: 231 Joined: 03/21/12 Last Seen: December 12, 2024 Share Posted April 7, 2013 Very good! Quote Link to comment Share on other sites More sharing options...
Kiritoryu Posted April 11, 2013 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 59 Reputation: 0 Joined: 12/13/12 Last Seen: June 20, 2013 Share Posted April 11, 2013 [Warning]: atcommand_config_read: can not set alias for non-existent command channel (conf/atcommand_athena.conf:59) [status]: Done reading '60' command aliases in 'conf/atcommand_athena.conf'. [Warning]: pc_groups:read_config: non-existent command name 'channel', removing... (conf/groups.conf:130) [Warning]: pc_groups:read_config: non-existent command name 'channel', removing... (conf/groups.conf:174) [Warning]: pc_groups:read_config: non-existent command name 'channels', removing... (conf/groups.conf:308) [Warning]: pc_groups:read_config: non-existent permission name 'channel_admin', removing... (conf/groups.conf:320) but i have channel.confim using the latest rAthena Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.