Register for your free account! | Forgot your password?

You last visited: Today at 15:12

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

Advertisement



Autopott BUG

Discussion on Autopott BUG within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1
 
Yiv's Avatar
 
elite*gold: 47
Join Date: Feb 2012
Posts: 2,282
Received Thanks: 2,579
Autopott BUG

Hallo liebe Community,

ich habe einen Bug mit meinen Autopotts. Bei Elexier der Sonne (K) und (M), steht in grüner Schrift "Restmenge: 100%" oder halt weniger %. Bei (G) und (S), steht jedoch nichts mit Restmenge drunter. Wie kann ich das machen?

MfG
Yiv is offline  
Old 11/25/2012, 00:52   #2
 
.SliceR's Avatar
 
elite*gold: 29
Join Date: Aug 2010
Posts: 855
Received Thanks: 523
würde mich auch interessieren.. Sorry das ich pushe
.SliceR is offline  
Old 11/25/2012, 01:06   #3
 
Pedr0caz&Saddler's Avatar
 
elite*gold: 100
Join Date: Sep 2010
Posts: 285
Received Thanks: 84
open uitooltip.py on root

and add that

PHP Code:
            elif 72723 == itemVnum == itemVnum:
                if 
!= metinSlot:
                    
## 0: È°¼ºÈ*, 1: »ç¿ë·®, 2: ÃÑ·®
                    
isActivated int(metinSlot[0])
                    
usedAmount float(metinSlot[1])
                    
totalAmount float(metinSlot[2])
                    
                    if 
== totalAmount:
                        
totalAmount 1
                    
                    self
.AppendSpace(5)

                    if 
!= isActivated:
                        
self.AppendTextLine("(%s)" % (locale.TOOLTIP_AUTO_POTION_USING), self.SPECIAL_POSITIVE_COLOR)
                        
self.AppendSpace(5)
                        
                    
self.AppendTextLine(locale.TOOLTIP_AUTO_POTION_REST % (100.0 - ((usedAmount totalAmount) * 100.0)), self.POSITIVE_COLOR)

            
elif 72724 == itemVnum == itemVnum:
                if 
!= metinSlot:
                    
## 0: È°¼ºÈ*, 1: »ç¿ë·®, 2: ÃÑ·®
                    
isActivated int(metinSlot[0])
                    
usedAmount float(metinSlot[1])
                    
totalAmount float(metinSlot[2])
                    
                    if 
== totalAmount:
                        
totalAmount 1
                    
                    self
.AppendSpace(5)

                    if 
!= isActivated:
                        
self.AppendTextLine("(%s)" % (locale.TOOLTIP_AUTO_POTION_USING), self.SPECIAL_POSITIVE_COLOR)
                        
self.AppendSpace(5)
                        
                    
self.AppendTextLine(locale.TOOLTIP_AUTO_POTION_REST % (100.0 - ((usedAmount totalAmount) * 100.0)), self.POSITIVE_COLOR)
                    
            
elif 72725 == itemVnum == itemVnum:
                if 
!= metinSlot:
                    
## 0: È°¼ºÈ*, 1: »ç¿ë·®, 2: ÃÑ·®
                    
isActivated int(metinSlot[0])
                    
usedAmount float(metinSlot[1])
                    
totalAmount float(metinSlot[2])
                    
                    if 
== totalAmount:
                        
totalAmount 1
                    
                    self
.AppendSpace(5)

                    if 
!= isActivated:
                        
self.AppendTextLine("(%s)" % (locale.TOOLTIP_AUTO_POTION_USING), self.SPECIAL_POSITIVE_COLOR)
                        
self.AppendSpace(5)
                        
                    
self.AppendTextLine(locale.TOOLTIP_AUTO_POTION_REST % (100.0 - ((usedAmount totalAmount) * 100.0)), self.POSITIVE_COLOR)
                    
            
elif 72726 == itemVnum == itemVnum:
                if 
!= metinSlot:
                    
## 0: È°¼ºÈ*, 1: »ç¿ë·®, 2: ÃÑ·®
                    
isActivated int(metinSlot[0])
                    
usedAmount float(metinSlot[1])
                    
totalAmount float(metinSlot[2])
                    
                    if 
== totalAmount:
                        
totalAmount 1
                    
                    self
.AppendSpace(5)

                    if 
!= isActivated:
                        
self.AppendTextLine("(%s)" % (locale.TOOLTIP_AUTO_POTION_USING), self.SPECIAL_POSITIVE_COLOR)
                        
self.AppendSpace(5)
                        
                    
self.AppendTextLine(locale.TOOLTIP_AUTO_POTION_REST % (100.0 - ((usedAmount totalAmount) * 100.0)), self.POSITIVE_COLOR)
                    
            
elif 72727 == itemVnum == itemVnum:
                if 
