Jump to content

Metin2 Dev

Bot
  • Posts

    2151
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Metin2 Dev

  1. I'm not sure what you want to say, but maybe this will help: pc.get_local_x pc.get_local_y pc.get_x pc.get_y
  2. #Search in "class InventoryWindow(ui.ScriptWindow):": def __init__(self): #Add after: if constInfo.ENABLE_EXPANDED_MONEY_TASKBAR: self.wndExpandedMoneyBar = None self.wndGem = None [Hidden Content]
  3. The original system is from WorldArd, simply someone resold it to you. I would like to help you, but I can't because it is against my policies to do so, I also believe that the rules of the forum are also prohibited. Im sorry
  4. If you bought it from @felipeard1, then he will help you without problems
  5. Maybe some wrong in UserInterface/GameType.h or in GameLib/ItemData.h or in python part(uiscript/inventorywindow), These are just some ideas, but surely the problem is there.
  6. Sex 0 is man, sex 1 is woman (I'm not sure, but I think yes)
  7. Weed's idea for sex verification is very good, like this:
  8. I think job 4 = lycan
  9. Yes, I did it. Yes, it is complete and functional. If you want it can also be compatible with offlineshops, read the README of the download.
  10. You seted DHCP?
  11. Yes, sometimes it happens that when the VM has a bad configuration in the IP, then it can't connect to the Internet and therefore does not download anything.
  12. ping 8.8.8.8 in your console
  13. Verify your internet connection in VM. (maybe resolv.conf)
  14. Yes you are correct. I use it for the offline shop system (when I sell something in won and that goes to the gifts section)
  15. M2 Download Center Download Here ( Internal ) Download Here ( GitHub ) Cheque system full ~ like official The tutorial was remade and uploaded to github Monetary unit: Won - Not compatible with long long gold - Max won 999 (like official) - Added support for OfflineShop(great) Best regards.
  16. You can do it that way if you like. I did it the way it works on official servers. You must add the feature that is used in NEW_CHARACTER_SELECT in ui.py @Syriza
  17. As @Syreldar said, it's like the official. (then yes is in my tut)
  18. You can see whether the inventory is opened or closed. If you want to see only the money interface and not the inventory, then click on the "Money" button and not the "Inventory" button.
  19. Sorry, I forgot to include that since I had it for the NEW_SELECT_CHARACTER, here it is: root/ui.py On the other hand, the tutorial was only to have that interface for the money, not for the systems of cheque_system and gem_system, that's why I put "I recommend putting this as long as you have check_system and gem_system (otherwise the interface is a little ugly)" If you do not have these systems you can remove that part of the code or in pythonapplicationmodule: Although in the same way I will release the cheque_system in a few days. And the gem_system you can buy it from @felipeard1
  20. Check GameLib/ActorInstanceMotion.cpp function : void CActorInstance::__MotionEventProcess(BOOL isPC) On else it shoud not be a loop.
×
×
  • 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.