ElNinio Posted January 25, 2012 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
Brian Posted January 25, 2012 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
ElNinio Posted January 25, 2012 Author Posted January 25, 2012 Thanks very much for a quick replay. That's what I am looking for Quote
CalciumKid Posted January 26, 2012 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
SkzBR Posted January 26, 2012 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
CalciumKid Posted January 27, 2012 Posted January 27, 2012 I was actually going to be putting it into a development folder as a diff, not commiting directly. 2 Quote
SkzBR Posted January 27, 2012 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
Drakkus Posted January 30, 2012 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
Arcenciel Posted January 30, 2012 Posted January 30, 2012 Removed all responses not relating to this topic. Please get back on topic. Quote
CalciumKid Posted February 1, 2012 Posted February 1, 2012 I have updated the diff patch further, just doing some final bug tests before I release it publicly. Quote
CalciumKid Posted February 24, 2012 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
Pancake Posted February 24, 2012 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
Rxz Posted February 24, 2012 Posted February 24, 2012 Gave it a try, it works on irc.rathena.org but gives a broken pipe error on DA. Quote
SkzBR Posted February 24, 2012 Posted February 24, 2012 LOL, I cant download the attached file? I'm feeling noob after loose my community time on eA Quote
Pancake Posted February 24, 2012 Posted February 24, 2012 Mine had a few broken pipe disconnects but after 4 reconnects, it finally got a stable connection. Quote
CalciumKid Posted February 26, 2012 Posted February 26, 2012 It unfortunately does that. Its merely an issue with the IRC servers. 1 Quote
Pancake Posted February 26, 2012 Posted February 26, 2012 Its extremely stable after a few tried, even when rebooting the server now it doesnt disconnect pipe broken once Quote
trickzjen23 Posted February 26, 2012 Posted February 26, 2012 Lol can someone upload this somewhere else? because some users can't download it including me Quote
OffBeat Posted February 27, 2012 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
Brian Posted February 27, 2012 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
Drakkus Posted March 4, 2012 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
KeiKun Posted March 4, 2012 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
KeiKun Posted April 11, 2012 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
LCDTheOG Posted May 31, 2012 Posted May 31, 2012 so yeah, tested this, its not even joining a channel, anyone get this working? Quote
GodriK Posted September 3, 2013 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
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.