Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server
You last visited: Today at 23:48

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

Advertisement



Achivement-System Problem

Discussion on Achivement-System Problem within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1
 
.ZiPPO's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 2,329
Received Thanks: 637
Achivement-System Problem

Hallo epvp,
Ich hab ein problem mit meinem Achivementsystem und zwar wenn ich was kill bekomm ich den Count aber danach steht nich dran wie viel achivpoints man insgesamt hat.
Ich benutze diese quest
PHP Code:
quest achievement begin
    state start begin        
        
--LOGIN
        when login begin
            
if pc.getqf("firstlogin") != 1 then
                local Reward 
1
                pc
.setqf("firstlogin"1)
                
cmdchat("achievement Dein_erster_Login%")
            
end
        end
    
        
--BOSSE
        when 691.kill begin
            local Reward 
2
            local Achievement 
"Oberork"
            
local killcount pc.getqf("691")
            
pc.setqf("691"killcount 1)
            
cmdchat("achievement ".. Achievement .."_getötet#".. killcount 1)
        
end

        when 791.kill begin
            local Reward 
3
            local Achievement 
"Dunkler_Anführer"
            
local killcount pc.getqf("791")
            
pc.setqf("791"killcount 1)
            
cmdchat("achievement ".. Achievement .."_getötet#".. killcount 1)
        
end

        when 792.kill begin
            local Reward 
4
            local Achievement 
"Dunkler_Geist-Anführer"
            
local killcount pc.getqf("792")
            
pc.setqf("792"killcount 1)
            
cmdchat("achievement ".. Achievement .."_getötet#".. killcount 1)
        
end

        when 1094.kill begin
            local Reward 
5
            local Achievement 
"Dämonen_Oberhaupt"
            
local killcount pc.getqf("1094")
            
pc.setqf("1094"killcount 1)
            
cmdchat("achievement ".. Achievement .."_getötet#".. killcount 1)
        
end

        when 1095.kill begin
            local Reward 
10
            local Achievement 
"Blauer_Tod"
            
local killcount pc.getqf("1095")
            
pc.setqf("1095"killcount 1)
            
cmdchat("achievement ".. Achievement .."_getötet#".. killcount 1)
        
end

        when 1192.kill begin
            local Reward 
12
            local Achievement 
"Große_Eishexe"
            
local killcount pc.getqf("1192")
            
pc.setqf("1192"killcount 1)
            
cmdchat("achievement ".. Achievement .."_getötet#".. killcount 1)
        
end

        when 1304.kill begin
            local Reward 
5
            local Achievement 
"Gelber_Tigergeist"
            
local killcount pc.getqf("1304")
            
pc.setqf("1304"killcount 1)
            
cmdchat("achievement ".. Achievement .."_getötet#".. killcount 1)
        
end

        when 1901.kill begin
            local Reward 
4
            local Achievement 
"Neunschwanz"
            
local killcount pc.getqf("1901")
            
pc.setqf("1901"killcount 1)
            
cmdchat("achievement ".. Achievement .."_getötet#".. killcount 1)
        
end

        when 2091.kill begin
            local Reward 
3
            local Achievement 
"Königinnenspinne"
            
local killcount pc.getqf("2091")
            
pc.setqf("2091"killcount 1)
            
cmdchat("achievement ".. Achievement .."_getötet#".. killcount 1)
        
end

        when 2206.kill begin
            local Reward 
3
            local Achievement 
"Flammenkönig"
            
local killcount pc.getqf("2206")
            
pc.setqf("2206"killcount 1)
            
cmdchat("achievement ".. Achievement .."_getötet#".. killcount 1)
        
end

        when 2191.kill begin
            local Reward 
5
            local Achievement 
"Große_Wüstenschildkröte"
            
local killcount pc.getqf("2191")
            
pc.setqf("2191"killcount 1)
            
cmdchat("achievement ".. Achievement .."_getötet#".. killcount 1)
        
end

        when 2493.kill begin
            local Reward 
25
            local Achievement 
"Beran-Setaou"
            
local killcount pc.getqf("2493")
            
pc.setqf("2493"killcount 1)
            
cmdchat("achievement ".. Achievement .."_getötet#".. killcount 1)
        
end
        
        
--METINS
        when 8020.kill begin
            local Reward 
5
            local Achievement 
"Shinsoo-Felsen"
            
local killcount pc.getqf("8020")
            
pc.setqf("8020"killcount 1)
            
cmdchat("achievement ".. Achievement .."_zerstört#".. killcount 1)
        
end
        when 8021.kill begin
            local Reward 
5
            local Achievement 
"Jinno-Felsen"
            
local killcount pc.getqf("8021")
            
pc.setqf("8021"killcount 1)
            
cmdchat("achievement ".. Achievement .."_zerstört#".. killcount 1)
        
end
        when 8022.kill begin
            local Reward 
5
            local Achievement 
"Chunjo-Felsen"
            
local killcount pc.getqf("8022")
            
pc.setqf("8022"killcount 1)
            
cmdchat("achievement ".. Achievement .."_zerstört#".. killcount 1)
        
end
        when 8023.kill begin
            local Reward 
5
            local Achievement 
"Kaiserfelsen"
            
local killcount pc.getqf("8023")
            
pc.setqf("8023"killcount 1)
            
cmdchat("achievement ".. Achievement .."_zerstört#".. killcount 1)
        
end
        when 8026.kill begin
            local Reward 
2
            local Achievement 
"Tu-Young"
            
local killcount pc.getqf("8026")
            
pc.setqf("8026"killcount 1)
            
cmdchat("achievement ".. Achievement .."_zerstört#".. killcount 1)
        
end
        when 8027.kill begin
            local Reward 
3
            local Achievement 
"Jeon-Un"
            
