Register for your free account! | Forgot your password?

You last visited: Today at 11:55

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Calendar System by Jfirewall

Discussion on Calendar System by Jfirewall within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.

Reply
 
Old   #1
 
.T4Ump's Avatar
 
elite*gold: 0
Join Date: Oct 2013
Posts: 115
Received Thanks: 193
[RELEASE]Calendar System by Jfirewall


game.py
import calendar

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()

Dowloand
.T4Ump is offline  
Thanks
14 Users
Old 04/06/2014, 09:45   #2
 
elite*gold: 0
Join Date: Mar 2014
Posts: 121
Received Thanks: 14
screen?

does it work with "event list" on homepage? or have i to patch every event in the client?
M2Back2Roots is offline  
Old 04/06/2014, 09:50   #3
 
elite*gold: 0
Join Date: Nov 2011
Posts: 279
Received Thanks: 146
Quote:
Originally Posted by .T4Ump View Post

- import calendar

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()

Dowloand
Sieht doch ganz gut aus. Mach weiter so.
Danke fürs teilen.


Looks nice. Keep it up!
Thanks for sharing!
.Avaos is offline  
Old 04/06/2014, 10:00   #4
 
Poccix's Avatar
 
elite*gold: 44
Join Date: Dec 2009
Posts: 1,696
Received Thanks: 3,835
Very good and code looks correct.
Please upload calendar.eix/epk unpacked, too.
Thanks!
Regards,
Lord Poccix
Poccix is offline  
Old 04/06/2014, 10:21   #5
 
.T4Ump's Avatar
 
elite*gold: 0
Join Date: Oct 2013
Posts: 115
Received Thanks: 193
Reupload and unpacked calendar.eix/epk

Quote:
Originally Posted by M2Back2Roots View Post
screen?

does it work with "event list" on homepage? or have i to patch every event in the client?
patch every
.T4Ump is offline  
Old 04/06/2014, 13:56   #6
 
kstmr's Avatar
 
elite*gold: 0
Join Date: Feb 2012
Posts: 95
Received Thanks: 29
perty good for event thx
kstmr is offline  
Old 04/06/2014, 14:18   #7
 
Gl0bal's Avatar
 
elite*gold: 8
Join Date: Oct 2010
Posts: 564
Received Thanks: 906
Wow i like it!

But the desin is a little bit to colorful xD
Keep doing stuff like that.

Regads
Gl0bal is offline  
Old 04/06/2014, 14:26   #8
 
DasSchwarzeT's Avatar
 
elite*gold: 399
Join Date: Sep 2011
Posts: 5,323
Received Thanks: 3,938
I think its possible to extend your version with urllib so that u dont have to patch erverytime. Nice release, coded well but the design doesn't fit to Metin2 at all. Thanks! Useful stuff.

EDIT:
I'm not allowed to open the .tga's



That means that there was an unknown error when I tried to open the file.
DasSchwarzeT is offline  
Old 04/06/2014, 14:35   #9
 
elite*gold: 2
Join Date: Jun 2013
Posts: 1,063
Received Thanks: 1,725
Quote:
Originally Posted by DasSchwarzeT View Post
I think its possible to extend your version with urllib so that u dont have to patch erverytime. Nice release, coded well but the design doesn't fit to Metin2 at all. Thanks! Useful stuff.

EDIT:
I'm not allowed to open the .tga's



That means that there was an unknown error when I tried to open the file.
Also mit GIMP gehts.
ProfessorEnte is offline  
Old 04/06/2014, 14:38   #10
 
DasSchwarzeT's Avatar
 
elite*gold: 399
Join Date: Sep 2011
Posts: 5,323
Received Thanks: 3,938
Quote:
Originally Posted by ProfessorEnte View Post
Also mit GIMP gehts.
Mh... mit Paint.NET und CS5 gehts nicht ^^ (Paint.NET kann sonst jede .tga öffnen)
DasSchwarzeT is offline  
Old 04/06/2014, 14:45   #11
 
Mr.Xhater's Avatar
 
elite*gold: 0
Join Date: Nov 2013
Posts: 401
Received Thanks: 132
Danke
Wo stell ich jetz ein ws ich im event kalender stehen haben möchte ?
Mr.Xhater is offline  
Old 04/06/2014, 14:50   #12
 
