Register for your free account! | Forgot your password?

You last visited: Today at 01:53

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

Advertisement



Taus Probleme...

Discussion on Taus Probleme... within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2012
Posts: 177
Received Thanks: 35
Taus Probleme...

Ja Hallo Liebes Epvp Com da ich jetzt probleme habe mit den Taus..

BLEND_POTION_NO_TIME ich hab schon einges versucht und auch Gesucht.. einiges gefunden.. aber alles nichts gebraucht.. Jetzt wollte ich euch mal fragen was ich da machen könnte..????
BlueShining is offline  
Old 11/23/2014, 16:22   #2
 
DerForenLeser's Avatar
 
elite*gold: 40
Join Date: Nov 2009
Posts: 1,159
Received Thanks: 442
Letztens released worden:

DerForenLeser is offline  
Thanks
1 User
Old 11/23/2014, 16:25   #3
 
elite*gold: 0
Join Date: Apr 2012
Posts: 177
Received Thanks: 35
Wow das hab ich auch schon gemacht. aber es passiert einfach nix..
BlueShining is offline  
Old 11/23/2014, 16:26   #4
 
DerForenLeser's Avatar
 
elite*gold: 40
Join Date: Nov 2009
Posts: 1,159
Received Thanks: 442
1. Woher soll man wissen, dass Du es schon gemacht hast?

2. Funktioniert einwandfrei.
DerForenLeser is offline  
Old 11/23/2014, 16:39   #5
 
elite*gold: 0
Join Date: Apr 2012
Posts: 177
Received Thanks: 35
So geht.. ich hatte die ganze zeit ein Fehler Danke.. jetzt ist es nur noch die Frage wie mach ich das am Besten mit den Bonis damit die angezeigt werden.. z.b 20 Db oder 20 krit?
BlueShining is offline  
Old 11/23/2014, 16:49   #6
 
Poccix's Avatar
 
elite*gold: 44
Join Date: Dec 2009
Posts: 1,696
Received Thanks: 3,833
Ersetzt die komplette Funktion:
PHP Code:
        elif item.ITEM_TYPE_BLEND == itemType:
            
self.__AppendLimitInformation()

            if 
metinSlot:
                
affectType metinSlot[0]
                
affectValue metinSlot[1]
                
time metinSlot[2]
                
self.AppendSpace(5)
                
affectText self.__GetAffectString(affectTypeaffectValue)

                
self.AppendTextLine(affectTextself.NORMAL_COLOR)

                if 
time 0:
                    
minute = (time 60)
                    
second = (time 60)
                    
timeString localeInfo.TOOLTIP_POTION_TIME

                    
if minute 0:
                        
timeString += str(minute) + localeInfo.TOOLTIP_POTION_MIN
                    
if second 0:
                        
timeString += " " str(second) + localeInfo.TOOLTIP_POTION_SEC

                    self
.AppendTextLine(timeString)
                else:
                    
self.AppendTextLine(localeInfo.BLEND_POTION_NO_TIME)
            else:
                