local killcount pc.getqf("8027")
            
pc.setqf("8027"killcount 1)
            
cmdchat("achievement ".. Achievement .."_zerstört#".. killcount 1)
        
end

        
--LEVELS
        when login 
or levelup with pc.get_level() >= 50 and pc.getqf("Level50") != 1 begin
            local Reward 
2
            local Achievement 
"Level_50"
            
pc.setqf("Level50"1)
            
cmdchat("achievement ".. Achievement .."_erreicht%".. actual_achievement_points Reward .."")
        
end
        when login 
or levelup with pc.get_level() >= 75 and pc.getqf("Level75") != 1 begin
            local Reward 
5
            local Achievement 
"Level_75"
            
pc.setqf("Level75"1)
            
cmdchat("achievement ".. Achievement .."_erreicht%".. actual_achievement_points Reward .."")
        
end
        when login 
or levelup with pc.get_level() >= 85 and pc.getqf("Level85") != 1 begin
            local Reward 
10
            local Achievement 
"Level_85"
            
pc.setqf("Level85"1)
            
cmdchat("achievement ".. Achievement .."_erreicht%".. actual_achievement_points Reward .."")
        
end
        when login 
or levelup with pc.get_level() >= 90 and pc.getqf("Level90") != 1 begin
            local Reward 
25
            local Achievement 
"Level_90"
            
pc.setqf("Level90"1)    
            
cmdchat("achievement ".. Achievement .."_erreicht%".. actual_achievement_points Reward .."")
        
end
        when login 
or levelup with pc.get_level() >= 95 and pc.getqf("Level95") != 1 begin
            local Reward 
50
            local Achievement 
"Level_95"
            
pc.setqf("Level95"1)    
            
cmdchat("achievement ".. Achievement .."_erreicht%".. actual_achievement_points Reward .."")
        
end
        when login 
or levelup with pc.get_level() >= 99 and pc.getqf("Level99") != 1 begin
            local Reward 
100
            local Achievement 
"Level_99"
            
pc.setqf("Level99"1)    
            
cmdchat("achievement ".. Achievement .."_erreicht%".. actual_achievement_points Reward .."")
        
end

    
-- Questende
    end
end 
lg
€: hab diese Thema gefunden leider hilft mir das nicht wirklich weiter.
.ZiPPO is offline  
Old 09/15/2012, 08:04   #2
 
Shadow乙™'s Avatar
 
elite*gold: 64
The Black Market: 208/0/0
Join Date: Sep 2011
Posts: 890
Received Thanks: 248
Ich benutze die Quest aus dem Thread:
Da klappt alles super.
Aber wenn es trotzdem nicht geht dann hast du einen Fehler gemacht beim einfügen.
Wenn das der Fall sein sollte dann schau nochmal hier vorbei:
Shadow乙™ is offline  
Old 09/15/2012, 10:55   #3
 
.ZiPPO's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 2,329
Received Thanks: 637
Die Quest bekommt bei mir ein Core Dump.
.ZiPPO is offline  
Old 09/15/2012, 11:53   #4
 
Shadow乙™'s Avatar
 
elite*gold: 64
The Black Market: 208/0/0
Join Date: Sep 2011
Posts: 890
Received Thanks: 248
Quote:
Originally Posted by .CrosSHair View Post
Die Quest bekommt bei mir ein Core Dump.
Kann eigentlich nicht sein.
Schick mal ein Screen von deiner Konsole was die für einen Fehler anzeigt beim Quest hochladen.
Shadow乙™ is offline  
Old 09/15/2012, 12:39   #5
 
.ZiPPO's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 2,329
Received Thanks: 637
in putty sagt er einfach nur core dumped...
.ZiPPO is offline  
Reply


Similar Threads Similar Threads
Achivement Punkte...
08/30/2012 - Metin2 Private Server - 4 Replies
Hallo Com, ich habe eine frage ich spiele seit kurzem auf nem p server(left4metin2) und will wissen, wie funktioniert das achivement system .. also ab welchen lvl bekommt man die und von welchen metins bekommt man die überhaupt oder bosse ... ?! mfg andre
MMOXE's Achivement Title Service
04/18/2012 - World of Warcraft Trading - 0 Replies
Hi all, we provide Achivement Title service for you! Leading the Cavalry 103.91 Euro 100000 Honorable Kills 158.34 Euro Netherdrake Mount achievement 64.82 Euro King Slayer (10 player) 79.13 Euro . . .
Achivement-SHOP [ERROR]
10/30/2011 - Metin2 Private Server - 13 Replies
Hallo Leute! Heute wollte ich mal einen Achivement-Shop machen.. Jedoch ging das ziemlich in die Hose. Mein Problem ist: Wenn ich die Punkte abfrage, bekomm ich als Antwort immer 0 Punkte, egal wie viel Punkte ich hab! Ausschnitt aus der Shop Quest: ------------------- --BY KILLERMEN123-- -------------------
Ninja Saga : Achivement cheat permanent!
05/30/2011 - Facebook - 0 Replies
Fiddler : here Swf : here Password : here buy achivement in "PET SHOP" i don't accept coment : bad link always adf.ly!!!!:mad::mad: click skip add for download
Guild Cooking achivement exploit
02/21/2011 - WoW Exploits, Hacks, Tools & Macros - 29 Replies
I haven't seen this posted anywere but I came across this the other day when i went to cook afew items of a recipe I got. The recipe is Recipe: Kungaloosh - Item - World of Warcraft Kungaloosh a northrend recipe and it makes 5x of them when you do them they give credit towards Set the oven to "cataclysmic" so you can get the achivement its 5x points everytime you make it. http://img824.imageshack.us/img824/7877/guildachi v.jpg



All times are GMT +2. The time now is 23:48.


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.