Jump to content

bicho3711

Inactive Member
  • Posts

    9
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by bicho3711

  1. Do you mind sharing the fix?
  2. I have the same bug, using TMP4 serverfiles
  3. Hello everyone, I've been trying to delay net.SendShopEndPacket() on def Close in uishop.py but all methods i've tried they freeze the game... def Close(self): if self.itemBuyQuestionDialog: self.itemBuyQuestionDialog.Close() self.itemBuyQuestionDialog = None constInfo.SET_ITEM_QUESTION_DIALOG_STATUS(0) if self.questionDialog: self.OnCloseQuestionDialog() shop.Close() net.SendShopEndPacket() self.CancelShopping() self.tooltipItem.HideToolTip() self.Hide() Any ideas how can i delay to execute the net.SendShopEndPacket() without freezing the client? Thank you
  4. I have the same problem... I know it's a visual problem, because damage is how it's suposed to be...
  5. Hello everyone, Recently I've been creating some quests that uses mounts and horses... I noticed if I have /in active in a GM account, and if I mount ( A normal horse or a new mount ) it will not display the GM symbol until i remove /in and mount or teleport again... Does anyone have a fix for this? Using TMP4 40250 Thank you, Kind Regards
  6. Hello, does anyone know how to fix this metin stone space problem? #fixed, i've changed def AppendTextLine to default...
  7. Does anyone have an idea why it's not showing the number of quests? Syserr when i hover the left quest scroll icon: 0607 07:39:33420 :: Traceback (most recent call last): 0607 07:39:33420 :: File "uiWhisper.py", line 28, in ShowToolTip 0607 07:39:33420 :: AttributeError 0607 07:39:33420 :: : 0607 07:39:33420 :: 'NoneType' object has no attribute 'Show' 0607 07:39:33420 :: 0607 07:39:33453 :: Traceback (most recent call last): 0607 07:39:33453 :: File "uiWhisper.py", line 32, in HideToolTip 0607 07:39:33453 :: AttributeError 0607 07:39:33453 :: : 0607 07:39:33453 :: 'NoneType' object has no attribute 'Show' 0607 07:39:33453 ::
  8. I have the same problem... Anyone managed to fix?
×
×
  • 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.