Register for your free account! | Forgot your password?

You last visited: Today at 03:16

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

Advertisement



[Release]New Kill-Gui design

Discussion on [Release]New Kill-Gui design within the Metin2 PServer Designs, Websites & Scripts forum part of the Metin2 Private Server category.

Reply
 
Old   #1
 
©ChaoSS's Avatar
 
elite*gold: 0
Join Date: Jun 2011
Posts: 239
Received Thanks: 1,237
[Release]New Kill-Gui design

Hello.
It's nothing special, but... bored
I hope you enjoy it

python for v2 and v3----
PHP Code:
        ##START_KILLGUI
        
KillGuiBg ui.AniImageBox()
        
KillGuiBg.AppendImage("blue_killgui_interface.tga")
        
self.KillGuiBg KillGuiBg
        
        self
.KillGuiBg.SetPosition(wndMgr.GetScreenWidth()-235,185)
        
        
self.KillBlauReich ui.TextLine()
        
self.KillBlauReich.SetDefaultFontName()
        
self.KillBlauReich.SetPosition((wndMgr.GetScreenWidth()-345)+120389)
        
self.KillBlauReich.SetText("†:      ")
        
self.KillBlauReich.SetOutline()
        
        
self.KillGelbReich ui.TextLine()
        
self.KillGelbReich.SetDefaultFontName()
        
self.KillGelbReich.SetPosition((wndMgr.GetScreenWidth()-345)+120308)
        
self.KillGelbReich.SetText("†:       ")
        
self.KillGelbReich.SetOutline()

        
self.KillRotReich ui.TextLine()
        
self.KillRotReich.SetDefaultFontName()
        
self.KillRotReich.SetPosition((wndMgr.GetScreenWidth()-345)+120226)
        
self.KillRotReich.SetText("†:       ")
        
self.KillRotReich.SetOutline()

        
self.KillMob ui.TextLine()
        
self.KillMob.SetDefaultFontName()
        
self.KillMob.SetPosition((wndMgr.GetScreenWidth()-345)+120473)
        
self.KillMob.SetText("†:       ")
        
self.KillMob.SetOutline()
        
##END_KILLGUI 

Designed for

V1:



V2:



V3:



V4:



Test:

Attached Files
File Type: rar v1.rar (125.4 KB, 776 views)
File Type: rar v2.rar (72.8 KB, 778 views)
File Type: rar v3.rar (112.8 KB, 1008 views)
File Type: rar v4.rar (133.2 KB, 2018 views)
©ChaoSS is offline  
Thanks
74 Users
Old 12/17/2012, 02:49   #2
 
elite*gold: 0
Join Date: May 2010
Posts: 2
Received Thanks: 1
good job
occili is offline  
Thanks
1 User
Old 12/17/2012, 03:01   #3
 
vinni03's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 194
Received Thanks: 106
not bad
vinni03 is offline  
Old 12/17/2012, 03:24   #4
 
elite*gold: 0
Join Date: Nov 2010
Posts: 2,997
Received Thanks: 3,390
Mal abgesehen davon das die design's geklaut sind aus Google, passt das überhaupt nicht
weil das nur das freiraum sperrt, bzw das ist jetzt übergross und nimmt ein grosser teil der übersicht weg.

als beispiel V3: von aion

Edit:
damit meine ich für leute die mit 800x600 und 1024x768 starten
CrystalPrime is offline  
Old 12/17/2012, 04:59   #5
 
elite*gold: 21
Join Date: Oct 2012
Posts: 374
Received Thanks: 524
ich finds nice, da kann man bestimmt mehr drauß machen
Analyze™ is offline  
Old 12/17/2012, 10:49   #6
 
©ChaoSS's Avatar
 
elite*gold: 0
Join Date: Jun 2011
Posts: 239
Received Thanks: 1,237
Quote:
Originally Posted by CrystalPrime View Post
Mal abgesehen davon das die design's geklaut sind aus Google, passt das überhaupt nicht
weil das nur das freiraum sperrt, bzw das ist jetzt übergross und nimmt ein grosser teil der übersicht weg.

