Jump to content

rares2017

Member
  • Posts

    38
  • Joined

  • Last visited

  • Feedback

    0%

About rares2017

Informations

  • Gender
    Male

Recent Profile Visitors

513 profile views

rares2017's Achievements

Collaborator

Collaborator (7/16)

  • Conversation Starter
  • Collaborator
  • Reacting Well
  • Dedicated
  • First Post

Recent Badges

31

Reputation

  1. Hello everyone, has anyone else had this problem after implementing Race Height of Actors, sometimes it works, sometimes it doesn't.
  2. With Active Sequence it doesn't work, without Active Sequence it works.
  3. When I use ctrl+rclick it takes me back to login and this appears in syserr from ch1: Process: UNKNOWN HEADER: 146, LAST HEADER: 22(6), REMAIN BYTES: 1, fd: 19
  4. Can anyone tell me how I can make time appear next to the owner name and not above?
  5. Check ActivateSlot function in ui.py if you have sash system, it may be ActivateSlotOld
  6. Hi, can someone help me with tooltip for hp mast hydra dungeon. if app.ENABLE_DEFENSE_WAVE: self.MastHp = self.GetChild("MastHp") self.MastWindow = self.GetChild("MastWindow") self.MastHp.OnMouseOverIn = ui.__mem_func__(self.MastHp.ShowToolTip) self.MastHp.OnMouseOverOut = ui.__mem_func__(self.MastHp.HideToolTip) self.MastHp.SetShowToolTipEvent(self.MastHp.OnMouseOverIn) self.MastHp.SetHideToolTipEvent(self.MastHp.OnMouseOverOut)
  7. Problem solved, for who else has the problem check #define ENABLE_MOUNT_ENTITY_REFRESH
  8. Hi, I also have a problem with synchronization I think or do not know exactly what it could be, the problem manifests itself as follows, when I ride a mount if I get off the mount while walking gives me back, but if I I stop and after I get down I don't back down, there is another problem with the skills, I left a video below to make it easier for you to figure out what I mean. Sorry for my English. [Hidden Content]
  9. I had this problem too and it was solved with #include "../gamelib/ItemData.h" in PythonSystem.h
  10. #include "../gamelib/ItemData.h" in PythonSystem.h
×
×
  • 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.