Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/19/19 in all areas

  1. aura_250_006.gr2 currently not exists in archives, but I uploaded some missing files which is required by aura; here it's works well without gr2 model too;
    3 points
  2. New pet, mount and new aura system parts: DL1 - Pet and Mount - DL2 - Aura stuff (All) Metin2 Download
    3 points
  3. I think that file is a mistake only. Have a look at the attaching code:
    2 points
  4. It seems that your "Window" class in ui.py differs a bit from mine, you don't have the method "SetMouseLeftButtonUpEvent", edit the "Window" class as following : class Window(object): [...] def __init__(self, layer = "UI"): [...] self.mouseLeftButtonDownEvent = None self.mouseLeftButtonDownArgs = None self.mouseLeftButtonUpEvent = None self.mouseLeftButtonUpArgs = None [...] def SetMouseLeftButtonDownEvent(self, event, *args): self.mouseLeftButtonDownEvent = event self.mouseLeftButtonDownArgs = args def OnMouseLeftButtonDown(self): if self.mouseLeftButtonDownEvent: apply(self.mouseLeftButtonDownEvent, self.mouseLeftButtonDownArgs) def SetMouseLeftButtonUpEvent(self, event, *args): self.mouseLeftButtonUpEvent = event self.mouseLeftButtonUpArgs = args def OnMouseLeftButtonUp(self): if self.mouseLeftButtonUpEvent: apply(self.mouseLeftButtonUpEvent, self.mouseLeftButtonUpArgs)
    1 point
  5. invalid download link, can you update it please?
    1 point
  6. partially unpacked item_proto the missing values are replaced with -1 except for addon_type it's 0 you can use it as a reference. item_proto / item_names [Hidden Content] all GF locales including mother russia ?
    1 point
  7. Check if you have tga files
    1 point
  8. Yeah, your syserr say: Maybe bad tab in locale_interface.txt or idk, try to change uiScriptLocale.TASKBAR_MONEY_EXPAND to "Money" (in taskbar.py)
    1 point
  9. It's related to network actor management, if I remember it well, the client removes all dynamic actors on main actor "show" but re-inserts them afterwards because they are still stored in a vector or map of network actors because there is aproblem with a function that tests if a given actor is "visible" to main actor. I can try to take a look at my source edits if you want
    1 point
  10. item_names.txt (all countries without mother russia ?) please don't replace (just copy and past some parts). Patch v19.3.6 Download
    1 point
  11. I can help you solve the issue. Skype: aresyournightmare Discord: 這個地方標誌著我們的墳墓。如果你願意的話,你也可以在這裡休息。#0001
    0 points
×
×
  • 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.