Jump to content

Recommended Posts

Good day goddameit, im wondering if this will work too in later versions? im doing manual patch at this moment..

 

 

so i got these lines

 

 

 } while(0)	 switch(type) {	case SC_AUTOATTACK: 

 

 

and im missing here 

 

 

	 status->readdb_refine = status_readdb_refine;	 status->readdb_scconfig = status_readdb_scconfig; } 

so any other way to apply this in later version? coz the line qouted above is missing.. on my later version of svn

Share this post


Link to post
Share on other sites
        MKDIR   obj_sql        CC      atcommand.cstatus.h:2021: warning: 'buildin_autoattack_sub' declared 'static' but never defined        CC      battle.cstatus.h:2021: warning: 'buildin_autoattack_sub' declared 'static' but never defined        CC      battleground.cstatus.h:2021: warning: 'buildin_autoattack_sub' declared 'static' but never defined        CC      buyingstore.cstatus.h:2021: warning: 'buildin_autoattack_sub' declared 'static' but never defined        CC      chat.cstatus.h:2021: warning: 'buildin_autoattack_sub' declared 'static' but never defined        CC      chrif.cstatus.h:2021: warning: 'buildin_autoattack_sub' declared 'static' but never defined        CC      clif.cstatus.h:2021: warning: 'buildin_autoattack_sub' declared 'static' but never defined        CC      date.c        CC      duel.cstatus.h:2021: warning: 'buildin_autoattack_sub' declared 'static' but never defined        CC      elemental.cstatus.h:2021: warning: 'buildin_autoattack_sub' declared 'static' but never defined        CC      guild.cstatus.h:2021: warning: 'buildin_autoattack_sub' declared 'static' but never defined        CC      homunculus.cstatus.h:2021: warning: 'buildin_autoattack_sub' declared 'static' but never defined        CC      HPMmap.cstatus.h:2021: warning: 'buildin_autoattack_sub' declared 'static' but never defined        CC      instance.cstatus.h:2021: warning: 'buildin_autoattack_sub' declared 'static' but never defined        CC      intif.cstatus.h:2021: warning: 'buildin_autoattack_sub' declared 'static' but never defined        CC      irc-bot.cstatus.h:2021: warning: 'buildin_autoattack_sub' declared 'static' but never defined        CC      itemdb.cstatus.h:2021: warning: 'buildin_autoattack_sub' declared 'static' but never defined        CC      log.cstatus.h:2021: warning: 'buildin_autoattack_sub' declared 'static' but never defined        CC      mail.cstatus.h:2021: warning: 'buildin_autoattack_sub' declared 'static' but never defined        CC      map.cstatus.h:2021: warning: 'buildin_autoattack_sub' declared 'static' but never defined        CC      mapreg_sql.c        CC      mercenary.cstatus.h:2021: warning: 'buildin_autoattack_sub' declared 'static' but never defined        CC      mob.cstatus.h:2021: warning: 'buildin_autoattack_sub' declared 'static' but never defined        CC      npc.cstatus.h:2021: warning: 'buildin_autoattack_sub' declared 'static' but never defined        CC      npc_chat.cstatus.h:2021: warning: 'buildin_autoattack_sub' declared 'static' but never defined        CC      party.cstatus.h:2021: warning: 'buildin_autoattack_sub' declared 'static' but neve 
Edited by karazu

Share this post


Link to post
Share on other sites

how to fix ?

 

unsigned short idle_ = cap_value(DIFF_TICK32(sockt->last_tick, sd->idletime), 0, USHRT_MAX);

 

5>c:usersbossdesktopsweetplusservertrunksrcmapstatus.c(10467): error C2065: 'sockt' : undeclared identifier
5>c:usersbossdesktopsweetplusservertrunksrcmapstatus.c(10467): error C2223: left of '->last_tick' must point to struct/union
5>c:usersbossdesktopsweetplusservertrunksrcmapstatus.c(10467): error C2065: 'sockt' : undeclared identifier
5>c:usersbossdesktopsweetplusservertrunksrcmapstatus.c(10467): error C2223: left of '->last_tick' must point to struct/union
5>c:usersbossdesktopsweetplusservertrunksrcmapstatus.c(10467): error C2065: 'sockt' : undeclared identifier
5>c:usersbossdesktopsweetplusservertrunksrcmapstatus.c(10467): error C2223: left of '->last_tick' must point to struct/union
5>c:usersbossdesktopsweetplusservertrunksrcmapstatus.c(10467): fatal error C1903: unable to recover from previous error(s); stopping compilation

Share this post


Link to post
Share on other sites

Go to src/map/status.c and look for this:

#include "../common/cbasetypes.h"#include "../common/ers.h"#include "../common/malloc.h"#include "../common/nullpo.h"#include "../common/random.h"#include "../common/showmsg.h"#include "../common/strlib.h"#include "../common/timer.h"#include "../common/utils.h"

Add after it:

#include "../common/socket.h"

 

Save it and try to recompile.

Share this post


Link to post
Share on other sites

Go to src/map/status.c and look for this:

#include "../common/cbasetypes.h"#include "../common/ers.h"#include "../common/malloc.h"#include "../common/nullpo.h"#include "../common/random.h"#include "../common/showmsg.h"#include "../common/strlib.h"#include "../common/timer.h"#include "../common/utils.h"

Add after it:

#include "../common/socket.h"

 

Save it and try to recompile.

Oh Thx 

 

but  skill no delay

Edited by bossemoja

Share this post


Link to post
Share on other sites

will this source release be using much memory of the server, for example if there is 30 characters using this will it not overload the server?

 

its not moving, I dont have any error.

Edited by thanna

Share this post


Link to post
Share on other sites

help..

getting error when patch ><

i just follow this

Windows:

  1. go place the folder in the index folder
  2. richt click the *.diff file and go to TortoiseSVN menu
  3. click patch

but i find error

 

can you help me?

<a href="
"><img src="http://i.imgur.com/rV9DYZ4.png" title="source: imgur.com" /></a>

Share this post


Link to post
Share on other sites

help..

getting error when patch ><

i just follow this

Windows:

 

[*]go place the folder in the index folder

[*]richt click the *.diff file and go to TortoiseSVN menu

[*]click patch

but i find error

 

can you help me?

<a href="
"><img src="http://i.imgur.com/rV9DYZ4.png" title="source: imgur.com" /></a>
That says your local copy is not exported via tortoisesvn(ah, why use svn, we are on Git)

 

@@Dastgir please update to yours plugins :)

Will check if I can convert this....

Share this post


Link to post
Share on other sites

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.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.