Jump to content

Calendar System


Recommended Posts

  • Premium

M2 Download Center

This is the hidden content, please
( Internal )

Hi !

 

Spoiler

140705d01Pc.png.9f9f23c8349697a0083a0cb3

 

client install:

 

game.py

 

make a import calendar

 

let the last of the game.py

 

and paste this

 

def Calendar(self):
import calendar
self.calendar = calendar.Calendar()
self.calendar.Show()
 
then look :
 
onPressKeyDict[app.DIK_F4] = lambda : self.__PressQuickSlot(7)
 
stick below:
 
onPressKeyDict[app.DIK_F6] = lambda : self.Calendar()
 
 
  • Metin2 Dev 22
  • Dislove 1
  • Good 8
  • Love 18
Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...
  • 1 year later...

I have problems in installing

when i put your calendar system it works fine pressing function key F6 and i able to see but once i again press F6 it close and again its not coming back.. i relogged still when i press F6 its not working..

2)Some how i used my design and converted tga to png.. calendar is not showing.. when i press function F6

3) Board.tga  or boss.tga for eg i edited with photoshop nothing works.. calendar is not appearing..

can you provide the solution for it?

 

Link to comment
Share on other sites

  • 6 months later...
  • 10 months later...

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.