Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server > Metin2 PServer Guides & Strategies
You last visited: Today at 06:51

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

Advertisement



[PYTHON | RELEASE] KillEfekt & Blood System

Discussion on [PYTHON | RELEASE] KillEfekt & Blood System within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Aug 2013
Posts: 148
Received Thanks: 231
[PYTHON | RELEASE] KillEfekt & Blood System

Onlye for ElitePVP. Please a do not share any other place.(Lütfen hiç bir forumda paylaşmayin.Sadece ElitePVP.) (Bitte teilen nicht alle Foren.)

Hi.I'm Fatihbab34™

Python = Fatihbab34™
Design = Khafkef™



Video ;

Tutorial ;

constInfo.Py open;

PHP Code:
Kan="kfwork/ui/kan1.tga"
Kan2="kfwork/ui/kan2.tga"
Kan3="kfwork/ui/kan3.tga"
KanFull="kfwork/ui/kanfull.tga"
KanAktif 


Game.py Open;

def Open(self): Search and under it.

PHP Code:
KanImage2 ui.AniImageBox()
        
KanImage2.AddFlag("float")
        
KanImage2.AppendImage("kfwork/ui/kan.tga")
        
KanImage2.SetPosition(1,1)
        
self.KanImage2 KanImage2
        
        KanImage3 
ui.AniImageBox()
        
KanImage3.AddFlag("float")
        
KanImage3.AppendImage(constInfo.Kan2)
        
self.KanImage3 KanImage3
        KanImage3
.SetPosition(1,1)
        
        
KanImage4 ui.AniImageBox()
        
KanImage4.AddFlag("float")
        
KanImage4.AppendImage(constInfo.Kan3)
        
self.KanImage4 KanImage4
        KanImage4
.SetPosition(1,1)
        
        
KanImage5 ui.AniImageBox()
        
KanImage5.AddFlag("float")
        
KanImage5.AppendImage(constInfo.KanFull)
        
self.KanImage5 KanImage5
        KanImage5
.SetPosition(1,1)
        
        
KanImage21366 ui.AniImageBox()
        
KanImage21366.AddFlag("float")
        
KanImage21366.AppendImage("kfwork/ui/kan1366.tga")
        
KanImage21366.SetPosition(1,1)
        
self.KanImage21366 KanImage21366
        
        KanImage31366 
ui.AniImageBox()
        
KanImage31366.AddFlag("float")
        
KanImage31366.AppendImage("kfwork/ui/kan21366.tga")
        
self.KanImage31366 KanImage31366
        KanImage31366
.SetPosition(1,1)
        
        
KanImage41366 ui.AniImageBox()
        
KanImage41366.AddFlag("float")
        
KanImage41366.AppendImage("kfwork/ui/kan21366.tga")
        
self.KanImage41366 KanImage41366
        KanImage41366
.SetPosition(1,1)
        
        
KanImage51366 ui.AniImageBox()
        
KanImage51366.AddFlag("float")
        
KanImage51366.AppendImage("kfwork/ui/kanfull1366.tga")
        
self.KanImage51366 KanImage51366
        KanImage51366
