Jump to content

Originale

Inactive Member
  • Posts

    254
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Originale

  1. the number of slot inventory is managed in the game. my the rest is handled in python looks in inventorywindow.py it's like the official ## Item Slot { "name" : "ItemSlot", "type" : "grid_table", "x" : 8, "y" : 246, "start_index" : 0, "x_count" : 5, "y_count" : 9, "x_step" : 32, "y_step" : 32, "image" : "d:/ymir work/ui/public/Slot_Base.sub" }, it is in the horizontal ## Item Slot { "name" : "ItemSlot", "type" : "grid_table", "x" : 8, "y" : 246, "start_index" : 0, "x_count" : 9, "y_count" : 5, "x_step" : 32, "y_step" : 32, "image" : "d:/ymir work/ui/public/Slot_Base.sub" },
  2. Yes I tried to change the platform toolset I also used the source client to the server Terenzo.et I use mainline_realesed client and compilable on vs 2013. I can combine visual studio to compile both SLN? 2010, 12, 13 ?
  3. I try to compile the server vs my 2013 db no problem makes the game if Here is the error Error 254 error C2664: 'size_t boost::hash_value(std::type_index)' : cannot convert argument 1 from 'const VID' to 'std::type_index' (char_skill.cpp) C:UsersStevenDesktopElys2_SourceSrcExternincludeboostfunctionalhashextensions.hpp 269
  4. Yes it is quite right. Normally the class cfilename and comment, I very sure my uncomment these always the same! Then as I was told that I needed to change in the source of the packer / depacker Cfilename by CFileNameHelper places when I tried it my return more errors
  5. Find that type checking 2 packs "root uiscript, locale_fr, etc."?
  6. Always the same :x Edit: I still have more than 4 errors Error 3 error C2039: 'compare' : is not a member of 'CFilename' d:Metin2Sourcekraizymainline_w2.0SrcsToolsMetin2PackMakerMain.cpp 260 Metin2PackMaker Error 4 error C2039: 'compare' : is not a member of 'CFilename' d:Metin2Sourcekraizymainline_w2.0SrcsToolsMetin2PackMakerMain.cpp 267 Metin2PackMaker Error 7 error C2039: 'compare' : is not a member of 'CFilename' d:Metin2Sourcekraizymainline_w2.0SrcsToolsMetin2PackMakerMain.cpp 419 Metin2PackMaker Error 8 error C2039: 'compare' : is not a member of 'CFilename' d:Metin2Sourcekraizymainline_w2.0SrcsToolsMetin2PackMakerMain.cpp 425 Metin2PackMaker
  7. Good evening to all Here I wanted to get into the tool Metin2PackMaker even if I can find my official version already compiled I said I tried to go to my smaller version Is is that bored starts ^ ^ 1st Attempt Compilation 88error 255warning 2er Attempt Compilation 8error 4warning improving my Now I galley and drank in a wall 4 days ago: x So I ask you can help Error 254 error C2039: 'compare' : is not a member of 'CFilename' d:Metin2Sourcekraizymainline_w2.0SrcsToolsMetin2PackMakerMain.cpp 260 Metin2PackMaker Error 255 error C2039: 'compare' : is not a member of 'CFilename' d:Metin2Sourcekraizymainline_w2.0SrcsToolsMetin2PackMakerMain.cpp 267 Metin2PackMaker Error 256 error C2678: binary '+' : no operator found which takes a left-hand operand of type 'std::string' (or there is no acceptable conversion) d:Metin2Sourcekraizymainline_w2.0SrcsToolsMetin2PackMakerMain.cpp 328 Metin2PackMaker Error 259 error C2039: 'compare' : is not a member of 'CFilename' d:Metin2Sourcekraizymainline_w2.0SrcsToolsMetin2PackMakerMain.cpp 419 Metin2PackMaker Error 260 error C2039: 'compare' : is not a member of 'CFilename' d:Metin2Sourcekraizymainline_w2.0SrcsToolsMetin2PackMakerMain.cpp 425 Metin2PackMaker Error 261 error C2678: binary '+' : no operator found which takes a left-hand operand of type 'std::string' (or there is no acceptable conversion) d:Metin2Sourcekraizymainline_w2.0SrcsToolsMetin2PackMakerMain.cpp 550 Metin2PackMaker Error 262 error C2678: binary '+' : no operator found which takes a left-hand operand of type 'std::string' (or there is no acceptable conversion) d:Metin2Sourcekraizymainline_w2.0SrcsToolsMetin2PackMakerMain.cpp 752 Metin2PackMaker Error 263 error C2678: binary '+' : no operator found which takes a left-hand operand of type 'std::string' (or there is no acceptable conversion) d:Metin2Sourcekraizymainline_w2.0SrcsToolsMetin2PackMakerMain.cpp 1033 Metin2PackMaker
  8. Hello to all That's because 4/5 days a galley I compile my source server I uninstall reinstall ect I have VS 2008 and 2013 installed! I'm using VS 2008 Pro SP1
  9. Hello to all That's because 4/5 days a galley I compile my source server I uninstall reinstall ect I have VS 2008 and 2013 installed! I'm using VS 2008 Pro SP1
  10. I too am in the same situation as you my friends put on a runway Group cordraconis { Vnum 50255 1 110000 1 10 2 120000 1 10 3 130000 1 10 4 140000 1 10 5 150000 1 10 6 160000 1 10 } I think my réalitée when everything goes in the file dragon_soul_table.txt
  11. you need to change some thing more as here db/Cache.cpp { iLen += snprintf(szColumns + iLen, sizeof(szColumns) - iLen, ", socket0, socket1, socket2"); iValueLen += snprintf(szValues + iValueLen, sizeof(szValues) - iValueLen, ", %lu, %lu, %lu", p->alSockets[0], p->alSockets[1], p->alSockets[2]); iUpdateLen += snprintf(szUpdate + iUpdateLen, sizeof(szUpdate) - iUpdateLen, ", socket0=%lu, socket1=%lu, socket2=%lu", p->alSockets[0], p->alSockets[1], p->alSockets[2]); } in { iLen += snprintf(szColumns + iLen, sizeof(szColumns) - iLen, ", socket0, socket1, socket2, socket3"); iValueLen += snprintf(szValues + iValueLen, sizeof(szValues) - iValueLen, ", %lu, %lu, %lu, %lu", p->alSockets[0], p->alSockets[1], p->alSockets[2],p->alSockets[3]); iUpdateLen += snprintf(szUpdate + iUpdateLen, sizeof(szUpdate) - iUpdateLen, ", socket0=%lu, socket1=%lu, socket2=%lu, socket3=%lu", p->alSockets[0], p->alSockets[1], p->alSockets[2], p->alSockets[3]); } is also in the sql table add a new column socket3
  12. Hello I rewrite the version.h file db and game One thing that greenhouse nothing :d DB - version.h #include <stdio.h> #include <stdlib.h> void WriteVersion() { #ifndef __WIN32__ FILE* fp(fopen("_Version", "w")); fprintf(fp, "Databases Revision r%s For FreeBSDn", __DB_VERSION__); fprintf(fp, "Gameforge 2013/2014n"); fprintf(fp, "Modified by - Originale.Elys2n"); fclose(fp); #else FILE* fp(fopen("_Version", "w")); fputs("Databases Revision r40146 For Windowsn", fp); fputs("Gameforge 2013/2014n", fp); fputs("Modified by - Originale.Elys2n", fp); fclose(fp); #endif } GAME -version.h #include <stdio.h> #include <stdlib.h> void WriteVersion() { #ifndef __WIN32__ FILE* fp(fopen("_Version", "w")); fprintf(fp, "Game Revision r%s For FreeBSDn", __GAME_VERSION__); fprintf(fp, "Gameforge 2013/2014n"); fprintf(fp, "Modified by - Originale.Elys2n"); fclose(fp); #else FILE* fp(fopen("_Version", "w")); fputs("Game Revision r40267 For Windowsn", fp); fputs("Gameforge 2013/2014n", fp); fputs("Modified by - Originale.Elys2n", fp); fclose(fp); #endif }
  13. 0420 15:19:36093 :: Unknown packet header: 48, last: 76 1 that would tell me what those who blocked?
  14. addon quest.bat cd sharelocalefrancequest @echo off :: Delete object folder echo Deleting object folder.. RD /S /Q object :: Compiling quests echo Compiling quests.. for /F %%i in (C:_Serv2014_MT2sharelocalefrancequestquest_list) do ( C:_Serv2014_MT2sharelocalefrancequestquest.exe %%i ) exit quest.exe = qc [Hidden Content] Edit MEGA: [Hidden Content]
  15. must remove all _IMPROVED_PACKET_ENCRYPTION_ customer source? Just remove _IMPROVED_PACKET_ENCRYPTION_ in file ServiceDefs.h from client and remove _IMPROVED_PACKET_ENCRYPTION_ in file service.h from /server/common for server I finally remove all rather made ​​every comment My Binary 3.031ko does well in release mode But her but unable to connect Auth => syserr SYSERR: Mar 19 11:47:36 :: Process: UNKNOWN HEADER: 221, LAST HEADER: 0(0), REMAIN BYTES: 72, fd: 15
  16. Notice to amateur http://www.solarus-games.org/
  17. Error resolved I had a mistake in my file ClientManagerBoot.cpp function bool CClientManager :: InitializeShopTable () Vote4Close Edit a Post
×
×
  • 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.