Jump to content

flygun

Former Staff
  • Posts

    729
  • Joined

  • Last visited

  • Days Won

    7
  • Feedback

    0%

Everything posted by flygun

  1. Yes i got it.., Example : want to pack locale and pc ..select the folders and pack locale then after finishing pack pc
  2. Me too i hope hahahaha ...thanks<3 Ohh you mean at the same time ...yes i cab do this ...every thing is possible But i need some time to test it
  3. This app will let you pack the whole folder and it's content without any xml files or txt files ...so i think it dosn't matter tge name Name of the folder or the file any way I renamed all my folders and files in my client and cleaned it i recommend everybody to do the same
  4. I do not understand you .,but i think that you tried my app and this is what you got after extracting!? Or what?
  5. i'm gonna create GUI ProtoManger will look like Ms-excel just for proto but it'll be static table not dynamic i think ... i'm not expert though but i can't tell now without creating the main GUI
  6. welcome ..can you explain is this a question or what???? . if you mean about making a (pack) I'm working on managing the packs now after that i'll add make pack tools
  7. try mega link thanks <3 yes i use the ymir-made eterPack .... it's a good idea but I have to read about the dll using .. I'm not expert .. also I 'm creating this app for fun
  8. Thanks <3...i'll upload it on mega when i open my pc
  9. M2 Download Center Download Here ( Internal ) Hello Guys I'm currently working on this program .... i've created this project because Metin2MakePack by ymir is in console mode and i made some python scripts to help me but it's a good idea to manage my packs with a GUI window now this is the program. currently only extract button works because I'm testing the GUI. i want to see your opinion PS:to try this tool you have to click on (Browse) button first and select your pack folder to see the pack in the Pack Manager list box PS: In the future i'm working on MFC ProtoManager to (Add,Remove,Edit,Import(client/server(sql/txt),export(client/server(sql/txt)) Item\Mob proto) i got too far about this and now i'm importing (itemdesc.txt / itemlist.txt /skillddesc.txt / skilltable.txt / item_proto / mob proto) Download Link :[Hidden Content] Update (5/3/2017) around 10:19PM ProtoManager -> First of all let me say that I'm on a whole new level on this project from now on .. ProtoManager will be very dynamic a "config.json" file will be created to save your own custom table-like texts ..e.i you don't have to write anything (unless you know what your doing)... there will be "Create/Edit Table" buttons to fully customize your tables... sorry for my bad English FlyGun
  10. OpenLogFile(false); // false == uses syserr.txt only true== uses syserr.txt and log.txt
  11. dafuck is this ?? ... first of all this is and english forum ....second thing the things that you asking for are not for free ... hope you understand if not this is a translation هذا منتدى اجنبي ... والاشياء الي انت طالبها مش ببلاش
  12. i didn't understand you .. but i think it would be something like this from game import <name of "def">
  13. lol you can just add a column in player's table for the pet level and another one for experience and load them from database to game and use it
  14. lol please try to be logical .. it'll work if you have only 4 attribute he didn't do anything to the blessing marble ... you can delete it now or use it in another place
  15. in main.cpp //pet table string temp_pet_line; char szpetTable[256];snprintf(szpetTable, sizeof(szpetTable), "%s/Pet_Exptable.txt", LocaleService_GetTablePath().c_str()); ifstream pet_exp_table_open(szpetTable); if (!pet_exp_table_open.is_open()) { sys_err("Failed to Load [%s]", szpetTable); return; } while (!pet_exp_table_open.eof()){ pet_exp_table_open >> temp_pet_line; str_to_number(exp_table_pet[exp_pet_counter], temp_pet_line.c_str()); exp_pet_counter++;} exp_table_counter = exp_table_counter - 1; exp_pet_counter = exp_pet_counter - 1; constants.cpp DWORD exp_table_pet[PET_EXP_TABLE_MAX + 1]; constants.h extern DWORD exp_table_pet[PET_EXP_TABLE_MAX + 1]; .. this is how to load exptable But how we can enable that the pet can get Level up ? i make some Functions but i dont test it ! in length.h must add PET_EXP_TABLE_MAX = 30, //"30 = (max pet level)" in char.cpp DWORD CHARACTER::GetNextExpPet() const { if (PET_EXP_TABLE_MAX < GetPetLevel()) return 2122000; else return exp_Pet_table[GetPetLevel()]; } char.h int GetPetLevel() const { return m_points.Petlevel; } DWORD GetNextExpPet() const; you must add colon or add new table in the data base for the pet's exp and level
  16. yeah i red about it ... i can't upgrade my freebsd at the moment so i i'll use something else for now thanks anyway for both of you
  17. Try this command: php -r "var_dump(openssl_get_cert_locations());" didn't work :/ still same error
  18. yeah i already did that and worked for me thanks all i just need help with this error ... because i'm still new for this [Composer\Downloader\TransportException] The "[Hidden Content]" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed Failed to enable crypto failed to open stream: operation failed
  19. any help ? [Composer\Downloader\TransportException] The "[Hidden Content]" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed Failed to enable crypto failed to open stream: operation failed
  20. hey dev now i'm thinking of learning some website development so i decided to test this cms now what should i do if i want to run it on FreeBSD like normal server ... and to open it for TEST with the same ip of the server i think i have to install php first .. but i don't know what to do next thanks in advance
  21. in main.cpp //pet table string temp_pet_line; char szpetTable[256];snprintf(szpetTable, sizeof(szpetTable), "%s/Pet_Exptable.txt", LocaleService_GetTablePath().c_str()); ifstream pet_exp_table_open(szpetTable); if (!pet_exp_table_open.is_open()) { sys_err("Failed to Load [%s]", szpetTable); return; } while (!pet_exp_table_open.eof()){ pet_exp_table_open >> temp_pet_line; str_to_number(exp_table_pet[exp_pet_counter], temp_pet_line.c_str()); exp_pet_counter++;} exp_table_counter = exp_table_counter - 1; exp_pet_counter = exp_pet_counter - 1; constants.cpp DWORD exp_table_pet[PET_EXP_TABLE_MAX + 1]; constants.h extern DWORD exp_table_pet[PET_EXP_TABLE_MAX + 1]; .. this is how to load exptable
  22. make sure you did the third step 3: change systemdialog.py in uiscript with this
  23. i didn't change any thing in the inventory i just copied some code to uiauction.py ... i 'm sure 100% i didn't change any thing in the uinventory plus this problem too [Hidden Content] look at the character window
  24. hey guys i got serious weird problem [Hidden Content]
  25. O.o ?? you mean for backup ?? ... i just saw backup.bat from torenzo's source and I've created this code to help backpacking the source on windows
×
×
  • 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.