SQL and ODBC are fine since other data, such as skills, is being inserted into database.
Edit #1:
While compiling client, after adding DirectX SDK, GameBryoSDK, MilesSDK, STLPort, and other prerequisites, you might encounter error about "member of dll interface class...". To "fix" it add following line to Stdafx.h in client project.
Code:#define _STLP_STATIC_CONST_INIT_BUG 1
Last edited by jM2.me; 28-06-13 at 04:41 AM.
Might be the cause of a wrong database, and scripts. Try this database and scripts or ust script alone should be enough. (Backup old scripts though)
https://mega.co.nz/#!HshUQTxT!H3pz3x...vvJb5Ob8lV93TA
Btw, do you happen to know a fix for this problem?
I've get this problem only in this source though. I checked their #Defines and don't see anything wrong with themCode:1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(150) : error C2039: 'wint_t' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(150) : error C2868: 'wint_t' : illegal syntax for using-declaration; expected qualified-name 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(157) : error C2039: 'mbstate_t' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(157) : error C2868: 'mbstate_t' : illegal syntax for using-declaration; expected qualified-name 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(163) : error C2039: 'btowc' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(163) : error C2873: 'btowc' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(165) : error C2039: 'mbsinit' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(165) : error C2873: 'mbsinit' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(170) : error C2039: 'mbrlen' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(170) : error C2873: 'mbrlen' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(171) : error C2039: 'mbrtowc' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(171) : error C2873: 'mbrtowc' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(172) : error C2039: 'mbsrtowcs' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(172) : error C2873: 'mbsrtowcs' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(173) : error C2039: 'wcrtomb' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(173) : error C2873: 'wcrtomb' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(174) : error C2039: 'wcsrtombs' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(174) : error C2873: 'wcsrtombs' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(183) : error C2039: 'fgetwc' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(183) : error C2873: 'fgetwc' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(184) : error C2039: 'fgetws' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(184) : error C2873: 'fgetws' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(185) : error C2039: 'fputwc' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(185) : error C2873: 'fputwc' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(186) : error C2039: 'fputws' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(186) : error C2873: 'fputws' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(192) : error C2039: 'fwide' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(192) : error C2873: 'fwide' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(194) : error C2039: 'fwprintf' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(194) : error C2873: 'fwprintf' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(195) : error C2039: 'fwscanf' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(195) : error C2873: 'fwscanf' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(196) : error C2039: 'getwchar' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(196) : error C2873: 'getwchar' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(201) : error C2039: 'getwc' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(201) : error C2873: 'getwc' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(203) : error C2039: 'ungetwc' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(203) : error C2873: 'ungetwc' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(205) : error C2039: 'putwc' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(205) : error C2873: 'putwc' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(207) : error C2039: 'putwchar' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(207) : error C2873: 'putwchar' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(221) : error C2039: 'swprintf' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(221) : error C2873: 'swprintf' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(222) : error C2039: 'vswprintf' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(222) : error C2873: 'vswprintf' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(224) : error C2039: 'swscanf' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(224) : error C2873: 'swscanf' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(225) : error C2039: 'vfwprintf' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(225) : error C2873: 'vfwprintf' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(226) : error C2039: 'vwprintf' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(226) : error C2873: 'vwprintf' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(231) : error C2039: 'wcsftime' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(231) : error C2873: 'wcsftime' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(233) : error C2039: 'wcstok' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(233) : error C2873: 'wcstok' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(239) : error C2039: 'wcscoll' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(239) : error C2873: 'wcscoll' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(240) : error C2039: 'wcsxfrm' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(240) : error C2873: 'wcsxfrm' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(242) : error C2039: 'wcscat' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(242) : error C2873: 'wcscat' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(243) : error C2039: 'wcsrchr' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(243) : error C2873: 'wcsrchr' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(244) : error C2039: 'wcscmp' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(244) : error C2873: 'wcscmp' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(246) : error C2039: 'wcscpy' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(246) : error C2873: 'wcscpy' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(247) : error C2039: 'wcscspn' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(247) : error C2873: 'wcscspn' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(249) : error C2039: 'wcslen' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(249) : error C2873: 'wcslen' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(250) : error C2039: 'wcsncat' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(250) : error C2873: 'wcsncat' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(251) : error C2039: 'wcsncmp' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(251) : error C2873: 'wcsncmp' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(252) : error C2039: 'wcsncpy' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(252) : error C2873: 'wcsncpy' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(253) : error C2039: 'wcspbrk' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(253) : error C2873: 'wcspbrk' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(254) : error C2039: 'wcschr' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(254) : error C2873: 'wcschr' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(256) : error C2039: 'wcsspn' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(256) : error C2873: 'wcsspn' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(260) : error C2039: 'wcstod' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(260) : error C2873: 'wcstod' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(261) : error C2039: 'wcstol' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(261) : error C2873: 'wcstol' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(266) : error C2039: 'wcsstr' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(266) : error C2873: 'wcsstr' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(267) : error C2039: 'wmemchr' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(267) : error C2873: 'wmemchr' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(271) : error C2039: 'wctob' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(271) : error C2873: 'wctob' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(274) : error C2039: 'wmemcmp' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(274) : error C2873: 'wmemcmp' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(275) : error C2039: 'wmemmove' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(275) : error C2873: 'wmemmove' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(277) : error C2039: 'wprintf' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(277) : error C2873: 'wprintf' : symbol cannot be used in a using-declaration 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(278) : error C2039: 'wscanf' : is not a member of 'std' 1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(278) : fatal error C1003: error count exceeds 100; stopping compilation
Last edited by tidie10; 28-06-13 at 09:22 AM.
@jM2.me
Maybe you are using resource from v1.18 KR.
Difference:
v1.18 KR:
Code:800002 ÇÏ±Þ MP ȸº¹ ¹°¾à 800002 0 3 0 4 401 52800 1 100 1 15 1 150 0 0 0 0 0 0 0 800002 1 0 0 0 0 0 0 0 0 0 0 0 2558 0 0 0 2 0
v1.12 JPN:
Code:800002 ÇÏ±Þ MP ȸº¹ ¹°¾à 800002 0 3 0 4 401 52800 1 100 1 15 1 150 0 0 0 0 0 0 800002 1 0 0 0 0 0 0 0 0 0 0 2558 0 0 0 2 0
Last edited by Viserion; 29-06-13 at 01:22 PM.
@Topic
I'm having a problem with this Client.
He does not want to read the encrypted file *.pack
I'm using this pack:
http://forum.ragezone.com/f640/relea...source-758412/
But my client don't read. Maybe it's necessary rewritten packets from this pack.
Try these packtools, they work fine with me.
Tools.rar
I also partially translated the unpacktool to english
Note:
If you're getting sxstrace.exe error, then install Visual Studio 2008, to get the missing C++ Libraries
I want to know how to edit my language Print in the game
Please help me![]()
can anyone upload fullpack to another host?
can it use on windows8 (client)??
Hi i was just woundering if someone could help me i can manage to compile all the needed files correctly for this to run but when i run the client no matter what i try and change in the code the second password/pin dialog doesnt show up is there a fix for this or couldnt someone suggest anything to try thanks in advance.
my compile without error, i used pack tool from reflax and client just create a dmp file...
Yes, i'm using VS2008, but which client stand alone work ? i see someone had changed the pack password and it's work for everyone. Btw i'm using source form this thread