Jump to content

Mafia83

Member
  • Posts

    9
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Mafia83

  1. ui.py Search: class Window(object): def __init__(self, layer = "UI"): add bellow: self.onMouseLeftButtonUpEvent = None also in class Window(object): search: def OnRender(self): if self.renderEvent: apply(self.renderEvent, self.renderArgs) add bellow: def SetOnMouseLeftButtonUpEvent(self, event): self.onMouseLeftButtonUpEvent = event def OnMouseLeftButtonUp(self): if self.onMouseLeftButtonUpEvent: self.onMouseLeftButtonUpEvent()
  2. I think that your solution is not exactly the best and look why I say this. [Hidden Content]
  3. Why didn't he use normal numbers from the beginning? Thanks anyway.
  4. This system is very good, but I don't understand where I can change the codes for the metin stone, such that I can use another code instead of 8200, 8201, 8202, etc. It works, but I would like to add a few more stones like for Christmas, Easter... [Hidden Content]
  5. Hello and thank you for this system! [Hidden Content] I think there is another problem with this system. If you pick up several objects from the bottom or buy from the store and open 2-3-4 windows, the effects on the objects in the inventory spin much too quickly.
  6. Hello and thanks for this resource, could you do an update for the dice system as well? or how could I disable the effect for the dice system? [Hidden Content]
  7. I did everything exactly as you said and my visitors don’t show up...
×
×
  • 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.