Jump to content

Traceur3RUN

Inactive Member
  • Posts

    408
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by Traceur3RUN

  1. No effect. Same error. maybe here you need more change uipickmoney.py def OnAccept(self): text = self.pickValueEditLine.GetText() if len(text) > 0 and text.isdigit(): money = int(text) money = min(money, self.maxValue) if money > 0: if self.eventAccept: self.eventAccept(money) self.Close()
  2. clientmanagerplayer.cpp line 102: "gold = %d, " change to "gold = %llu, " or "gold = %ull, " common: uttils.cpp add inline bool str_to_number (unsigned long long& out, const char *in) { if (0==in || 0==in[0]) return false; out = (unsigned long long) strtoull(in, NULL, 10); return true; }
  3. Recompile cryptopp with v120_xp toolset. i recompile but still dont work
  4. i try on vs 2013 compile but i have error 16>d3dx8.lib(d3dxmath.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(cstack.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(shapes.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(d3dx8tex.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(createmesh.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(cpudetect.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(d3dx8dbg.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(cd3dximage.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(cd3dxblt.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(cd3dxlock.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(cd3dxcodec.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(cd3dxfile.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(cd3dxresource.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(cd3dxbuffer.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(loadx.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(cleanmesh.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(ssefasttable.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(ssefasttable2.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(d3dxmathx3d.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(d3dxmathx86.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(jdapimin.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(jdapistd.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(jdmarker.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(jerror.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(pngerror.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(pngread.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(pngget.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(pngtrans.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(pngrtran.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(pngset.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(pngrio.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(png.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(dxtn.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(loadutil.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(cd3dxstack.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(d3dxmathsse.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(d3dxquatsse.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(d3dxmathsse2.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(d3dxquatsse2.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(x3d_quat.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(x3d_matx.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(x3d_vec3.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(x3d_vec2.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(x3d_vec4.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(x3d_plane.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(jutils.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(jdinput.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(jmemmgr.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(jcomapi.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(jdmaster.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(inflate.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(pngmem.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(pngrutil.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(crc32.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(d3dxtrigsse.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(d3dxtrigsse2.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(math.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(jmemnobs.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(jdmainct.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(jdcoefct.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(jdhuff.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(jdphuff.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(jddctmgr.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(jdpostct.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(jdsample.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(jdcolor.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(jdmerge.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(jquant2.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(jquant1.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(infblock.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(adler32.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(zutil.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(jidctred.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(jidctint.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(jidctfst.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(jidctflt.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(infcodes.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(inftrees.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(infutil.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(piint.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(miint.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(pifst.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(mifst.obj) : error LNK2026: module unsafe for SAFESEH image. 16>d3dx8.lib(inffast.obj) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(cleanup.obj) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image. 16>dinput8.lib(dilib2.obj) : error LNK2026: module unsafe for SAFESEH image. 16> cryptlib-5.6.1MT.lib(cryptlib.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance 16>cryptlib-5.6.1MT.lib(cryptlib.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ) 16>cryptlib-5.6.1MT.lib(cryptlib.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ) 16>cryptlib-5.6.1MT.lib(gf2n.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::_Mutex::_Unlock(void)" (?_Unlock@_Mutex@std@@QAEXXZ) 16>cryptlib-5.6.1MT.lib(gf2n.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::_Mutex::_Lock(void)" (?_Lock@_Mutex@std@@QAEXXZ) 16>cryptlib-5.6.1MT.lib(integer.obj) : error LNK2001: unresolved external symbol "private: static void __cdecl std::locale::facet::facet_Register(class std::locale::facet *)" (?facet_Register@facet@locale@std@@CAXPAV123@@Z) 16>cryptlib-5.6.1MT.lib(integer.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@@Z) 16>Release/metin2client.exe : fatal error LNK1120: 6 unresolved externals ========== Build: 15 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== someone know how fix it? i not have idea
  5. *insults removed* -- Rumor only use gmake usr/src/mainline_released/mainline_sg/Srcs/Server/libsql i solved it why you give noob solved? he noo need to copy paste
  6. add to libdir -L/usr/local/lib/mysql and go to /server/libsql gmake clean gmake
  7. mop_proto 101 stray dog you have? look at motlist.txt server/client and see line 101
  8. up i can maximum use 0xffffffff (8xf) but i need more like (16xf) anyone idea?
  9. I installed the database ( mysql.tar.gz ) but navicat doesnt recognise it create databases player,account,hotbackup,common
  10. yes i add this bool PyTuple_GetUnsignedLongLong(PyObject* poArgs, int pos, unsigned long long* ret) { if (pos >= PyTuple_Size(poArgs)) return false; PyObject * poItem = PyTuple_GetItem(poArgs, pos); if (!poItem) return false; *ret = PyLong_AsUnsignedLongLong(poItem); return true; }
  11. 0211 16:35:19719 :: SystemError 0211 16:35:19719 :: : 0211 16:35:19719 :: ..Objectslongobject.c:969: bad argument to internal function 0211 16:35:19719 :: 0211 16:35:23414 :: Traceback (most recent call last): 0211 16:35:23414 :: File "game.py", line 791, in RefreshInventory 0211 16:35:23414 :: File "interfaceModule.py", line 567, in RefreshInventory 0211 16:35:23414 :: AttributeError 0211 16:35:23414 :: : 0211 16:35:23414 :: 'NoneType' object has no attribute 'RefreshQuickSlot' 0211 16:35:23414 :: 0211 16:35:23414 :: Traceback (most recent call last): 0211 16:35:23414 :: File "game.py", line 791, in RefreshInventory 0211 16:35:23414 :: File "interfaceModule.py", line 567, in RefreshInventory 0211 16:35:23415 :: AttributeError 0211 16:35:23415 :: : 0211 16:35:23415 :: 'NoneType' object has no attribute 'RefreshQuickSlot' 0211 16:35:23415 :: any fix?
  12. ref i try with binnary DWORDLONG and pyhon ULONGLONG but too dont work the same problem
  13. nope he have bad python from client maybe this help you [Hidden Content] look at lzoo lzoo.config from game/src
  14. after crossing int (2147483647) long (2147483647) and see experience unsigned long long after level 99 but i have work experience (2050000000) now need level 103 to level experience (2280000000) and see unsigned long long when i set experience anyone know how to fix?
  15. on questlua.cpp too need change? i see [int = max set experience ] int pc_get_next_exp(lua_State* L) { lua_pushnumber(L, CQuestManager::instance().GetCurrentCharacterPtr()->GetNextExp()); return 1; } int pc_get_exp(lua_State* L) { lua_pushnumber(L, CQuestManager::instance().GetCurrentCharacterPtr()->GetExp()); return 1; } on binnary is standard use "l" so? exp table work to lvl 86lv 87-120 i see exp loow lol/? here my constants.cpp const long long exp_table_common[PLAYER_EXP_TABLE_MAX + 1] = { 0, // 0 300, 800, 1500, 2500, 4300, 7200, 11000, 17000, 24000, 33000, // 10 43000, 58000, 76000, 100000, 130000, 169000, 219000, 283000, 365000, 472000, // 20 610000, 705000, 813000, 937000, 1077000, 1237000, 1418000, 1624000, 1857000, 2122000, // 30 2421000, 2761000, 3145000, 3580000, 4073000, 4632000, 5194000, 5717000, 6264000, 6837000, // 40 7600000, 8274000, 8990000, 9753000, 10560000, 11410000, 12320000, 13270000, 14280000, 15340000, // 50 16870000, 18960000, 19980000, 21420000, 22930000, 24530000, 26200000, 27960000, 29800000, 32780000, // 60 36060000, 39670000, 43640000, 48000000, 52800000, 58080000, 63890000, 70280000, 77310000, 85040000, // 70 93540000, 102900000, 113200000, 124500000, 137000000, 150700000, 165700000, 236990000, 260650000, 286780000, // 80 315380000, 346970000, 381680000, 419770000, 461760000, 508040000, 558740000, 614640000, 676130000, 743730000, // 90 1041222000, 1145344200, 1259878620, 1385866482, 1524453130, 1676898443, 1844588288, 2029047116, 2050000000, // 99레벨 일 때 필요경험치 (100레벨이 되기 위한) 2150000000LLU, // 100 2210000000LLU, 2250000000LLU, 2280000000LLU, 2310000000LLU, 2330000000LLU, // 105 2350000000LLU, 2370000000LLU, 2390000000LLU, 2400000000LLU, 2410000000LLU, // 110 2420000000LLU, 2430000000LLU, 2440000000LLU, 2450000000LLU, 2460000000LLU, // 115 2470000000LLU, 2480000000LLU, 2490000000LLU, 8490000000LLU, 52000000000LLU, // 120 }; char.cpp long long CHARACTER::GetNextExp() const { if (PLAYER_EXP_TABLE_MAX < GetLevel()) return 82000000000ULL; else return exp_table[GetLevel()];
  16. on game have DWORD q = DWORD(next_exp / 4.0f); need to change? to long long q = long long(next_exp / 4.0f);
×
×
  • 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.