.SetPosition(1,1
game.py in the def OnUpdate(self): under it.

PHP Code:
if constInfo.KanAktif == 0:
            
#
            
if int(player.GetStatus(player.HP)) < float(int(player.GetStatus(player.MAX_HP))/6):
                if 
systemSetting.GetWidth() == 1366 or systemSetting.GetWidth() == 1280:
                    
self.KanImage21366.Show()
                else:
                    
self.KanImage2.Show()
            else:
                if 
systemSetting.GetWidth() == 1366 or systemSetting.GetWidth() == 1280:
                    
self.KanImage21366.Hide()
                else:
                    
self.KanImage2.Hide()
            if 
int(player.GetStatus(player.HP)) < float(int(player.GetStatus(player.MAX_HP))/4):
                if 
systemSetting.GetWidth() == 1366 or systemSetting.GetWidth() == 1280:
                    
self.KanImage31366.Show()
                else:
                    
self.KanImage3.Show()
            else:
                if 
systemSetting.GetWidth() == 1366 or systemSetting.GetWidth() == 1280:
                    
self.KanImage31366.Hide()
                else:
                    
self.KanImage3.Hide()
            if 
int(player.GetStatus(player.HP)) < float(int(player.GetStatus(player.MAX_HP))/10):
                if 
systemSetting.GetWidth() == 1366 or systemSetting.GetWidth() == 1280:
                    
self.KanImage51366.Show()
                else:
                    
self.KanImage5.Show()
            else:
                if 
systemSetting.GetWidth() == 1366 or systemSetting.GetWidth() == 1280:
                    
self.KanImage51366.Hide()
                else:
                    
self.KanImage5.Hide() 
And download eix epk you are add the pack and add the "Index"
Attached Files
File Type: rar Blood System By Fatihbab34™.rar (5.03 MB, 693 views)
fatihbab34 is offline  
Thanks
16 Users
Old 08/25/2014, 17:22   #2
 
LovecKrys's Avatar
 
elite*gold: 0
Join Date: May 2012
Posts: 210
Received Thanks: 199
"if int(player.GetStatus(player.HP)) < float(int(player.GetStatus(player.MAX_HP))/10): "

More int converts plz
LovecKrys is offline  
Thanks
1 User
Old 08/25/2014, 17:25   #3
 
elite*gold: 0
Join Date: Aug 2013
Posts: 148
Received Thanks: 231
Quote:
Originally Posted by LovecKrys View Post
"if int(player.GetStatus(player.HP)) < float(int(player.GetStatus(player.MAX_HP))/10): "

More int converts plz
I'm bad English so, i not understand soryy..
fatihbab34 is offline  
Old 08/25/2014, 17:25   #4
 
elite*gold: 0
Join Date: Jun 2011
Posts: 450
Received Thanks: 350
Ohne diese Moppet Musik im Video hätte mir das ganze besser gefallen..

But thanks for publishing.
.Krusty is offline  
Thanks
2 Users
Old 08/25/2014, 17:27   #5
 
elite*gold: 0
Join Date: Aug 2013
Posts: 148
Received Thanks: 231
Quote:
Originally Posted by .Krusty View Post
Ohne diese Moppet Musik im Video hätte mir das ganze besser gefallen..

But thanks for publishing.
Nothing, but i'm love this music
fatihbab34 is offline  
Thanks
1 User
Old 08/25/2014, 17:40   #6
Trade Restricted
 
elite*gold: 0
Join Date: Jun 2013
Posts: 1,332
Received Thanks: 535
Quote:
Originally Posted by .Krusty View Post
Ohne diese Moppet Musik im Video hätte mir das ganze besser gefallen..

But thanks for publishing.
hahahahah was haste den gegen die Musik ist doch richtig geil hehehe xD

@ Sieht gut aus danke dir, thanks haste.
Bostanin Edhe is offline  
Thanks
1 User
Old 08/25/2014, 17:43   #7
 
lollo_9_1's Avatar
 
elite*gold: 100
Join Date: Jun 2009
Posts: 168
Received Thanks: 711
Quote:
Originally Posted by fatihbab34
Code:
        KanImage3 = ui.AniImageBox()
        KanImage3.AddFlag("float")
        KanImage3.AppendImage(constInfo.Kan2)
        self.KanImage3 = KanImage3
        KanImage3.SetPosition(1,1)
        
        KanImage4 = ui.AniImageBox()
        KanImage4.AddFlag("float")
        KanImage4.AppendImage(constInfo.Kan3)
        self.KanImage4 = KanImage4
        KanImage4.SetPosition(1,1)
#...
            if int(player.GetStatus(player.HP)) < float(int(player.GetStatus(player.MAX_HP))/6):
                if systemSetting.GetWidth() == 1366:
                    self.KanImage21366.Show()
                else:
                    self.KanImage2.Show()
            else:
                if systemSetting.GetWidth() == 1366:
                    self.KanImage21366.Hide()
                else:
                    self.KanImage2.Hide()
You killed python with such awful str(code).
Quote:
But thanks for sharing anyway.
^
lollo_9_1 is offline  
Thanks
2 Users
Old 08/25/2014, 17:49   #8
 
elite*gold: 0
Join Date: Aug 2013
Posts: 148
Received Thanks: 231
Quote:
Originally Posted by lollo_9_1 View Post
You killed python with such awful str(code).

^
No str. i'm not use str(code) and with killeffekt not will be.
fatihbab34 is offline  
Old 08/25/2014, 17:50   #9
 
LovecKrys's Avatar
 
elite*gold: 0
Join Date: May 2012
Posts: 210
Received Thanks: 199
Quote:
Originally Posted by lollo_9_1 View Post
str(code).
print(str(str(chr(99)) + str(chr(111)) + str(chr(100)) + str(chr(101))))

It has to be like this!
LovecKrys is offline  
Old 08/25/2014, 18:25   #10
 
Killermen123's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 456
Received Thanks: 271
Thanks for sharing, but it really doesn't look great... If there were some Transitions it would look much better.
Killermen123 is offline  
Thanks
1 User
Old 08/25/2014, 18:53   #11
 
i'm HNSY's Avatar
 
elite*gold: 10
Join Date: Nov 2013
Posts: 625
Received Thanks: 483


not at the full screen, why?
i'm HNSY is offline  
Thanks
1 User
Old 08/25/2014, 18:56   #12
 
elite*gold: 0
Join Date: Aug 2013
Posts: 148
Received Thanks: 231
Quote:
Originally Posted by i'm HNSY View Post


not at the full screen, why?

I'm add the new code, but you are screen 1920? ı'm now maked only 800 -- 1366. I'm done for the evening 1920
fatihbab34 is offline  
Thanks
1 User
Old 08/25/2014, 18:58   #13
 
i'm HNSY's Avatar
 
elite*gold: 10
Join Date: Nov 2013
Posts: 625
Received Thanks: 483
Quote:
Originally Posted by fatihbab34 View Post
I'm add the new code, but you are screen 1920? ı'm now maked only 800 -- 1366. I'm done for the evening 1920
ok thanks, as well in to the download? (the code)
i'm HNSY is offline  
Old 08/25/2014, 19:14   #14
 
LovecKrys's Avatar
 
elite*gold: 0
Join Date: May 2012
Posts: 210
Received Thanks: 199
"I'm add the new code, but you are screen 1920? ı'm now maked only 800 -- 1366. I'm done for the evening 1920"

Why you don't just use one image resolution and resize it automaticaly?
LovecKrys is offline  
Old 08/25/2014, 19:40   #15
 
DEMONKING.'s Avatar
 
elite*gold: 5
Join Date: Oct 2012
Posts: 290
Received Thanks: 357
Quote:
Originally Posted by LovecKrys View Post
"I'm add the new code, but you are screen 1920? ı'm now maked only 800 -- 1366. I'm done for the evening 1920"

Why you don't just use one image resolution and resize it automaticaly?

no he is using image for 800 .. and another image for 1366 ....etc
........


first of all nice work bro
..
i think the blood looks ugly . ... code is okay
idea is really nice.. i love it ^^
DEMONKING. is offline  
Thanks
1 User
Reply

Tags
fatihbab34™


Similar Threads Similar Threads
[RELEASE][PYTHON/LUA][GUI] Bank-System
05/29/2015 - Metin2 PServer Guides & Strategies - 29 Replies
http://puu.sh/he1eL/5998f9cf82.jpg http://puu.sh/he1gO/709c1bb459.jpg http://puu.sh/he1hP/b25e282294.jpg http://puu.sh/he1jK/af943a7c95.jpg http://puu.sh/he1kT/6b3e9d2e7e.jpg Features Einzahlung



All times are GMT +2. The time now is 06:51.


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.