als beispiel V3: von aion

Edit:
damit meine ich für leute die mit 800x600 und 1024x768 starten
yes,new button on or off killgui...
and you do not have a problem.



800x600



1024x768

©ChaoSS is offline  
Old 12/17/2012, 13:24   #7
 
elite*gold: 0
Join Date: Feb 2012
Posts: 44
Received Thanks: 9
thank you so much

but i have a problem with it :


can you help me ?
RODAROCK is offline  
Old 12/17/2012, 13:52   #8
 
©ChaoSS's Avatar
 
elite*gold: 0
Join Date: Jun 2011
Posts: 239
Received Thanks: 1,237
Quote:
Originally Posted by RODAROCK View Post
thank you so much

but i have a problem with it :


can you help me ?
Ok...

PHP Code:
        ##START_KILLGUI
        
KillGuiBg ui.AniImageBox()
        
KillGuiBg.AppendImage("blue_killgui_interface.tga")
        
self.KillGuiBg KillGuiBg
        
        self
.KillGuiBg.SetPosition(wndMgr.GetScreenWidth()-235,185)
        
        
self.KillBlauReich ui.TextLine()
        
self.KillBlauReich.SetDefaultFontName()
        
self.KillBlauReich.SetPosition((wndMgr.GetScreenWidth()-345)+120389)
        
self.KillBlauReich.SetText("†:      ")
        
self.KillBlauReich.SetOutline()
        
        
self.KillGelbReich ui.TextLine()
        
self.KillGelbReich.SetDefaultFontName()
        
self.KillGelbReich.SetPosition((wndMgr.GetScreenWidth()-345)+120308)
        
self.KillGelbReich.SetText("†:       ")
        
self.KillGelbReich.SetOutline()

        
self.KillRotReich ui.TextLine()
        
self.KillRotReich.SetDefaultFontName()
        
self.KillRotReich.SetPosition((wndMgr.GetScreenWidth()-345)+120226)
        
self.KillRotReich.SetText("†:       ")
        
self.KillRotReich.SetOutline()

        
self.KillMob ui.TextLine()
        
self.KillMob.SetDefaultFontName()
        
self.KillMob.SetPosition((wndMgr.GetScreenWidth()-345)+120473)
        
self.KillMob.SetText("†:       ")
        
self.KillMob.SetOutline()
        
##END_KILLGUI 
v2 and V3 100% but v1 and v2 not 100%
©ChaoSS is offline  
Thanks
2 Users
Old 12/17/2012, 14:13   #9
 
elite*gold: 0
Join Date: Feb 2012
Posts: 44
Received Thanks: 9
oh thanks

it woks so good
RODAROCK is offline  
Old 12/17/2012, 14:20   #10
 
elite*gold: 0
Join Date: Oct 2009
Posts: 382
Received Thanks: 161
thank you
vpser is offline  
Old 12/17/2012, 15:09   #11
 
elite*gold: 0
Join Date: Jul 2011
Posts: 47
Received Thanks: 20
V4 100%?? plzzz
PinkMetin2 is offline  
Old 12/17/2012, 17:06   #12
 
elite*gold: 0
Join Date: Feb 2012
Posts: 44
Received Thanks: 9
Quote:
Originally Posted by PinkMetin2 View Post
V4 100%?? plzzz
here it is :

PHP Code:
        ##START_KILLGUI
        
KillGuiBg ui.AniImageBox()
        
KillGuiBg.AppendImage("d:/ymir work/ui/blue_killgui_interface.tga")
        
self.KillGuiBg KillGuiBg
        
        self
.KillGuiBg.SetPosition(wndMgr.GetScreenWidth()-235,185)
        
        
self.KillBlauReich ui.TextLine()
        
self.KillBlauReich.SetDefaultFontName()
        
self.KillBlauReich.SetPosition((wndMgr.GetScreenWidth()-345)+310458)
        
