[PYTHON | RELEASE] KillEfekt & Blood System

08/25/2014 17:18 fatihbab34#1
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"
08/25/2014 17:22 LovecKrys#2
"if int(player.GetStatus(player.HP)) < float(int(player.GetStatus(player.MAX_HP))/10): "

More int converts plz
08/25/2014 17:25 fatihbab34#3
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.. :rtfm:
08/25/2014 17:25 .Krusty#4
Ohne diese Moppet Musik im Video hätte mir das ganze besser gefallen..

But thanks for publishing.
08/25/2014 17:27 fatihbab34#5
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 :D
08/25/2014 17:40 Bostanin Edhe#6
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.
08/25/2014 17:43 lollo_9_1#7
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.
^
08/25/2014 17:49 fatihbab34#8
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. :pimp:
08/25/2014 17:50 LovecKrys#9
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!
08/25/2014 18:25 Killermen123#10
Thanks for sharing, but it really doesn't look great... If there were some Transitions it would look much better.
08/25/2014 18:53 i'm HNSY#11
[Only registered and activated users can see links. Click Here To Register...]

not at the full screen, why?
08/25/2014 18:56 fatihbab34#12
Quote:
Originally Posted by i'm HNSY View Post
[Only registered and activated users can see links. Click Here To Register...]

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
08/25/2014 18:58 i'm HNSY#13
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)
08/25/2014 19:14 LovecKrys#14
"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?
08/25/2014 19:40 DEMONKING.#15
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 ^^