Jump to content

juker

Member
  • Posts

    26
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by juker

  1. High quality! recommend it, good guy
  2. Great Dev, all of his systems works like a charm. Recommend!!
  3. Great Dev, all of his systems works like a charm. Recommend!!
  4. Hi, i'm searching someone who can debug and fix my game crash. -Only professional DEV. PM thanks.
  5. # cd /usr/home/Lost/game/Channels/Canal1/Core_LosT_Cidades # gdb92 #set gnutarget x86_64-portbld-freebsd11.3 #file game-ch1-Core_LosT_Cidades #core game.core you must have game.core to make gdb read it
  6. You need to upgrade your freebsd version and install the latest Gdb
  7. Hi to everyone, I'm searching a good metin2 developer that need to know very well: - C++ - Python - Lua I need: -no warning code -full clean -support -system on request PM me thanks
  8. Game Option -- PvP mode -- guild
  9. Hi Metin2Dev, When i ride a mount i have 200 attack and when do warp i have 400 attack how can i fix it?
  10. In cube.cpp search: if (resultText.size() - 20 >= CHAT_MAX_LEN) { sys_err("[CubeInfo] Too long cube result list text. (NPC: %d, length: %d)", npcVNUM, resultText.size()); resultText.clear(); resultCount = 0; } change with: int WildFantasytFIXED; if (resultText.size() < 20) { WildFantasytFIXED = 20 - resultText.size(); } else { WildFantasytFIXED = resultText.size() - 20; } if (WildFantasytFIXED >= CHAT_MAX_LEN) { sys_err("[CubeInfo] Too long cube result list text. (NPC: %d, FIXED_size_value_exygo: %d, length: %d)", npcVNUM, WildFantasytFIXED, resultText.size()); resultText.clear(); resultCount = 0; }
  11. how can I trust you if there are no reviews, you have 15 posts including all requests for help
  12. Hi community, i have a problem on refreshing the model when I unequip, if i mount or i remove my armor, the sash part refreshes and being removed (i have the system with item_scale) I Can Pay for this fix!! hope someone will help me
  13. Hello to all someone has the link of the new armor level 105 ? Sorry for my bad english
×
×
  • 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.