Jump to content

Recommended Posts

  • 2 weeks later...
  • 2 weeks later...
  • 3 weeks later...
  • 2 weeks later...
  • 1 month later...
Posted

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

Posted

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

Posted

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!

  • 1 month later...
Posted

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 !
 
  • 2 weeks later...
Posted (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 by GodriK
  • 3 months later...
Posted

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.)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...