ElNinio Posted January 25, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 01/04/12 Last Seen: May 27, 2018 Share Posted January 25, 2012 Hello Do You plan to add IRC chat support for a server? Very old version of eA had this but it dissapear someday (rev 9744 for example). Regards El Quote Link to comment Share on other sites More sharing options...
Brian Posted January 25, 2012 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share Posted January 25, 2012 I am not sure if rAthena has plans to re-add this, but if you want to add it yourself, this topic on eAthena explains more: eAthena IRC Module, from r13014. Quote Link to comment Share on other sites More sharing options...
ElNinio Posted January 25, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 01/04/12 Last Seen: May 27, 2018 Author Share Posted January 25, 2012 Thanks very much for a quick replay. That's what I am looking for Quote Link to comment Share on other sites More sharing options...
CalciumKid Posted January 26, 2012 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 257 Reputation: 253 Joined: 11/29/11 Last Seen: February 21, 2014 Share Posted January 26, 2012 Myself and Epoque rewrote the system about a week ago, optimising it further. I'll be commiting it to the rA source soon. 1 Quote Link to comment Share on other sites More sharing options...
SkzBR Posted January 26, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 27 Reputation: 5 Joined: 11/19/11 Last Seen: July 30, 2012 Share Posted January 26, 2012 Please, stop adding custom mods to source. Release it as a diff too, your emulator has been done to simulate official behavior of renewal and pre-renewal ragnarok, everything else (as possible, of course), needs to be a custom module... or write a custom module system. Ask everyone before. 1 Quote Link to comment Share on other sites More sharing options...
CalciumKid Posted January 27, 2012 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 257 Reputation: 253 Joined: 11/29/11 Last Seen: February 21, 2014 Share Posted January 27, 2012 I was actually going to be putting it into a development folder as a diff, not commiting directly. 2 Quote Link to comment Share on other sites More sharing options...
SkzBR Posted January 27, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 27 Reputation: 5 Joined: 11/19/11 Last Seen: July 30, 2012 Share Posted January 27, 2012 I was actually going to be putting it into a development folder as a diff, not commiting directly. Oh, now its make sense. Ty Quote Link to comment Share on other sites More sharing options...
Drakkus Posted January 30, 2012 Group: Members Topic Count: 39 Topics Per Day: 0.01 Content Count: 386 Reputation: 15 Joined: 11/17/11 Last Seen: September 13, 2024 Share Posted January 30, 2012 It would be great if you could 'IMPLEMENT' this system, perhaps it could be easily to communicate people INGAME through (iRC Chat) further questions. Hoping, it would not be 'Ignore' in this system. it would really help us alot and i was looking for this one. Regards, Mindless Quote Link to comment Share on other sites More sharing options...
Arcenciel Posted January 30, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 1315 Reputation: 372 Joined: 12/10/11 Last Seen: August 31, 2013 Share Posted January 30, 2012 Removed all responses not relating to this topic. Please get back on topic. Quote Link to comment Share on other sites More sharing options...
CalciumKid Posted February 1, 2012 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 257 Reputation: 253 Joined: 11/29/11 Last Seen: February 21, 2014 Share Posted February 1, 2012 I have updated the diff patch further, just doing some final bug tests before I release it publicly. Quote Link to comment Share on other sites More sharing options...
CalciumKid Posted February 24, 2012 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 257 Reputation: 253 Joined: 11/29/11 Last Seen: February 21, 2014 Share Posted February 24, 2012 Sorry about the delays. Thanks to Epoque for his further code cleanups. This should be the right version. I had to update it again for the version.h removal. I havent tested it. Please report your results and any warnings during compile. IRCBot1.6.diff Quote Link to comment Share on other sites More sharing options...
Pancake Posted February 24, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 49 Reputation: 17 Joined: 02/06/12 Last Seen: May 28, 2012 Share Posted February 24, 2012 (edited) After patching the first 2 files, It tries to patch irc.c but fails. [root@VeritasRO rathena]# patch -p0 < IRCBot1.6.diff patching file src/map/irc.c patch: **** malformed patch at line 711: Index: src/map/irc.h Heres some lines around where the code is. +void do_final_irc(void) +{ +} Index: src/map/irc.h =================================================================== --- src/map/irc.h (revision 0) +++ src/map/irc.h (working copy) @@ -0,0 +1,81 @@ +// Copyright © Athena Dev Teams - Licensed under GNU GPL Edited February 24, 2012 by Pancake Quote Link to comment Share on other sites More sharing options...
Rxz Posted February 24, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 13 Reputation: 7 Joined: 11/08/11 Last Seen: June 7, 2017 Share Posted February 24, 2012 Gave it a try, it works on irc.rathena.org but gives a broken pipe error on DA. Quote Link to comment Share on other sites More sharing options...
SkzBR Posted February 24, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 27 Reputation: 5 Joined: 11/19/11 Last Seen: July 30, 2012 Share Posted February 24, 2012 LOL, I cant download the attached file? I'm feeling noob after loose my community time on eA Quote Link to comment Share on other sites More sharing options...
Pancake Posted February 24, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 49 Reputation: 17 Joined: 02/06/12 Last Seen: May 28, 2012 Share Posted February 24, 2012 Mine had a few broken pipe disconnects but after 4 reconnects, it finally got a stable connection. Quote Link to comment Share on other sites More sharing options...
CalciumKid Posted February 26, 2012 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 257 Reputation: 253 Joined: 11/29/11 Last Seen: February 21, 2014 Share Posted February 26, 2012 It unfortunately does that. Its merely an issue with the IRC servers. 1 Quote Link to comment Share on other sites More sharing options...
Pancake Posted February 26, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 49 Reputation: 17 Joined: 02/06/12 Last Seen: May 28, 2012 Share Posted February 26, 2012 Its extremely stable after a few tried, even when rebooting the server now it doesnt disconnect pipe broken once Quote Link to comment Share on other sites More sharing options...
trickzjen23 Posted February 26, 2012 Group: Members Topic Count: 37 Topics Per Day: 0.01 Content Count: 53 Reputation: 0 Joined: 11/25/11 Last Seen: June 19, 2024 Share Posted February 26, 2012 Lol can someone upload this somewhere else? because some users can't download it including me Quote Link to comment Share on other sites More sharing options...
OffBeat Posted February 27, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 10 Reputation: 6 Joined: 01/25/12 Last Seen: March 28, 2012 Share Posted February 27, 2012 Lol can someone upload this somewhere else? because some users can't download it including me LOL, I cant download the attached file? I'm feeling noob after loose my community time on eA Confirmed; An Error Occurred Sorry, an error occurred. If you are unsure on how to use a feature, or don't know why you got this error message, try looking through the help files for more information. [#10171] You do not have permission to view this attachment. Quote Link to comment Share on other sites More sharing options...
Brian Posted February 27, 2012 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share Posted February 27, 2012 An Error Occurred Sorry, an error occurred. If you are unsure on how to use a feature, or don't know why you got this error message, try looking through the help files for more information. [#10171] You do not have permission to view this attachment. Fixed, sorry about that. Quote Link to comment Share on other sites More sharing options...
Drakkus Posted March 4, 2012 Group: Members Topic Count: 39 Topics Per Day: 0.01 Content Count: 386 Reputation: 15 Joined: 11/17/11 Last Seen: September 13, 2024 Share Posted March 4, 2012 (edited) Hello, i have PATCH the IRC diff from Calcium Kid, however i'm bit confuse if what problem is this? When i 'Patch it all' there is an POP-up as you can see in the screen. 'Rejected'? Preview: http://i40.tinypic.com/11t4il4.png Can anyone TELL me what's the problem on this? My current SVN: 15635 rA Trunk. And also, please pardon for my ignorance how does it work actually? I just install it without knowing it. btw i keep on reading the source but i can't see how to work on it. Thank you! Regards. Mindless Edited March 4, 2012 by Mindless Quote Link to comment Share on other sites More sharing options...
KeiKun Posted March 4, 2012 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 967 Reputation: 53 Joined: 11/13/11 Last Seen: February 23 Share Posted March 4, 2012 For those People having problem patching it to latest Revision here's a Patch Working to Revision 15655 for some people want to change its hostmask Find: snprintf(send_string, sizeof(send_string), "USER rABot 8 * :rABot"); Replace it to your wants for example snprintf(send_string, sizeof(send_string), "USER KeiTestS02 * :KeiTestS02"); [23:30] *** KeiTest02|Bot: [email protected] [23:30] *** Real Name: KeiTestS02 [23:30] *** Info: KeiTest02|Bot is using modes +iwx [23:30] *** Info: KeiTest02|Bot is connecting from *@[CENSORED] [23:30] *** Channels: #rathena [23:30] *** Server: irc.rathena.net Official rAthena IRC Server [23:30] *** Idle time: 14 seconds [23:30] *** Sign on time: 0 minutes ago at 11:29 PM [23:30] *** KeiTest02|BOt End of /WHOIS list. EDIT: Updated Patch: 2012-04-12 - Revision 15857 irc_mod_rathena15857_v2.patch Mirror: http://pyro-ro.com/c...a15857_v2.patch * Fixed only Close Shop works. irc.patch irc_v2.patch irc_mod_rathena15857.patch Quote Link to comment Share on other sites More sharing options...
KeiKun Posted April 11, 2012 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 967 Reputation: 53 Joined: 11/13/11 Last Seen: February 23 Share Posted April 11, 2012 Updated: http://pyro-ro.com/c...a15857_v2.patch Fixed problem only close shop shows up EDIT: rushing makes more error thx to Waeyan @ openshop irc_announce_shop(sd,1); not 0 Attachment and mirror Updated Quote Link to comment Share on other sites More sharing options...
LCDTheOG Posted May 31, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 223 Reputation: 36 Joined: 12/13/11 Last Seen: February 1 Share Posted May 31, 2012 so yeah, tested this, its not even joining a channel, anyone get this working? Quote Link to comment Share on other sites More sharing options...
GodriK Posted September 3, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 16 Reputation: 2 Joined: 02/05/12 Last Seen: April 3, 2016 Share Posted September 3, 2013 Help please I try to put IRC the module on eathena 15234 but the server at compilation gives out mistakes Error of 1 error LNK2019: the link to not resolved external symbol __ strtok_r as _irc_parse_sub irc.obj Error of 2 fatal error LNK1120: 1 not resolved external elements. . \map-server_sql.exe Help me please 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.