Jump to content

Unknown

Advanced members
  • Content Count

    75
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Unknown

  1. Try this: https://mega.nz/folder/xRAVwAwa#Sg3SiCdX8epnr0wy4CN13g You have to set whole client folder with scripts/table. Like this: decompile_folder_bin('C:/Users/Admin/Desktop/Tales of Pirates/scripts/table',2) I leftt example inside user.lua at the bottom of the file. Decompiler.lua* is latest from gitlab
  2. Send me the topic link if you could
  3. You got these files from Dan? Did you buy it?
  4. Did you really chose Argent City as birthplace when you created the character? Try making another one and be sure to select Argent.
  5. Okay my bad, change it back to 1971.
  6. This seems fine. Show us ..\GameServer\resource\script\MisScriptCharBornScript.lua
  7. Try changing this line in your GameServer.cfg: [Gate] gate = 127.0.0.1, 1973
  8. Show us your ..\GameServer\resource\script\birth\birth_conf.lua
  9. What map did you chose exactly after you created your character? Try pasting this into your GameServer.cfg: https://pastebin.com/J01KUG28
  10. Check GameServer.cfg: [Gate] gate = 127.0.0.1, 1973 and GateServer.cfg: [ToGameServer] IP = 127.0.0.1 Port = 1973 EnablePing = 180 Are they the same?
  11. Did you fixed your problem?
  12. Thanks to those who wrote this list! High-five guys.
  13. i was opening .sln always, looks like kop.vcproj need to opened. working rn all libraries are compiling fine with 2003, but cant seem to compile mindpower and game.exe mindpower: LIBC.lib(crt0dat.obj) : error LNK2005: ___crtExitProcess already defined in LIBCMT.lib(crt0dat.obj) LIBC.lib(crt0dat.obj) : error LNK2005: __cinit already defined in LIBCMT.lib(crt0dat.obj) LIBC.lib(crt0dat.obj) : error LNK2005: _exit already defined in LIBCMT.lib(crt0dat.obj) LIBC.lib(crt0dat.obj) : error LNK2005: __exit already defined in LIBCMT.lib(crt0dat.obj) LIBC.lib(crt0dat.obj) : error LNK2005: __cexit already defined in LIBCMT.lib(crt0dat.obj) LIBC.lib(crt0dat.obj) : error LNK2005: __c_exit already defined in LIBCMT.lib(crt0dat.obj) LIBC.lib(crt0dat.obj) : error LNK2005: __C_Exit_Done already defined in LIBCMT.lib(crt0dat.obj) LIBC.lib(crt0dat.obj) : error LNK2005: __C_Termination_Done already defined in LIBCMT.lib(crt0dat.obj) LIBC.lib(crt0dat.obj) : error LNK2005: __exitflag already defined in LIBCMT.lib(crt0dat.obj) LIBC.lib(crt0dat.obj) : error LNK2005: __wpgmptr already defined in LIBCMT.lib(crt0dat.obj) LIBC.lib(crt0dat.obj) : error LNK2005: __pgmptr already defined in LIBCMT.lib(crt0dat.obj) LIBC.lib(crt0dat.obj) : error LNK2005: ___winitenv already defined in LIBCMT.lib(crt0dat.obj) LIBC.lib(crt0dat.obj) : error LNK2005: __wenviron already defined in LIBCMT.lib(crt0dat.obj) LIBC.lib(crt0dat.obj) : error LNK2005: ___initenv already defined in LIBCMT.lib(crt0dat.obj) LIBC.lib(crt0dat.obj) : error LNK2005: __environ already defined in LIBCMT.lib(crt0dat.obj) LIBC.lib(crt0dat.obj) : error LNK2005: ___wargv already defined in LIBCMT.lib(crt0dat.obj) LIBC.lib(crt0dat.obj) : error LNK2005: ___argv already defined in LIBCMT.lib(crt0dat.obj) LIBC.lib(crt0dat.obj) : error LNK2005: ___argc already defined in LIBCMT.lib(crt0dat.obj) LIBC.lib(crt0dat.obj) : error LNK2005: __winminor already defined in LIBCMT.lib(crt0dat.obj) LIBC.lib(crt0dat.obj) : error LNK2005: __winmajor already defined in LIBCMT.lib(crt0dat.obj) LIBC.lib(crt0dat.obj) : error LNK2005: __winver already defined in LIBCMT.lib(crt0dat.obj) LIBC.lib(crt0dat.obj) : error LNK2005: __osver already defined in LIBCMT.lib(crt0dat.obj) LIBC.lib(crt0dat.obj) : error LNK2005: __osplatform already defined in LIBCMT.lib(crt0dat.obj) LIBC.lib(crt0dat.obj) : error LNK2005: __umaskval already defined in LIBCMT.lib(crt0dat.obj) LIBC.lib(crt0dat.obj) : warning LNK4006: ___crtExitProcess already defined in LIBCMT.lib(crt0dat.obj); second definition ignored LIBC.lib(crt0dat.obj) : warning LNK4006: __cinit already defined in LIBCMT.lib(crt0dat.obj); second definition ignored LIBC.lib(crt0dat.obj) : warning LNK4006: _exit already defined in LIBCMT.lib(crt0dat.obj); second definition ignored LIBC.lib(crt0dat.obj) : warning LNK4006: __exit already defined in LIBCMT.lib(crt0dat.obj); second definition ignored LIBC.lib(crt0dat.obj) : warning LNK4006: __cexit already defined in LIBCMT.lib(crt0dat.obj); second definition ignored LIBC.lib(crt0dat.obj) : warning LNK4006: __c_exit already defined in LIBCMT.lib(crt0dat.obj); second definition ignored LIBC.lib(crt0dat.obj) : warning LNK4006: __C_Exit_Done already defined in LIBCMT.lib(crt0dat.obj); second definition ignored LIBC.lib(crt0dat.obj) : warning LNK4006: __C_Termination_Done already defined in LIBCMT.lib(crt0dat.obj); second definition ignored LIBC.lib(crt0dat.obj) : warning LNK4006: __exitflag already defined in LIBCMT.lib(crt0dat.obj); second definition ignored LIBC.lib(crt0dat.obj) : warning LNK4006: __wpgmptr already defined in LIBCMT.lib(crt0dat.obj); second definition ignored LIBC.lib(crt0dat.obj) : warning LNK4006: __pgmptr already defined in LIBCMT.lib(crt0dat.obj); second definition ignored LIBC.lib(crt0dat.obj) : warning LNK4006: ___winitenv already defined in LIBCMT.lib(crt0dat.obj); second definition ignored LIBC.lib(crt0dat.obj) : warning LNK4006: __wenviron already defined in LIBCMT.lib(crt0dat.obj); second definition ignored LIBC.lib(crt0dat.obj) : warning LNK4006: ___initenv already defined in LIBCMT.lib(crt0dat.obj); second definition ignored LIBC.lib(crt0dat.obj) : warning LNK4006: __environ already defined in LIBCMT.lib(crt0dat.obj); second definition ignored LIBC.lib(crt0dat.obj) : warning LNK4006: ___wargv already defined in LIBCMT.lib(crt0dat.obj); second definition ignored LIBC.lib(crt0dat.obj) : warning LNK4006: ___argv already defined in LIBCMT.lib(crt0dat.obj); second definition ignored LIBC.lib(crt0dat.obj) : warning LNK4006: ___argc already defined in LIBCMT.lib(crt0dat.obj); second definition ignored LIBC.lib(crt0dat.obj) : warning LNK4006: __winminor already defined in LIBCMT.lib(crt0dat.obj); second definition ignored LIBC.lib(crt0dat.obj) : warning LNK4006: __winmajor already defined in LIBCMT.lib(crt0dat.obj); second definition ignored LIBC.lib(crt0dat.obj) : warning LNK4006: __winver already defined in LIBCMT.lib(crt0dat.obj); second definition ignored LIBC.lib(crt0dat.obj) : warning LNK4006: __osver already defined in LIBCMT.lib(crt0dat.obj); second definition ignored LIBC.lib(crt0dat.obj) : warning LNK4006: __osplatform already defined in LIBCMT.lib(crt0dat.obj); second definition ignored LIBC.lib(crt0dat.obj) : warning LNK4006: __umaskval already defined in LIBCMT.lib(crt0dat.obj); second definition ignored Creating library c:\Users\Asus\Desktop\Client\engine\sdk\proj\..\lib\MindPower3D_D8R.lib and object c:\Users\Asus\Desktop\Client\engine\sdk\proj\..\lib\MindPower3D_D8R.exp LINK : warning LNK4098: defaultlib 'LIBC' conflicts with use of other libs; use /NODEFAULTLIB:library c:\Users\Asus\Desktop\Client\engine\sdk\proj\..\lib\MindPower3D_D8R.dll : fatal error LNK1169: one or more multiply defined symbols found
  14. @Snre3n Hi. Isn't it vs2019? can't seem open it in vs2003 as you stated in first post and vs2019 dumps a lot of errors Can some help me with this?
  15. Unknown

    TOPII

    Hello, Is it possible to run 2.x files with TOPII client?
  16. https://prnt.sc/uj6mi6 All libraries were compiled.
  17. use this client https://mega.nz/#!cg1iwI5S!o727RINqjYIZoN3zT2MpxXP9AyOxm8k2HqUUVtol9lw or https://mega.nz/file/2H4wFQjZ#NOyJty7OCJzIPOUqXO5m13tQmzFs9ie8vrraoJhJZVA (problems with this one)
×
×
  • Create New...