Jump to content

nefdulin

Inactive Member
  • Posts

    4
  • Joined

  • Last visited

  • Feedback

    0%

About nefdulin

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

nefdulin's Achievements

Apprentice

Apprentice (3/16)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

63

Reputation

  1. Okay, so if you do all the steps in the first post you will NOT see any log box appering. This is not a bug or an error on your end. The problem(!) is very simple. We created the logic of what happens when we send our packet but we didn't send the packet at all. And since this is a new packet we've written the game will not send it for us. Let's say we want to send the packet when we pickup an item. To achieve that all we have to do is call "SendMetin2DevPacket" function inside PickupItem(DWORD dwVID) function. You can find the PickupItem function inside char_item.cpp file.
  2. Wow, this was an amazing read. Thank you so much for sharing your knowledge! People like you make this community a better place.
  3. You need to have a function called 'CheckRefineDialog' inside your interfacemodule.py file. Make sure you have it.
  4. You can find the code here: [Hidden Content] Refine
×
×
  • 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.