Jump to content

Hik

Member
  • Posts

    279
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Hik last won the day on May 1 2018

Hik had the most liked content!

About Hik

Informations

  • Gender
    Male

Recent Profile Visitors

3433 profile views

Hik's Achievements

Proficient

Proficient (10/16)

  • Reacting Well
  • Very Popular Rare
  • Dedicated
  • First Post
  • Collaborator Rare

Recent Badges

124

Reputation

  1. Thanks, love you
  2. Hi guys, can anyone tell me how to read the extracted files instead of the eix epk files? bPackFirst is already false. D:/ymir work exist.
  3. Thank you for this amazing work!
  4. Is it possible to compile with visual studio and then use the compiled files in freebsd? Obviously not by generating an exe file.
  5. Thanks, that was annoying!
  6. Could someone who fixed bug #2 kindly post the solution?
  7. I was familiar with this bug as well as having experienced it. Someone claimed it was due to the random drop when trying to get the key. Thanks for the release !!!
  8. Thank you very much, I will more than gladly replace the code!
  9. In the end i used this: int random_drop(int min, int max) { std::random_device device; std::mt19937 generator(device()); std::uniform_int_distribution<int> distribution(min, max); return distribution(generator); }
  10. Is it possible to do this also with ShopEx?
  11. Thanks, I followed the code structure you posted ? I get some sort of warning at this line: do you know how to solve? m_pointsInstant.playerSlots-> wDSItemGrid [wCell] = 0; Buffer Overrun: When accessing m_pointsInstant.playerSlots-> wDSItemGrid, the non-write protected size is 1920 bytes, but it is possible to write to wcell.
  12. I think you can also delete passpod, openid, teen packet, vcard, aucion, login_sim etc.
  13. Work, thanks ?
  14. Can you post the changes you made?
  15. Thanks! I have already entered the code, soon I will try it !!
×
×
  • 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.