Jump to content

Problem with Private Shop (Not Offline)


Recommended Posts

  • Premium

Version of Files XXX

Hello Metin2Dev,

 

I have this problem with the normal Private Shop, not the Offline one.

The problem is, when i make a Shop and put one item over there, and someone wants  to buy that repective item, he can click it and everything but when he click on ”you want to buy, yes/no” if he clicks yes nothing happens , if he clicks no , nothing happens but whatever he presses , he remains blocked on ”you want to buy, yes/no” window. So basicaly he can t buy something from my shop..

I don t have nothing on my syserr when i do that thing.

If someone knows the problem, please help me :) 

 

If i have to reinstall the ”shop” thing and someone knows how, please :) i m waiting , thanks .

Link to comment
Share on other sites

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Premium

Yea , i checked right now, thank you but maybe you know from where does it come this problem? look here my syserr:

 

0525 02:08:59143 ::   File "ui.py", line 1357, in CallEvent

0525 02:08:59143 ::   File "uiShop.py", line 350, in <lambda>

0525 02:08:59144 :: TypeError
0525 02:08:59144 :: : 
0525 02:08:59144 :: AnswerBuyItem() takes exactly 3 arguments (2 given)
0525 02:08:59144 :: 

0525 02:08:00281 :: Traceback (most recent call last):

0525 02:08:00281 ::   File "ui.py", line 1357, in CallEvent

0525 02:08:00281 ::   File "uiShop.py", line 350, in <lambda>

0525 02:08:00282 :: TypeError
0525 02:08:00282 :: : 
0525 02:08:00282 :: AnswerBuyItem() takes exactly 3 arguments (2 given)
0525 02:08:00282 :: 

 

@Ikarus_

Link to comment
Share on other sites

  • Premium

Thank you, the problem was on

Spoiler

    def AnswerBuyItem(self, flag):

        if flag:
            pos = self.itemBuyQuestionDialog.pos
            net.SendShopBuyPacket(pos)

        self.itemBuyQuestionDialog.Close()
        self.itemBuyQuestionDialog = None

this is the ok version for others with this problem.

 

Problem resolved.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



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