self.KillBlauReich.SetText("blue:   ")
        
self.KillBlauReich.SetOutline()
        
        
self.KillGelbReich ui.TextLine()
        
self.KillGelbReich.SetDefaultFontName()
        
self.KillGelbReich.SetPosition((wndMgr.GetScreenWidth()-345)+310354)
        
self.KillGelbReich.SetText("yellow:    ")
        
self.KillGelbReich.SetOutline()

        
self.KillRotReich ui.TextLine()
        
self.KillRotReich.SetDefaultFontName()
        
self.KillRotReich.SetPosition((wndMgr.GetScreenWidth()-345)+310241)
        
self.KillRotReich.SetText("red:    ")
        
self.KillRotReich.SetOutline()

        
self.KillMob ui.TextLine()
        
self.KillMob.SetDefaultFontName()
        
self.KillMob.SetPosition((wndMgr.GetScreenWidth()-345)+316570)
        
self.KillMob.SetText("monster:    ")
        
self.KillMob.SetOutline()
        
##END_KILLGUI 
RODAROCK is offline  
Thanks
5 Users
Old 12/17/2012, 19:00   #13


 
Mr. 'Avenue™'s Avatar
 
elite*gold: 222
The Black Market: 101/0/0
Join Date: Oct 2012
Posts: 2,361
Received Thanks: 3,388
Very nice'd, I attempt it with MUCH work!
Mr. 'Avenue™ is offline  
Thanks
2 Users
Old 12/17/2012, 20:46   #14
 
elite*gold: 0
Join Date: Aug 2012
Posts: 171
Received Thanks: 98
Nice mann !
.Vegeta™ is offline  
Thanks
1 User
Old 12/17/2012, 20:46   #15
 
*~.ιηνιη¢ιвℓє.~*'s Avatar
 
elite*gold: 5
Join Date: Dec 2011
Posts: 1,822
Received Thanks: 951
awesome :*
*~.ιηνιη¢ιвℓє.~* is offline  
Thanks
2 Users
Reply


Similar Threads Similar Threads
[Release]Kill-GUI
03/22/2016 - Metin2 PServer Guides & Strategies - 121 Replies
Quest: quest killgui begin state start begin when kill begin if npc.is_pc() then local new_point = pc.getqf("empire"..npc.get_empire())+1 pc.setqf("empire"..npc.get_empire() , new_point) cmdchat("KillRotReich "..pc.getqf("empire1")) cmdchat("KillGelbReich "..pc.getqf("empire2")) cmdchat("KillBlauReich "..pc.getqf("empire3"))
[27.11.] FlaWleZz Public v1.0 [New Design & 90Func.][Kill-Invi,OPK,Rapid-Fire,GmWarn]
11/27/2011 - WarRock Hacks, Bots, Cheats & Exploits - 14 Replies
FlaWleZz v1.0 (27.11.) VIP Hack (Ain´t I Real FlaWleZz?) Hack-Log v1.0 - (27.11) Special Functions:
[Release]Wbb3 Foren Design zu dem Design von Stagnis
01/15/2011 - Metin2 PServer Guides & Strategies - 20 Replies
Ich habe kein bock das in der Metin Section immer andere Arbeiten als ihre ausgegeben werden. Deswegen werdet ihr hier nichts mehr von mir finden ich werde alles löschen.
[Release] Kill It!
08/05/2008 - Dekaron Exploits, Hacks, Bots, Tools & Macros - 26 Replies
This program instantly closes 2Moons and all related processes. Many have found it useful to exit the game when in danger of being caught hacking. I have found it useful when testing my Autoit scripts. I removed this when gameguard updated. At any rate I re-uploaded it. If you are using the gameguard killer then this might work. If not use this http://www.elitepvpers.com/forum/2moons-exploits-ha cks-bots-tools-macros/149911-release-instaexit.htm l#post1256352 instead. Edit: I...



All times are GMT +2. The time now is 03:16.


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.