Jump to content

xP3NG3Rx

Honorable Member
  • Posts

    855
  • Joined

  • Days Won

    402
  • Feedback

    100%

Everything posted by xP3NG3Rx

  1. This topic is not file request thread, please stop it. Everything* is public from the official client. 17.0.7 whole unpacked client: [Hidden Content] 17.0.12 whole unpacked client: [Hidden Content] 17.1 updates only: [Hidden Content]
  2. def __GetServerID(self): regionID = self.__GetRegionID() serverID = 0 for i in serverInfo.REGION_DICT[regionID].keys(): if serverInfo.REGION_DICT[regionID][i]["name"] == net.GetServerInfo().split(",")[0]: serverID = int(i) break return serverID
  3. Seems 1st of April fool. No, not seems, exactly it is.
  4. This isn't because of this, but If I remember as well it's a global problem, I don't know how do I fixed it already.
  5. I don't know anything about the maps. Pet icons: 53250.tga / 53251.tga
  6. OnUpdate Isn't the best solution, but seems good. def OnUpdate(self): # self.RefreshBagSlotWindow() for i in xrange(player.INVENTORY_PAGE_SIZE): if self.wndItem: GlobalSlot = self.__InventoryLocalSlotPosToGlobalSlotPos(i) if player.GetItemLook(GlobalSlot): self.wndItem.EnableSlotCoverImage(i) else: self.wndItem.DisableSlotCoverImage(i) if player.FindActivedChangeLookSlot(0) == GlobalSlot or player.FindActivedChangeLookSlot(1) == GlobalSlot: self.wndItem.ActivateChangeLookSlot(i) else: self.wndItem.DeactivateChangeLookSlot(i)
  7. The new update(v17.1) is containing the following unpacked packfiles: locale(en,us,de,cz,hu) w/ unpacked protos <!!> via new antiflags <!!> root <!> dumped python and built-in datas <!> (Not raw .python files!) uiscript icon patch_easter2k16 patch_etc_costume1 patch_pc3_m patch_public patch_ramadan patch_summer outdoormilgyo1 outdoortrent02 [Hidden Content] [Hidden Content]
  8. Metin2(CN)_eterPacks_2017_03_25 Metin2 Download 18.0 isn't on live server yet.
  9. Let's start to learn minimal c++ knowledge or use the google.
  10. Stop copy and paste.. Here is the new one: M2(cz)_EterPacks_17.0.12.7z Metin2 Download
  11. These should be your fault, because I never experienced those problems, still under developing neither. Uploading(available in next 30 mins): [Hidden Content] Btw: Shiro2/3 is using this a long time ago.
  12. M2 Download Center Download Here ( Internal ) Hello everyone. It's a good day to share an old code with you. First of all you need to know: I don't help to install it. Don't even take the contact with me about it. The whole code is written by me, and reversed from official binaries. At the beginning do a backup for your files(srcs+pys) and READ CAREFULLY the readme. W/o brain.exe please close this tab, or your browser, thank you for your understanding. Preview: Download.exe Enjoy & #h4v3fun, pngr
  13. [Hidden Content] [Hidden Content] I didn't follow the new patchfiles, so this is the whole pack folder unpacked.
  14. I know already, however I'm never using alt+tab.
  15. Hm, could you explain the bug?
  16. As webzen did, via antiflag.
  17. The attaching function w/ right mouse button is located into the uiInventory.py file, because you are clicking on an item in the inventory. You have to check the current opened window to blocks the equiping the sash and make some magic in the "def __UseItem(self, slotIndex):" and "def __SendUseItemPacket(self, slotPos):" The slot highlighting is dependig on what version is that what you are using.
  18. This is one of the minimal requirements of server developing to understand how this works... Nice tutorial btw. Respect!
  19. OMG! I'm going to take a shower with my hair dryer. Please set up a new rule to this topic: NOT ALLOWED REQUESTS AND CADGE!
  20. The client is not containing this set yet...
×
×
  • 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.