Jump to content

Sevence™

Inactive Member
  • Posts

    31
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Sevence™

  1. Version of Files : source

    Hi,

    I found a bug in party, i think it concerns you ass well.

    When the group leader logout out the bonus exp icons should dissapear for all of the players in the party, but unfortunately it doesn't happen.

    https://metin2.download/picture/6T8Q3C3qGacvOVbqc9P2n71G2d343Vs1/.gif --> bug the bonus should disappear

    But when the players logout everything works fine for the leader, its should work the same both way.

    https://metin2.download/picture/0x2t0sn5LUKD3o0GH9A3mrZyxLTd3f2S/.gif --> the same should work for the leader

    Is anyone that can help me with that?

  2.   uiexchange 

    after:

     def OpenDialog(self):
            self.TitleName.SetText(localeInfo.EXCHANGE_TITLE % (exchange.GetNameFromTarget()))
            self.AcceptButton.Enable()
            self.AcceptButton.SetUp()
            self.Show()

     add:

    (self.xStart, self.yStart, z) = player.GetMainCharacterPosition()

     

        def OpenDialog(self):
            self.TitleName.SetText(localeInfo.EXCHANGE_TITLE % (exchange.GetNameFromTarget()))
            self.AcceptButton.Enable()
            self.AcceptButton.SetUp()
            self.Show()

            (self.xStart, self.yStart, z) = player.GetMainCharacterPosition()

×
×
  • 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.