Jump to content

Galet

Premium
  • Posts

    1384
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    0%

Posts posted by Galet

  1. I completely agree with you ! Hope to see more !

    1) It was always a project for me but with Lz4 or Snappy, I think it's a must have now

    2) I agree too, I use AES256 with salts and some additionnal securities for the MySQL password but I never tried with pong, however I rewrote a part of the pong because sometimes a mismatch occured without any suitable reasons

    3) Config.exe ? If yes I created a new one, in french however, ausing vb.net and I added some new config options (about tree's shadering or some systems). However I didn't add any additionnal effect like I did before (FXAA or post process) because I downgraded my client (dx9 to dx8 (native))

    What's more I think that using smart_ptr and other C++11/14/17 features will be a big plus in the sources and std::array or std::vector instead of old coding style, what's more you can get rid of old coding style such as "strcmp" and a lot of other "depreciated features"

    Keep it up !

  2. 2 hours ago, EnKor said:

    i install this tutorial more then 20 times. And i cant refine itens in 3 ,4 or 5 inventory.

     

    i trie with 3, with 4 and 5 inventory. Never refine. All work fine trades and etc... but cant refine! Why???

    I had a similar bug, there's a check in input_main if I remeber well, but i'm not sure

  3. Why do such a thing in C++ if everything could be created by quest ? I mean, yes it could be stupid to hear my sentence, but in this case, everything is already done in C++ (a function to see the skill's level and a function to increase it) so you just have to create a simple loop in .lua ^^

  4. Definitely server sources, check the last files you modified first (use WinMerge or DiffChecker) and then recompile until the bug vanishes, what's more you can add the things you deleted before but you should do it one by one in order to be sure that the bug won't come back again

    (I usually speak english fluently but I hope the last sentence is correct and undurstandable)

    • Love 1
  5. Happened to me back in the days (almost 1 year ago) And never know from where the problem was, I just revamped my whole source (but cehck mainly the last files you modified and the problems is probably located in input_main or char files)

    • Love 1
×
×
  • 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.