Jump to content

[Searching]Guide for adding bonus page!


Recommended Posts

  • Replies 10
  • Created
  • Last Reply

Top Posters In This Topic

  • Premium

04603-8d0607bc-8c5b-4586-98b8-25b84f83e1

 

game.py

 

the end of everything you add

 

def metin2dev(self):
import uibonus
self.firewall = uibonus.BonusPage()
if self.firewall.IsShow():
self.firewall.Hide()
else:
self.firewall.Show()
 
then search:
 
onPressKeyDict[app.DIK_F4] = lambda : self.__PressQuickSlot(7)
 
and below add
 
onPressKeyDict[app.DIK_F7] = lambda : self.metin2dev()
 
and you add the uibonus.py in root 
 
 
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 months later...
On 6/3/2014 at 2:51 PM, Jfirewall said:

 

04603-8d0607bc-8c5b-4586-98b8-25b84f83e1

 

game.py

 

the end of everything you add

 

def metin2dev(self):
import uibonus
self.firewall = uibonus.BonusPage()
if self.firewall.IsShow():
self.firewall.Hide()
else:
self.firewall.Show()
 
then search:
 
onPressKeyDict[app.DIK_F4] = lambda : self.__PressQuickSlot(7)
 
and below add
 
onPressKeyDict[app.DIK_F7] = lambda : self.metin2dev()
 
and you add the uibonus.py in root 
 

 

 

someone have new link?  plz

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



  • Similar Content

  • Activity

    1. 60

      Inbuild GR2 Animation

    2. 2

      wait() function bug

    3. 0

      Remove Party Role Bonuses

    4. 1

      Fix CBar3D

    5. 2

      set_quest_state not working

    6. 1

      Fix CBar3D

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • 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.