Jump to content

Ulthar

Premium
  • Posts

    228
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by Ulthar

  1. Download Alternative download links → G-Drive Hello! I was searching for it back in the days but i never found it, so i share it with you. Gif about it:
  2. When u write "start", wait 2-4 sec and then write "1" for start one CH. For mounts: take a look in proto for: 71124 and copy-paste that line and just change the mob-ID where u need, and ofc the item ID too.
  3. Thanks for your friendly words! Currently, the base problem is the guild icons. If the guild icon saved badly, the character is not able to log-in, sadly. (Its not TMP4 or my fault, its default what is need to be fixed at the very first.) Any other problem (if) have, thats cannot be huge problems, cuz i tested and tested and tested everything what i can. Ofc, im human too and i make mistakes for sure. One word is like a hundred, If you set up the server, you are able to do a lot thing without needed to fix the systems which already in.
  4. There is no full yang implemented. You can see the define only cuz of offlineshop
  5. When u kill a mob, it will leave a small sparking something in the killed mob?
  6. thanks for the long aswer. ofc.
  7. Set it to m1, for me its owrking on M1, but not on P.
  8. [Hidden Content] Its working. edit: also, i dont have any lag when i meet a player. (The typical 0.5/1 sec lag u know)
  9. Hello, no. I will not update it anymore
  10. You missed something in he source part. You forgot to increase a value, im sure
  11. Are you trying to build it in debug mode?
  12. Those, who also have this problem: in: UserInterface/PythonNetworkStreamPhaseGame.cpp Search: if (i >= 112 && i <= 115 && rPlayerSkill.bLevel) rkPlayer.SetSkill(7, i); if (i >= 116 && i <= 119 && rPlayerSkill.bLevel) rkPlayer.SetSkill(8, i); Change it to: #ifndef ENABLE_SKILL_DESCRIPTION_RENEWAL if (i >= 112 && i <= 115 && rPlayerSkill.bLevel) rkPlayer.SetSkill(7, i); if (i >= 116 && i <= 119 && rPlayerSkill.bLevel) rkPlayer.SetSkill(8, i); #endif
  13. Search for that in item proto, and read the line and find the differences.
  14. Only 71124 changed. For others, you need to change.
  15. I only found spaces in names in group.txt and everything was inside "". I replaced spaces with _ and removed all "" characters but still getting this error. Also when I type close in the terminal and then start again I get connection_refused, Could not connect to mysql. If I reboot FreeBSD it starts normally until I close again. Toss me an anydesk, cuz i didnt get this error. Interesting. Add me on discord and we can take a look. FIXED: dragon_soul_table.txt was the problem.
  16. Client and DumpProto source with VS22
  17. Sorry, i forgot that. I uploaded to G-Drive. Thank you for mention it!
  18. Download Center Google Drive or Metin2 Download The files are uploaded to Google Drive. Hello! Im here again. I made more changes and im going to share it with you. This V2 have more changes, take a look: Currently, I dont know any problem with the systems/modifications what I added, but if something is missing, please let me know and I'll try to add it/fix it. Datas: Last but not least, have a nice day.
  19. you message make no sense, cuz this offline shop is already public and u can take a look whats in the tutorial so u can make it to your language
×
×
  • 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.