Jump to content

enisina

Active+ Member
  • Posts

    195
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by enisina

  1. I have nothing to try, I don't know what to do anymore.
  2. I've been checking everything for 2 days. I did a comparison with other files, but I couldn't see the difference. Can you take a look? I can throw the files you want
  3. uitooltip has checked it looks properly. mysql adds bonuses as in picture 3 but bonuses appear in image 2
  4. mysql adds bonuses as in picture 3. but bonuses appear in image 2. absorbed weapon: everything looks good result
  5. I guess yes. I saw a system that caused so much trouble for the first time. please help me. I solved the problem so much. only one of those stayed. @martysama0134
  6. game crashes when removing pet from transfer box game.core
  7. I didn't make a change in the pet system, I shared it as it is
  8. the game crashes if I call and send it back and exit. but if you don't call, there's no problem with the exit
  9. if pet is activite, out game crash game. videos and pictures are available below game.core pictures
  10. yes I understood. freebsd 9.2 is now obsolete. It makes more sense to use freebsd 12. thanks
  11. Install with pkg pkg install gmake pkg install subversion pkg install makedepend pkg install gcc
  12. template <typename T> T _MIN(T a, T b) { return a < b ? a : b; } template <typename T> T _MAX(T a, T b) { return a > b ? a : b; } template <typename T> T MINMAX(T min, T value, T max) { T tv; tv = (min > value ? min : value); return (max < tv) ? max : tv; } Fix
×
×
  • 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.