Jump to content

Recommended Posts

  • Active+ Member
This is the hidden content, please

Alternative download links → 

This is the hidden content, please

 

 

Hello Metin2 Dev.
I'm here to present a Portable Shop System.

How does it work?

  • Players get a panel when click F7 with several options.
  • This system exists to make players able to buy items while farming.

In case of any problem, contact me or write here.

With best regards, Doose.

Spoiler

spacer.png

 

  • Metin2 Dev 26
  • Lmao 1
  • Good 2
  • Love 11
Link to comment
Share on other sites

  • Active+ Member
Posted (edited)
14 minutes ago, Filachilla said:

Yes, thats my idea.. 😄 I think it would be better when its not just totally free like press button.. 😄

I see, here is a simple and fast way to do it (With the system installed).

Spoiler

ROOT:

Spoiler

Inside Game.py search for:

def __ServerCommand_Build(self):

After:

"MyShopPriceList"        : self.__PrivateShop_PriceList,

Add:

"portable_shop"        : self.portable_shop,

 

Add at EOF:

    def portable_shop(self):
        self.interface.PortableShop()

 

Spoiler

Quest:

Spoiler

quest random begin

state start begin

when itemvum.use with pc.get_level() < 20 begin --This pc.get_level() < 20 is a simple conditionm, you can remove if you want.

cmdchat("portable_shop")

end

end

end

 

 

With best regards, Doose.

Edited by Doose
  • Metin2 Dev 2
  • Love 1
Link to comment
Share on other sites

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.