Jump to content

CHXMVN

Premium
  • Posts

    27
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by CHXMVN

  1. Vegas has been one of the most experienced developers from the whole Metin2 scene for over a decade. If you have not experienced his service you have missed something!
  2. Vegas has been one of the most experienced developers from the whole Metin2 scene for over a decade. If you have not experienced his service you have missed something!
  3. Still not working properly, it will delete the vnum when you load and remove some spawns from an old regen after you've saved it.
  4. What's about Japan? (OG Entertainment)
  5. Yea there is a missing file in the blow effect. For everyone who want to use this: Path: pc/assassin/effect/7-2.dds Download: [Hidden Content]
  6. Here's a little review of the offline-shop system. I don't have to mention the functions of the system since Ikarus has already uploaded a perfect video with a simple overview. But the system as awhole live is something completely different again, especially when you have seen the source code of the system. I can say that this is the best offline shop system on the market. This applies to the quality of the code and the functions. The trade was more than carefree, as I had pre-ordered the system. I was put on a list with a fixed date on which Ikarus installed the whole system. Of course, he was also on time. I own several systems that had to be specially adapted for the offline shop, he did this free of charge, among them were systems that did not belong to the functionality of the offline shop system. In terms of quality and support, there are few to zero people who offer exactly the same service as he does. I can only advise anyone to buy this excellent system, you won‘t regret it. Kind regards, CHXMVN.
  7. Here's a little review of the offline-shop system. I don't have to mention the functions of the system since Ikarus has already uploaded a perfect video with a simple overview. But the system as awhole live is something completely different again, especially when you have seen the source code of the system. I can say that this is the best offline shop system on the market. This applies to the quality of the code and the functions. The trade was more than carefree, as I had pre-ordered the system. I was put on a list with a fixed date on which Ikarus installed the whole system. Of course, he was also on time. I own several systems that had to be specially adapted for the offline shop, he did this free of charge, among them were systems that did not belong to the functionality of the offline shop system. In terms of quality and support, there are few to zero people who offer exactly the same service as he does. I can only advise anyone to buy this excellent system, you won‘t regret it. Kind regards, CHXMVN.
  8. M2 Download Center Download Here ( Internal ) Hello, this type of system was already released on TurkMMO today, I thought I will post a in my opinion better implementation of this system. Download: [Hidden Content] Thanks to VegaS for the re-edit. Kind regards, CHMarvin.
  9. Great release, I really like the EXP feature. Could you add a way to reload the shop_ex_table?
  10. Check def OnMouseLeftButtonUp and def __PutItem in game.py
  11. The best series ever made: La casa de papel
  12. Just use your already defined ssh key and a MySQL user@localhost. Edit your connection like that:
  13. Change def Close(self): self.Hide() if app.ENABLE_SORT_INVEN: def ClickYenileButton(self): if app.IsPressed(app.DIK_LALT): net.SortInven(2) elif app.IsPressed(app.DIK_LCONTROL): net.SortInven(3) else: net.SortInven(1) to def Close(self): self.Hide() if app.ENABLE_SORT_INVEN: def ClickYenileButton(self): if app.IsPressed(app.DIK_LALT): net.SortInven(2) elif app.IsPressed(app.DIK_LCONTROL): net.SortInven(3) else: net.SortInven(1)
  14. Just skip the "new" scale function and use your old one, it's working I did that 3 years ago. It can't be that different.
  15. Someone need to get the 2003 beta client, I'm searching for this shit since 3 years. You can easily see it's older because there is no SP HP.
  16. Hello, Anyone know a solution for this problem I use the dev binary for the client and a myself compiled game, after login I can see the character for 1 second then closes the client and I got this error: Unknown packet header: 101, last: 41 70 kind regards, CHMarvin.
  17. After packing the item_proto the weapons and armors shining no longer
×
×
  • 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.