!= metinSlot:
                    
## 0: È°¼ºÈ*, 1: »ç¿ë·®, 2: ÃÑ·®
                    
isActivated int(metinSlot[0])
                    
usedAmount float(metinSlot[1])
                    
totalAmount float(metinSlot[2])
                    
                    if 
== totalAmount:
                        
totalAmount 1
                    
                    self
.AppendSpace(5)

                    if 
!= isActivated:
                        
self.AppendTextLine("(%s)" % (locale.TOOLTIP_AUTO_POTION_USING), self.SPECIAL_POSITIVE_COLOR)
                        
self.AppendSpace(5)
                        
                    
self.AppendTextLine(locale.TOOLTIP_AUTO_POTION_REST % (100.0 - ((usedAmount totalAmount) * 100.0)), self.POSITIVE_COLOR)
                    
            
elif 72728 == itemVnum == itemVnum:
                if 
!= metinSlot:
                    
## 0: È°¼ºÈ*, 1: »ç¿ë·®, 2: ÃÑ·®
                    
isActivated int(metinSlot[0])
                    
usedAmount float(metinSlot[1])
                    
totalAmount float(metinSlot[2])
                    
                    if 
== totalAmount:
                        
totalAmount 1
                    
                    self
.AppendSpace(5)

                    if 
!= isActivated:
                        
self.AppendTextLine("(%s)" % (locale.TOOLTIP_AUTO_POTION_USING), self.SPECIAL_POSITIVE_COLOR)
                        
self.AppendSpace(5)
                        
                    
self.AppendTextLine(locale.TOOLTIP_AUTO_POTION_REST % (100.0 - ((usedAmount totalAmount) * 100.0)), self.POSITIVE_COLOR)
                    
            
elif 72729 == itemVnum == itemVnum:
                if 
!= metinSlot:
                    
## 0: È°¼ºÈ*, 1: »ç¿ë·®, 2: ÃÑ·®
                    
isActivated int(metinSlot[0])
                    
usedAmount float(metinSlot[1])
                    
totalAmount float(metinSlot[2])
                    
                    if 
== totalAmount:
                        
totalAmount 1
                    
                    self
.AppendSpace(5)

                    if 
!= isActivated:
                        
self.AppendTextLine("(%s)" % (locale.TOOLTIP_AUTO_POTION_USING), self.SPECIAL_POSITIVE_COLOR)
                        
self.AppendSpace(5)
                        
                    
self.AppendTextLine(locale.TOOLTIP_AUTO_POTION_REST % (100.0 - ((usedAmount totalAmount) * 100.0)), self.POSITIVE_COLOR)
                    
            
elif 72730 == itemVnum == itemVnum:
                if 
!= metinSlot:
                    
## 0: È°¼ºÈ*, 1: »ç¿ë·®, 2: ÃÑ·®
                    
isActivated int(metinSlot[0])
                    
usedAmount float(metinSlot[1])
                    
totalAmount float(metinSlot[2])
                    
                    if 
== totalAmount:
                        
totalAmount 1
                    
                    self
.AppendSpace(5)

                    if 
!= isActivated:
                        
self.AppendTextLine("(%s)" % (locale.TOOLTIP_AUTO_POTION_USING), self.SPECIAL_POSITIVE_COLOR)
                        
self.AppendSpace(5)
                        
                    
self.AppendTextLine(locale.TOOLTIP_AUTO_POTION_REST % (100.0 - ((usedAmount totalAmount) * 100.0)), self.POSITIVE_COLOR

i have that problem and on uitooltip just have the 72723
just need to add other ID's.

Regards.
Pedr0caz&Saddler is offline  
Thanks
1 User
Old 11/25/2012, 02:46   #4
 
.SliceR's Avatar
 
elite*gold: 29
Join Date: Aug 2010
Posts: 855
Received Thanks: 523
Nice! Thank you, it works.
.SliceR is offline  
Reply


Similar Threads Similar Threads
Suche Autopott(rot)
07/22/2012 - elite*gold Trading - 1 Replies
Wie schon gesagt suche einen Autopott(rot) Hack für Metin2 P-Server!!!
[Suche] Autopott + Ringe EFFEKTE [Biete] 26 egold!!!!!!!!!!
06/25/2012 - Metin2 Private Server - 3 Replies
Hey Community, hab die Autopotts ingame (serverside + clientside). Wie mach ich nun die Effekte, dass sie funzen? Das meine ich auch die Ringe ;)



All times are GMT +2. The time now is 15:12.


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.