Jump to content

Recommended Posts

  • Premium

a622797f400e369a6f07998d4f38f056.gif 4 Clik = Syserr Cliente

 

f4737e2fbf.png Syserr Cliente

 

Hostname = ej: www.servermetin2.com/ishop

 

 

Cambios en uitaskbar.py

 

 

def __RampageGauge_Click(self):

 

 

Por

  

 

 def __RampageGauge_Click(self):
        print "rampage_up"
        net.SendChatPacket("/in_game_mall")
        # gift icon hide when click mall icon
        self.wndGiftBox.Hide()

 

 

Ayuda

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

uitaskbar.py

Search:

def __RampageGauge_Click(self):
print "rampage_up"
net.SendChatPacket("/in_game_mall")

Replace:


def __RampageGauge_Click(self):
print "rampage_up"
import uiWeb
self.wndWeb = uiWeb.WebWindow()
self.wndWeb.LoadWindow()
self.wndWeb.Hide()
self.wndWeb.Open("http://google.hu")

 

uisystem.py.

Search: 

def __ClickInGameShopButton(self):
self.Close()

net.SendChatPacket("/in_game_mall")

replace:

def __ClickInGameShopButton(self):
print "rampage_up"
import uiWeb
self.wndWeb = uiWeb.WebWindow()
self.wndWeb.LoadWindow()
self.wndWeb.Hide()
self.wndWeb.Open("http://google.hu/")
self.wndChat.CloseChat()
 

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