self.AppendTextLine("BLEND_POTION_NO_INFO"
Mit:
PHP Code:
        elif item.ITEM_TYPE_BLEND == itemType:
            
self.__AppendLimitInformation()

            if 
metinSlot:
                
affectType metinSlot[0]
                
affectValue metinSlot[1]
                
time metinSlot[2]
                
self.AppendSpace(5)
                
affectText self.__GetAffectString(affectTypeaffectValue)

                
self.AppendTextLine(affectTextself.NORMAL_COLOR)

                if 
time 0:
                    
minute = (time 60)
                    
second = (time 60)
                    
timeString localeInfo.TOOLTIP_POTION_TIME

                    
if minute 0:
                        
timeString += str(minute) + localeInfo.TOOLTIP_POTION_MIN
                    
if second 0:
                        
timeString += " " str(second) + localeInfo.TOOLTIP_POTION_SEC

                    self
.AppendTextLine(timeString)
                else:
                    if 
50821 == itemVnum:
                        
self.AppendTextLine("Wirkung: XX% - XX% Beispielboni"grp.GenerateColor(1.00.78430.01.0))
                    
elif 50822 == itemVnum:
                        
self.AppendTextLine("Wirkung: XX% - XX% Beispielboni"grp.GenerateColor(1.00.78430.01.0))
                    
elif 50823 == itemVnum:
                        
self.AppendTextLine("Wirkung: XX% - XX% Beispielboni"grp.GenerateColor(1.00.78430.01.0))
                    
elif 50824 == itemVnum:
                        
self.AppendTextLine("Wirkung: XX% - XX% Beispielboni"grp.GenerateColor(1.00.78430.01.0))
                    
elif 50825 == itemVnum:
                        
self.AppendTextLine("Wirkung: XX% - XX% Beispielboni"grp.GenerateColor(1.00.78430.01.0))
                    
elif 50826 == itemVnum:
                        
self.AppendTextLine("Wirkung: XX% - XX% Beispielboni"grp.GenerateColor(1.00.78430.01.0))
            else:
                if 
50821 == itemVnum:
                    
self.AppendTextLine("Wirkung: XX% - XX% Beispielboni"grp.GenerateColor(1.00.78430.01.0))
                
elif 50822 == itemVnum:
                    
self.AppendTextLine("Wirkung: XX% - XX% Beispielboni"grp.GenerateColor(1.00.78430.01.0))
                
elif 50823 == itemVnum:
                    
self.AppendTextLine("Wirkung: XX% - XX% Beispielboni"grp.GenerateColor(1.00.78430.01.0))
                
elif 50824 == itemVnum:
                    
self.AppendTextLine("Wirkung: XX% - XX% Beispielboni"grp.GenerateColor(1.00.78430.01.0))
                
elif 50825 == itemVnum:
                    
self.AppendTextLine("Wirkung: XX% - XX% Beispielboni"grp.GenerateColor(1.00.78430.01.0))
                
elif 50826 == itemVnum:
                    
self.AppendTextLine("Wirkung: XX% - XX% Beispielboni"grp.GenerateColor(1.00.78430.01.0)) 
Poccix is offline  
Thanks
2 Users
Old 11/23/2014, 17:10   #7
 
elite*gold: 0
Join Date: Apr 2012
Posts: 177
Received Thanks: 35
Ok, Ich danke euch Vielmals für die Hilfe

Quote:
Originally Posted by Lord Poccix View Post
Ersetzt die komplette Funktion:
PHP Code:
        elif item.ITEM_TYPE_BLEND == itemType:
            
self.__AppendLimitInformation()

            if 
metinSlot:
                
affectType metinSlot[0]
                
affectValue metinSlot[1]
                
time metinSlot[2]
                
self.AppendSpace(5)
                
affectText self.__GetAffectString(affectTypeaffectValue)

                
self.AppendTextLine(affectTextself.NORMAL_COLOR)

                if 
time 0:
                    
minute = (time 60)
                    
second = (time 60)
                    
timeString localeInfo.TOOLTIP_POTION_TIME

                    
if minute 0:
                        
timeString += str(minute) + localeInfo.TOOLTIP_POTION_MIN
                    
if second 0:
                        
timeString += " " str(second) + localeInfo.TOOLTIP_POTION_SEC

                    self
.AppendTextLine(timeString)
                else:
                    
self.AppendTextLine(localeInfo.BLEND_POTION_NO_TIME)
            else:
                
self.AppendTextLine("BLEND_POTION_NO_INFO"
Mit:
PHP Code:
        elif item.ITEM_TYPE_BLEND == itemType:
            
self.__AppendLimitInformation()

            if 
metinSlot:
                
affectType metinSlot[0]
                
affectValue metinSlot[1]
                
time metinSlot[2]
                
self.AppendSpace(5)
                
affectText self.__GetAffectString(affectTypeaffectValue)

                
self.AppendTextLine(affectTextself.NORMAL_COLOR)

                if 
time 0:
                    
minute = (time 60)
                    
second = (time 60)
                    
timeString localeInfo.TOOLTIP_POTION_TIME

                    
if minute 0:
                        
timeString += str(minute) + localeInfo.TOOLTIP_POTION_MIN
                    
if second 0:
                        
timeString += " " str(second) + localeInfo.TOOLTIP_POTION_SEC

                    self
.AppendTextLine(timeString)
                else:
                    if 
50821 == itemVnum:
                        
self.AppendTextLine("Wirkung: XX% - XX% Beispielboni"grp.GenerateColor(1.00.78430.01.0))
                    
elif 50822 == itemVnum:
                        
self.AppendTextLine("Wirkung: XX% - XX% Beispielboni"grp.GenerateColor(1.00.78430.01.0))
                    
elif 50823 == itemVnum:
                        
self.AppendTextLine("Wirkung: XX% - XX% Beispielboni"grp.GenerateColor(1.00.78430.01.0))
                    
elif 50824 == itemVnum:
                        
self.AppendTextLine("Wirkung: XX% - XX% Beispielboni"grp.GenerateColor(1.00.78430.01.0))
                    
elif 50825 == itemVnum:
                        
self.AppendTextLine("Wirkung: XX% - XX% Beispielboni"grp.GenerateColor(1.00.78430.01.0))
                    
elif 50826 == itemVnum:
                        
self.AppendTextLine("Wirkung: XX% - XX% Beispielboni"grp.GenerateColor(1.00.78430.01.0))
            else:
                if 
50821 == itemVnum:
                    
self.AppendTextLine("Wirkung: XX% - XX% Beispielboni"grp.GenerateColor(1.00.78430.01.0))
                
elif 50822 == itemVnum:
                    
self.AppendTextLine("Wirkung: XX% - XX% Beispielboni"grp.GenerateColor(1.00.78430.01.0))
                
elif 50823 == itemVnum:
                    
self.AppendTextLine("Wirkung: XX% - XX% Beispielboni"grp.GenerateColor(1.00.78430.01.0))
                
elif 50824 == itemVnum:
                    
self.AppendTextLine("Wirkung: XX% - XX% Beispielboni"grp.GenerateColor(1.00.78430.01.0))
                
elif 50825 == itemVnum:
                    
self.AppendTextLine("Wirkung: XX% - XX% Beispielboni"grp.GenerateColor(1.00.78430.01.0))
                
elif 50826 == itemVnum:
                    
self.AppendTextLine("Wirkung: XX% - XX% Beispielboni"grp.GenerateColor(1.00.78430.01.0)) 
Was soll man genau bei den Beispielboni rein tragen?..
BlueShining is offline  
Old 11/23/2014, 17:31   #8
 
xNyor's Avatar
 
elite*gold: 0
Join Date: Sep 2012
Posts: 428
Received Thanks: 242
Quote:
Originally Posted by DerForenLeser View Post
Letztens released worden:

Dies Funktioniert ohne Probleme, denn habe es selber getestet.

Gruß, Pascal.
xNyor is offline  
Thanks
1 User
Old 11/24/2014, 12:00   #9
 
elite*gold: 0
Join Date: Apr 2012
Posts: 177
Received Thanks: 35
Ich möchte gern die Taus auf Maximum sind.. gleich beim kaufen.. Ich hab das mit der Blend.txt schon sehr oft gemacht. aber dann konnte mann sie nicht mehr anklicken.
BlueShining is offline  
Old 11/24/2014, 12:03   #10
 
DerForenLeser's Avatar
 
elite*gold: 40
Join Date: Nov 2009
Posts: 1,159
Received Thanks: 442
"Nicht mehr anklicken" ?

Zeig uns mal deine blend.txt
DerForenLeser is offline  
Old 11/24/2014, 15:26   #11
 
elite*gold: 0
Join Date: Apr 2012
Posts: 177
Received Thanks: 35
#Àû»ó¾×
section
item_vnum 50821
apply_type CRITICAL_PCT
apply_value 20
apply_duration 1200
end

#È«»ó¾×
section
item_vnum 50822
apply_type PENETRATE_PCT
apply_value 20
apply_duration 1200
end

#Ȳ»ó¾×
section
item_vnum 50823
apply_type ATTACK_SPEED
apply_value 10
apply_duration 1200
end

#³ì»ó¾×
section
item_vnum 50824
apply_type RESIST_MAGIC
apply_value 20
apply_duration 1200
end

#û»ó¾×
section
item_vnum 50825
apply_type ATT_BONUS
apply_value 200
apply_duration 1200
end

#¹é»ó¾×
section
item_vnum 50826
apply_type DEF_BONUS
apply_value 350
apply_duration 1200
end




Das ist die wo ich bearbeitet habe..


#Àû»ó¾×
section
item_vnum 50821
apply_type CRITICAL_PCT
apply_value 8 10 12 15 20
apply_duration 60 120 180 300 600
end

#È«»ó¾×
section
item_vnum 50822
apply_type PENETRATE_PCT
apply_value 8 10 12 15 20
apply_duration 60 120 180 300 600
end

#Ȳ»ó¾×
section
item_vnum 50823
apply_type ATTACK_SPEED
apply_value 2 3 4 5 8
apply_duration 60 120 180 300 600
end

#³ì»ó¾×
section
item_vnum 50824
apply_type RESIST_MAGIC
apply_value 8 10 12 15 20
apply_duration 60 120 180 300 600
end

#û»ó¾×
section
item_vnum 50825
apply_type ATT_BONUS
apply_value 30 50 70 90 120
apply_duration 60 120 180 300 600
end

#¹é»ó¾×
section
item_vnum 50826
apply_type DEF_BONUS
apply_value 40 70 100 150 200
apply_duration 60 120 180 300 600
end


mit dieser geht alles wieder.
BlueShining is offline  
Old 11/24/2014, 16:07   #12
 
DerForenLeser's Avatar
 
elite*gold: 40
Join Date: Nov 2009
Posts: 1,159
Received Thanks: 442
Sollte damit gehen:


Falls nicht, melden.


Mit freundlichen Grüßen
DerForenLeser is offline  
Old 11/24/2014, 16:22   #13
 
elite*gold: 0
Join Date: Apr 2012
Posts: 177
Received Thanks: 35
Vielen Dank, somit hat es geklappt vielen Dank
BlueShining is offline  
Old 11/24/2014, 19:57   #14
 
xNyor's Avatar
 
elite*gold: 0
Join Date: Sep 2012
Posts: 428
Received Thanks: 242
Quote:
Originally Posted by BlueShining View Post
Ich möchte gern die Taus auf Maximum sind.. gleich beim kaufen.. Ich hab das mit der Blend.txt schon sehr oft gemacht. aber dann konnte mann sie nicht mehr anklicken.
Ömm ok das ist Fail würde ich mal sagen?`

Also Folgendes, hier ist mal die Fertige txt.
PHP Code:
#적상액                        
section                        
    item_vnum    50821                
    apply_type    CRITICAL_PCT                
    apply_value    20    20    20    20    20
    apply_duration    600    600    600    600    600
end                        
                        
#홍상액                        
section                        
    item_vnum    50822                
    apply_type    PENETRATE_PCT                
    apply_value    20    20    20    20    20
    apply_duration    600    600    600    600    600
end                        
                        
#황상액                        
section                        
    item_vnum    50823                
    apply_type    ATTACK_SPEED                
    apply_value    10    10    10    10    10
    apply_duration    600    600    600    600    600
end                        
                        
#녹상액                        
section                        
    item_vnum    50824                
    apply_type    RESIST_MAGIC                
    apply_value    20    20    20    20    20
    apply_duration    600    600    600    600    600
end                        

#청상액                        
section                        
    item_vnum    50825                
    apply_type    ATT_BONUS                
    apply_value    120    120    120    120    120
    apply_duration    600    600    600    600    600
end                        

#백상액                        
section                        
    item_vnum    50826                
    apply_type    DEF_BONUS                
    apply_value    100    100    100    100    100
    apply_duration    600    600    600    600    600
end

#충기환
section
    item_vnum    51002
    apply_type    ENERGY
    apply_value    10    10    10    10    10
    apply_duration    7200    7200    7200    7200    7200
end 
Nun was du beachten musst.

apply_value= Hier darfst du keine zahl löschen sondern nur Überschreiben!
apply_duration = Hier gilt das gleiche wie bei apply_value.
Denn wenn du jetzt Z.b. bei apply_value eine 10 weg nimmst Funktioniert der Tau nicht mehr, das gleiche gilt auch für apply_duration

Das wahrs.

Gruß, Pascal.




Edit : Da wahr wohl wer schneller als ich xP
xNyor is offline  
Reply


Similar Threads Similar Threads
BLEND_POTION_NO_TIME-Taus Problem
10/25/2014 - Metin2 Private Server - 6 Replies
Hallo liebe Community. Ich habe ein Problem mit den Taus. Ich möchte, das dieser 'Bug', falls es einer ist, nicht angezeigt wird. Habe die blend.txt von Filezilla runtergezogen, verstehe aber nicht was ich da ändern muss, damit das richtig angezeigt wird. Kann mir jemand helfen? Mfg xZweig
S:Saphira Grüne große potts in massen+keiler+krüuter für taus oder taus
09/15/2014 - Metin2 Trading - 1 Replies
titel sagt alles skype oder pn aksoy.gokhan #push
Frage Taus
07/13/2012 - Metin2 Private Server - 2 Replies
Heyho Kann man irgendwie einstellen das wenn man DIE TAUS Beim shop kauft das sie immer zb . 20% krit und 10min haben? Mfg
[Problem]Taus verbuggt?!
05/12/2012 - Metin2 Private Server - 7 Replies
Moin Leute ich bräucht wieder mal hilfe :/ und zwar sind Taus bei mir verbuggt? wenn ich mir welche abrufe oder aus einem shop kaufe zeigen sie mir die werte nicht an. blend.txt ist von mir wie gewünscht bearbeitet und soweit alles richtig BLEND_POTION_NO_TIME
Probleme mit den Taus
10/31/2011 - Metin2 Private Server - 0 Replies
geklärt



All times are GMT +1. The time now is 01:54.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.