Jump to content

CHXMVN

Premium
  • Posts

    27
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

CHXMVN last won the day on April 2 2018

CHXMVN had the most liked content!

About CHXMVN

  • Birthday 09/26/1995

Informations

  • Gender
    Male

Recent Profile Visitors

4578 profile views

CHXMVN's Achievements

Collaborator

Collaborator (7/16)

  • Very Popular Rare
  • Reacting Well
  • Dedicated
  • Conversation Starter
  • First Post

Recent Badges

602

Reputation

  1. I also need the source, a reupload would be great
  2. 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.
  3. What's about the UI?
  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. 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.
  7. Great release, I really like the EXP feature. Could you add a way to reload the shop_ex_table?
  8. Check def OnMouseLeftButtonUp and def __PutItem in game.py
  9. The best series ever made: La casa de papel
  10. Just use your already defined ssh key and a MySQL user@localhost. Edit your connection like that:
  11. 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)
  12. 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.
  13. 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.
  14. the amazing spider-man 2
  15. problem solved, can be closed.
×
×
  • 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.