Jump to content

Recommended Posts

db starts normally, CH not run.

channel1=>core1=>syslog

SYSERR: Sep 21 02:03:19.523132 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.

SYSERR: Sep 21 02:03:24.416846 :: pid_deinit: 
End of pid
Sc:
TfJ9h.jpg
Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/3149-help/
Share on other sites

  • 2 weeks later...
  • Premium

Hello, delete this dif

 

00215F63: EB E8
00215F64: 11 C8
00215F65: 00 69
00215F66: 00 FA
00215F67: 00 FF
00215F68: 00 3D
00215F69: 00 AC
00215F6A: 00 61
00215F6B: 00 11
00215F6C: 00 54
00215F6D: 00 8D
00215F6E: 00 76
00215F70: 00 0F
00215F71: 00 87
00215F72: 00 E7
00215F73: 00 01
0021615D: 00 C6
0021615E: 00 05
0021615F: 00 E8
00216160: 00 D8
00216161: 00 7E
00216162: 00 08
00216163: 00 01
00216164: 00 E9
00216165: 00 0D
00216166: 00 FE
00216167: 00 FF
00216168: 00 FF

 

and add this

 

00215F69: AC EE
00215F6A: 61 EE
00215F6B: 11 EE
00215F6C: 54 6E
00216846: AC EE
00216847: 61 EE
00216848: 11 EE
00216849: 54 6E

 

source EB (by Slaya)

Link to comment
https://metin2.dev/topic/3149-help/#findComment-22048
Share on other sites

some problem , I delete the limit time in the source and no work....

open limit time.h

and change to this:

#ifndef __LIMIT_TIME__
#define __LIMIT_TIME__

#define ENABLE_LIMIT_TIME
#define GLOBAL_LIMIT_TIME 2409996783UL // Sat Sep  6 18:46:23 2014
#define TIME_OVER_PONG_DOWN_RATE  50000
#define TIME_OVER_LOGIN_DOWN_RATE  10000
#endif
Link to comment
https://metin2.dev/topic/3149-help/#findComment-22060
Share on other sites

40k time limit is somewhere in 2015

novaline only; the rest should be expired by now

 

some problem , I delete the limit time in the source and no work....

something else is causing the game to crush (if its crushing)

 

 

some problem , I delete the limit time in the source and no work....

open limit time.h

and change to this:

#ifndef __LIMIT_TIME__
#define __LIMIT_TIME__

#define ENABLE_LIMIT_TIME
#define GLOBAL_LIMIT_TIME 2409996783UL // Sat Sep  6 18:46:23 2014
#define TIME_OVER_PONG_DOWN_RATE  50000
#define TIME_OVER_LOGIN_DOWN_RATE  10000
#endif

you didnt change anything -.-

#ifndef __LIMIT_TIME__
#define __LIMIT_TIME__

#define TIME_OVER_PONG_DOWN_RATE  50000
#define TIME_OVER_LOGIN_DOWN_RATE  10000
#endif
Link to comment
https://metin2.dev/topic/3149-help/#findComment-22063
Share on other sites

 

40k time limit is somewhere in 2015

novaline only; the rest should be expired by now

 

some problem , I delete the limit time in the source and no work....

something else is causing the game to crush (if its crushing)

 

 

some problem , I delete the limit time in the source and no work....

open limit time.h

and change to this:

#ifndef __LIMIT_TIME__
#define __LIMIT_TIME__

#define ENABLE_LIMIT_TIME
#define GLOBAL_LIMIT_TIME 2409996783UL // Sat Sep  6 18:46:23 2014
#define TIME_OVER_PONG_DOWN_RATE  50000
#define TIME_OVER_LOGIN_DOWN_RATE  10000
#endif

you didnt change anything -.-

#ifndef __LIMIT_TIME__
#define __LIMIT_TIME__

#define TIME_OVER_PONG_DOWN_RATE  50000
#define TIME_OVER_LOGIN_DOWN_RATE  10000
#endif

old 

#ifndef __LIMIT_TIME__

#define __LIMIT_TIME__

#define ENABLE_LIMIT_TIME

#define GLOBAL_LIMIT_TIME 1409996783UL // Sat Sep  6 18:46:23 2014

#define TIME_OVER_PONG_DOWN_RATE  50000

#define TIME_OVER_LOGIN_DOWN_RATE  10000

#endif

new

#ifndef __LIMIT_TIME__

#define __LIMIT_TIME__

#define ENABLE_LIMIT_TIME

#define GLOBAL_LIMIT_TIME 2409996783UL // Sat Sep  6 18:46:23 2014

#define TIME_OVER_PONG_DOWN_RATE  50000

#define TIME_OVER_LOGIN_DOWN_RATE  10000

#endif

 

i use this and its perfect working but i dont know what you doing okey you can delete time but no need just change time

Link to comment
https://metin2.dev/topic/3149-help/#findComment-22065
Share on other sites

 

 

40k time limit is somewhere in 2015

novaline only; the rest should be expired by now

 

some problem , I delete the limit time in the source and no work....

something else is causing the game to crush (if its crushing)

 

 

some problem , I delete the limit time in the source and no work....

open limit time.h

and change to this:

#ifndef __LIMIT_TIME__
#define __LIMIT_TIME__

#define ENABLE_LIMIT_TIME
#define GLOBAL_LIMIT_TIME 2409996783UL // Sat Sep  6 18:46:23 2014
#define TIME_OVER_PONG_DOWN_RATE  50000
#define TIME_OVER_LOGIN_DOWN_RATE  10000
#endif

you didnt change anything -.-

#ifndef __LIMIT_TIME__
#define __LIMIT_TIME__

#define TIME_OVER_PONG_DOWN_RATE  50000
#define TIME_OVER_LOGIN_DOWN_RATE  10000
#endif

old 

#ifndef __LIMIT_TIME__

#define __LIMIT_TIME__

#define ENABLE_LIMIT_TIME

#define GLOBAL_LIMIT_TIME 1409996783UL // Sat Sep  6 18:46:23 2014

#define TIME_OVER_PONG_DOWN_RATE  50000

#define TIME_OVER_LOGIN_DOWN_RATE  10000

#endif

new

#ifndef __LIMIT_TIME__

#define __LIMIT_TIME__

#define ENABLE_LIMIT_TIME

#define GLOBAL_LIMIT_TIME 2409996783UL // Sat Sep  6 18:46:23 2014

#define TIME_OVER_PONG_DOWN_RATE  50000

#define TIME_OVER_LOGIN_DOWN_RATE  10000

#endif

 

i use this and its perfect working but i dont know what you doing okey you can delete time but no need just change time

 

you are not ymir solding a licence for some time its the GLOBAL_LIMIT_TIME is almost useless if you are devloping on your pc or your own server (in case its not a public one) in case it was stolen the GLOBAL_LIMIT_TIME will be usefull

but this is still corect (sorry i only readed this part :

 // Sat Sep  6 18:46:23 2014

)

Link to comment
https://metin2.dev/topic/3149-help/#findComment-22082
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.