DasSchwarzeT's Avatar
 
elite*gold: 399
Join Date: Sep 2011
Posts: 5,323
Received Thanks: 3,938
Quote:
Originally Posted by Mr.Xhater View Post
Danke
Wo stell ich jetz ein ws ich im event kalender stehen haben möchte ?
events.calendar


EDIT:

if any1 needs here the psd to edit the calendar ( I know it's not nice but I'm not a designer)
Attached Images
File Type: psd board.psd (814.0 KB, 133 views)
Attached Files
File Type: rar board.rar (336.8 KB, 103 views)
DasSchwarzeT is offline  
Thanks
1 User
Old 04/06/2014, 16:51   #13


 
Philoy's Avatar
 
elite*gold: 52
Join Date: Oct 2012
Posts: 2,860
Received Thanks: 1,560
Kann mir jemand sagen was man mit dem machen kann ?
Finde jetzt darunter keine gewisse Vorstellung was man damit machen kann.
Oder ich habe es überlesen.
Philoy is offline  
Old 04/06/2014, 17:27   #14
 
DasSchwarzeT's Avatar
 
elite*gold: 399
Join Date: Sep 2011
Posts: 5,323
Received Thanks: 3,938
Quote:
Originally Posted by Philoy View Post
Kann mir jemand sagen was man mit dem machen kann ?
Finde jetzt darunter keine gewisse Vorstellung was man damit machen kann.
Oder ich habe es überlesen.
Das ist ein Eventkalender. Sprich;

man hat einen Kalender, in welchem man sehen kann, wann welches Event stattfindet. Bei Mein2.de ist gibt es so einen Kalender im Forum und der hier im Release ist ingame und in Python geschrieben.
DasSchwarzeT is offline  
Thanks
1 User
Old 04/06/2014, 20:39   #15
 
#Zyten's Avatar
 
elite*gold: 4
Join Date: May 2013
Posts: 372
Received Thanks: 201
Also ich finde es langsam arm..
Ich kann auch von anderen Forum Sachen downloaden und auf Epvp uploaden...
Nicht mal selbst gemacht.
Hört auf mit der scheiße!! Dieser Calender System ist schon cirka 1Jahr alt..
#Zyten is offline  
Reply


Similar Threads Similar Threads
New Interface By Jfirewall&neoxWorks
10/10/2013 - Metin2 PServer Guides & Strategies - 7 Replies
http://http://grabilla.com/03a08-d2ce2df3-0446-4d2 1-9391-76b0fe33d83d.png Scrips Echos Por mi Diseño Neox Disfrutenlo Vendemos interfaces,login,sistemas a pedido skype: jfirewall Coordial Saludo https://mega.co.nz/#!5Z1TjQgI!WnXCOmU0CowoeOpHvs_ -32bgu6h3AB35GS5DDZrsd20
Interface By Jfirewall & Kritox ;)
08/29/2013 - Metin2 PServer Guides & Strategies - 10 Replies
http://www.subirimagenes.com/otros-280m8i8-8596277 .html]http://s2.subirimagenes.com/otros/previo/thu mp_8596277280m8i8.jpg Taskbar Ryen Jfirewall y Kristox.rar Pasword: Metin2Zone2013
[CALENDAR BUG] :D
12/03/2012 - DarkOrbit - 26 Replies
Lols now I have -330.000 uridium xD
Bot calendar
10/29/2012 - DarkOrbit - 7 Replies
Hello, I have found a page. In this page there is a calendar who says that you is a safe bot or not. I was following this page for 5 months before they open their new domain and I´ve never get a ban. The page is in Spanish and English Link:-Removed- LINK VT: https://www.virustotal.com/url/68b294d7af795dd97e1 df93f4ed275d2780f78d54338558d6cc65dd64bf38bce/anal ysis/1351525148/
[ASP][C#]Popup Calendar
12/01/2011 - Web Development - 0 Replies
Hey Community, weis vielleicht einer von euch, wie ich auf einer ASP Seite am besten einen Popup Calendar hinbekomme. Möchte einen Input und einen Button für den Calendar haben und gerne per Button druck den Calendar öffnen und nach Datumwahl das Datum in den Input einfügen lassen. MfG, BlackHybrid



All times are GMT +2. The time now is 11:55.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.