Jump to content

bossy_max

Inactive Member
  • Posts

    22
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by bossy_max

  1. does he fix the kick when he open the safebox?
  2. i saw such a log in the db logs of my test server after this connection mysql shutdown and connect again is this a backdoor attempt? #this ip address is not part of our team
  3. i will use it this thank you m_pointsInstant.playerSlots = std::unique_ptr<character_point_instant::PlayerSlotT>(new character_point_instant::PlayerSlotT());
  4. @ martysama0134what can I use instead of make_unique ?
  5. i did everything the same but there is such a bug [Hidden Content] and i used unique_ptr instead of make_unique in part SetPlayerProto.
  6. thanks for sharing, can you publish a detailed document for those who do not know exactly this?
  7. def ExitSelect(self): import uiCommon self.selectDialog = uiCommon.QuestionDialog() self.selectDialog.SetText("what do you want to do?") self.selectDialog.SetAcceptEvent(ui.__mem_func__(self.SelectPortal), 1) self.selectDialog.SetCancelEvent(ui.__mem_func__(self.SelectPortal), 0) self.selectDialog.Open() def SelectPortal(self, arg): if not arg == 0: if LEAVE_BUTTON_FOR_POTAL: if app.loggined: self.stream.SetPhaseWindow(0) else: self.stream.setloginphase() else: self.stream.SetLoginPhase() self.Hide()
  8. example in ymir work\pc\warrior gr2 models
  9. hello, I'm looking for the item highlight effect, does anyone have this effect?
×
×
  • 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.