[Release] Iris 1.18 (Server+Client+GM tool v1.18.18061, Source SOKE v1.18, etc)

Page 3 of 5 FirstFirst 12345 LastLast
Results 31 to 45 of 71
  1. #31
    Member Coolza is offline
    MemberRank
    Mar 2013 Join Date
    72Posts

    Re: [Release] Iris 1.18 (Server+Client+GM tool v1.18.18061, Source SOKE v1.18, etc)

    Check use,pass for ODBC+SQL

    Quote Originally Posted by jM2.me View Post
    The game server throws an error when inserting data related to game items. Other data such as skills, etc is inserted just fine when running /insert parameter.

    I looked into the source and SQL command that executes the insert throws -1 error which translates to something like data is null or something.
    Code:
    SQLCHAR*    statement = (SQLCHAR*)"{call GP_ITEM_DEFINE_INSERT(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)}";


    Is this caused by item name not being read properly?

    Check use,pass for ODBC+SQL

  2. #32
    (oO (||||) (||||) Oo) jM2.me is offline
    MemberRank
    Aug 2009 Join Date
    USA (Fuck Yeah)Location
    2,527Posts

    Re: [Release] Iris 1.18 (Server+Client+GM tool v1.18.18061, Source SOKE v1.18, etc)

    Quote Originally Posted by Coolza View Post
    Check use,pass for ODBC+SQL
    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.

  3. #33
    Alpha tidie10 is offline
    MemberRank
    Aug 2010 Join Date
    1,409Posts

    Re: [Release] Iris 1.18 (Server+Client+GM tool v1.18.18061, Source SOKE v1.18, etc)

    Quote Originally Posted by jM2.me View Post
    The game server throws an error when inserting data related to game items. Other data such as skills, etc is inserted just fine when running /insert parameter.

    I looked into the source and SQL command that executes the insert throws -1 error which translates to something like data is null or something.
    Code:
    SQLCHAR*    statement = (SQLCHAR*)"{call GP_ITEM_DEFINE_INSERT(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)}";


    Is this caused by item name not being read properly?
    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?

    Code:
    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
    I've get this problem only in this source though. I checked their #Defines and don't see anything wrong with them
    Last edited by tidie10; 28-06-13 at 09:22 AM.

  4. #34
    (oO (||||) (||||) Oo) jM2.me is offline
    MemberRank
    Aug 2009 Join Date
    USA (Fuck Yeah)Location
    2,527Posts

    Re: [Release] Iris 1.18 (Server+Client+GM tool v1.18.18061, Source SOKE v1.18, etc)

    Quote Originally Posted by tidie10 View Post
    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 them
    Add following pre-processor to the configuration you are building.
    Worked for me

    _STLP_INTERNAL_CWCHAR

  5. #35
    Viserion is online now
    MemberRank
    Jan 2009 Join Date
    1,108Posts

    Re: [Release] Iris 1.18 (Server+Client+GM tool v1.18.18061, Source SOKE v1.18, etc)

    Quote Originally Posted by jM2.me View Post
    The game server throws an error when inserting data related to game items. Other data such as skills, etc is inserted just fine when running /insert parameter.

    I looked into the source and SQL command that executes the insert throws -1 error which translates to something like data is null or something.
    Code:
    SQLCHAR*    statement = (SQLCHAR*)"{call GP_ITEM_DEFINE_INSERT(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)}";


    Is this caused by item name not being read properly?
    @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.

  6. #36
    Alpha tidie10 is offline
    MemberRank
    Aug 2010 Join Date
    1,409Posts

    Re: [Release] Iris 1.18 (Server+Client+GM tool v1.18.18061, Source SOKE v1.18, etc)

    Quote Originally Posted by jM2.me View Post
    Add following pre-processor to the configuration you are building.
    Worked for me
    Thanks, it worked!

  7. #37
    Viserion is online now
    MemberRank
    Jan 2009 Join Date
    1,108Posts

    Re: [Release] Iris 1.18 (Server+Client+GM tool v1.18.18061, Source SOKE v1.18, etc)

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

  8. #38
    Alpha tidie10 is offline
    MemberRank
    Aug 2010 Join Date
    1,409Posts

    Re: [Release] Iris 1.18 (Server+Client+GM tool v1.18.18061, Source SOKE v1.18, etc)

    Quote Originally Posted by holchan View Post
    @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

  9. #39
    Member Coolza is offline
    MemberRank
    Mar 2013 Join Date
    72Posts

    Re: [Release] Iris 1.18 (Server+Client+GM tool v1.18.18061, Source SOKE v1.18, etc)

    I want to know how to edit my language Print in the game


    Please help me

  10. #40
    Apprentice kelthuzard is offline
    MemberRank
    Jul 2013 Join Date
    7Posts

    Re: [Release] Iris 1.18 (Server+Client+GM tool v1.18.18061, Source SOKE v1.18, etc)

    can anyone upload fullpack to another host?

  11. #41
    Apprentice thedog151 is offline
    MemberRank
    Apr 2013 Join Date
    Bangkok, ThailaLocation
    17Posts

    Re: [Release] Iris 1.18 (Server+Client+GM tool v1.18.18061, Source SOKE v1.18, etc)

    can it use on windows8 (client)??

  12. #42
    Member kurisuxx is offline
    MemberRank
    Aug 2013 Join Date
    66Posts

    Re: [Release] Iris 1.18 (Server+Client+GM tool v1.18.18061, Source SOKE v1.18, etc)

    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.

  13. #43
    Account Upgraded | Title Enabled! Duong Phan is offline
    MemberRank
    Sep 2012 Join Date
    VNLocation
    203Posts

    Re: [Release] Iris 1.18 (Server+Client+GM tool v1.18.18061, Source SOKE v1.18, etc)

    my compile without error, i used pack tool from reflax and client just create a dmp file...

  14. #44
    Alpha tidie10 is offline
    MemberRank
    Aug 2010 Join Date
    1,409Posts

    Re: [Release] Iris 1.18 (Server+Client+GM tool v1.18.18061, Source SOKE v1.18, etc)

    Quote Originally Posted by Duong Phan View Post
    my compile without error, i used pack tool from reflax and client just create a dmp file...
    Do you have VS2008 and all of it's components installed? This client if it's compiled doesn't work without it.

  15. #45
    Account Upgraded | Title Enabled! Duong Phan is offline
    MemberRank
    Sep 2012 Join Date
    VNLocation
    203Posts

    Re: [Release] Iris 1.18 (Server+Client+GM tool v1.18.18061, Source SOKE v1.18, etc)

    Quote Originally Posted by tidie10 View Post
    Do you have VS2008 and all of it's components installed? This client if it's compiled doesn't work without it.
    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



Page 3 of 5 FirstFirst 12345 LastLast

Advertisement