villers Posted March 13, 2013 Posted March 13, 2013 Hello guys, i fixed this patch: http://pastebin.com/K0GMfqVi regards, Ghota Quote
hexor9 Posted March 22, 2013 Posted March 22, 2013 can i use this script for the following1. i want to use this when @autotrade use2. only in @autotrade remove the script for @afk Quote
LearningRO Posted March 22, 2013 Posted March 22, 2013 thx a lot it's work on me test on rathena rev 17203 Quote
Lord Ganja Posted April 2, 2013 Posted April 2, 2013 Can't apply the patch to rathena r17227 Help me please. Here's the link : http://rathena.org/board/topic/80933-atcommandc-errors-after-patching-afk-command/ Quote
z O r n Posted April 4, 2013 Posted April 4, 2013 @afk doesnt work on rathena r17229. help please Quote
skipjack94 Posted April 21, 2013 Posted April 21, 2013 how can i chage to sleep effect? i use clif_specialeffect(&sd->bl, 234,AREA);but the effect not repeat again Quote
Critica Posted May 5, 2013 Posted May 5, 2013 any update on this?> it doesnt work on latest revs., Quote
Rebel Posted May 5, 2013 Author Posted May 5, 2013 any update on this?> it doesnt work on latest revs., Dude I updated it already.. Check the 1st post.. Quote
Rebel Posted May 6, 2013 Author Posted May 6, 2013 1.3 is not on the download link. 1st post updated. Quote
Rebel Posted May 7, 2013 Author Posted May 7, 2013 is there any guide for @afk ? You just need to apply it manually.. Quote
rakuzas Posted July 6, 2013 Posted July 6, 2013 Is it working with latest rev? I tried and get some error.. Then when i recompile wil ecounter problem at atcommand.c and recomplie failed with 1 (map) Quote
Critica Posted July 11, 2013 Posted July 11, 2013 Is it working with latest rev? I tried and get some error.. Then when i recompile wil ecounter problem at atcommand.c and recomplie failed with 1 (map) try to patch it manually, its not that hard, and i think there;s only 3 notepads to edit Quote
LatSo Posted July 16, 2013 Posted July 16, 2013 Is it working with latest rev? I tried and get some error.. Then when i recompile wil ecounter problem at atcommand.c and recomplie failed with 1 (map) try to patch it manually, its not that hard, and i think there;s only 3 notepads to edit how to patch it manually? tried following the guide on how to make a diff patch but still not able to patch manually T_T Quote
Rebel Posted July 17, 2013 Author Posted July 17, 2013 Manually means you need to copy and paste each added lines in your respective source.. ++ add -- delete Quote
LatSo Posted July 18, 2013 Posted July 18, 2013 Manually means you need to copy and paste each added lines in your respective source.. ++ add -- delete how to enable @afk only at a specific map only? also how to check in script if a player is afk? will this script work? if ( afk() ) { do this; } else { do that; } thanks! Quote
Fresh prince Posted July 21, 2013 Posted July 21, 2013 Is there a way to restrict this on a certain cell? like prohibiting vending and autotrades on certain cells on a map? Quote
BFPkiller Posted August 26, 2013 Posted August 26, 2013 i get this error while rebuilding server , .\src\map\atcommand.c(9081): error C2084: function 'int atcommand_afk(const int,map_session_data *,const char *,const char *)' already has a body 1> ..\src\map\atcommand.c(9039) : see previous definition of 'atcommand_afk' 1>..\src\map\atcommand.c(9392): error C2065: 'atcommand_reloadmsgconf' : undeclared identifier 1>..\src\map\atcommand.c(9392): warning C4047: 'initializing' : 'AtCommandFunc' differs in levels of indirection from 'int' And this is what atcommand file look like ACMD_DEF(langtype), ACMD_DEF(reloadmsgconf), ACMD_DEF(afk) }; AtCommandInfo* atcommand; int i; Can someone help me out please ? Thnx in advance ! Quote
GodriK Posted September 4, 2013 Posted September 4, 2013 (edited) Hi all how to make that would cap was not filming and the contrary was dressing by id item or on View ID Edited September 4, 2013 by GodriK Quote
Mau Posted December 22, 2013 Posted December 22, 2013 i've got this errror using latest svn clif.c:10414:36: error: macro "msg_txt" requires 2 arguments, but only 1 given clif.c: In function 'clif_parse_WisMessage': clif.c:10414: error: 'msg_txt' undeclared (first use in this function) clif.c:10414: error: (Each undeclared identifier is reported only once clif.c:10414: error: for each function it appears in.) 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.