Register for your free account! | Forgot your password?

You last visited: Today at 03:52

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

Advertisement



Metin2 quest

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

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2011
Posts: 449
Received Thanks: 17
Metin2 quest

Hallo Epvp Com.
Mein Problem ist wenn ich die Quest abgeschlossen habe wiederhohlt sie sich
was muss ich tun ?


PHP Code:
quest player_kill1 begin 
    state start begin 
        when login with pc
.level >= 90 begin 
            set_state
(player_kill1
        
end 
    end 

    state player_kill1 begin 
        when letter begin 
            send_letter
("Beruf Ausbildung Level 2"
        
end 

        when button 
or info begin 
            say
("Gratuliere!!")
            
say("Das ist Unsere Beruf Quest Level 2,")
            
say("dass ist zu beachten.")
            
say_reward("2 Spieler getoetet = 10% Halbmenschen , 2.000 TP")
            
pc.setqf("level"1)
        
end
        when kill with npc
.is_pc() begin
            
if get_time() < pc.getqf("kill_time"then 
                chat
("Die 2 Minuten sind derzeit noch nicht vergangen")
                
chat("Du erhielst keinen Punkt")
                return
            
end    
            chat
("Du hast einen Punkt erhalten Gratuliere du hast derzeit ")
            
chat("Einen weiteren Punkt erhaelst du in erst 2 Minuten")
            
chat("Derzeit besitz du "..pc.getqf("kill_punkte").." Punkt(e)")
            
pc.setqf("kill_punkte"pc.getqf("kill_punkte")+1)
            
pc.setqf("kill_time"get_time() + 60*2
            if 
pc.getqf("kill_punkte") == 2 then
                affect
.add_collect(apply.ATTBONUS_HUMAN,10,60*60*24*365*60)
                
affect.add_collect(apply.MAX_HP,2000,60*60*24*365*60)
                
say("Du hast soeben 2 Leute getoetet")
                
say("Dafuer kriegst du 10% Halbmenschen")
                
say("Und 2000 TP")
            
end
        end
    end
end 
rakuz123456 is offline  
Old 06/16/2013, 15:53   #2
 
lfcmaus's Avatar
 
elite*gold: 205
Join Date: Jun 2010
Posts: 5,334
Received Thanks: 2,510
schrieb unten ein
setstate(__complete) rein
und dann state __complete begin
end
lfcmaus is offline  
Old 06/16/2013, 17:06   #3
 
elite*gold: 0
Join Date: Dec 2011
Posts: 449
Received Thanks: 17
Mach mir mall das bitte in der quest
rakuz123456 is offline  
Old 06/16/2013, 17:27   #4
 
Coniesan's Avatar
 
elite*gold: 1000
Join Date: Mar 2009
Posts: 1,408
Received Thanks: 1,006
PHP Code:
quest player_kill1 begin  
    state start begin  
        when login with pc
.level >= 90 begin  
            set_state
(player_kill1)  
        
end  
    end  

    state player_kill1 begin  
        when letter begin  
            send_letter
("Beruf Ausbildung Level 2")  
        
end  

        when button 
or info begin  
            say
("Gratuliere!!"
            
say("Das ist Unsere Beruf Quest Level 2,"
            
say("dass ist zu beachten."
            
say_reward("2 Spieler getoetet = 10% Halbmenschen , 2.000 TP"
            
pc.setqf("level"1
        
end 
        when kill with npc
.is_pc() begin 
            
if get_time() < pc.getqf("kill_time"then  
                chat
("Die 2 Minuten sind derzeit noch nicht vergangen"
                
chat("Du erhielst keinen Punkt"
                return 
            
end     
            chat
("Du hast einen Punkt erhalten Gratuliere du hast derzeit "
            
chat("Einen weiteren Punkt erhaelst du in erst 2 Minuten"
            
chat("Derzeit besitz du "..pc.getqf("kill_punkte").." Punkt(e)"
            
pc.setqf("kill_punkte"pc.getqf("kill_punkte")+1
            
pc.setqf("kill_time"get_time() + 60*2)  
            if 
pc.getqf("kill_punkte") == 2 then 
                affect
.add_collect(apply.ATTBONUS_HUMAN,10,60*60*24*365*60
                
affect.add_collect(apply.MAX_HP,2000,60*60*24*365*60
                
say("Du hast soeben 2 Leute getoetet"
                
say("Dafuer kriegst du 10% Halbmenschen"
                
say("Und 2000 TP"
                
set_state(player_kill_end
            
end 
        end 
    end
    state player_kill_end begin
    end
end 
sollte so stimmen!
Coniesan is offline  
Thanks
1 User
Old 06/16/2013, 18:37   #5
 
elite*gold: 0
Join Date: Dec 2011
Posts: 449
Received Thanks: 17
Danke werde es versuchen
rakuz123456 is offline  
Old 06/16/2013, 19:42   #6


 
Zevion's Avatar
 
elite*gold: 906
Join Date: Sep 2009
Posts: 17,295
Received Thanks: 4,400
Für Questfragen, bzw. Questfehler gibt es extra einen Sammelthread.

Zevion is offline  
Reply


Similar Threads Similar Threads
[SPECIAL TEAM_WARP QUEST]'nd Metin2 Sweet Time Quest's Icons and News
01/27/2013 - Metin2 PServer Guides & Strategies - 22 Replies
deleted!
Compile all quest without quest's files list // Kompilieren Sie alle Quest ohne Quest
07/17/2011 - Metin2 PServer Guides & Strategies - 3 Replies
ENGLISH Hello dear community, this is a very simple guide but at the same time useful. How to compile ALL quest in the folder "quest" without the files list in the file "locale_list"? Easy! Open the file "make" and replace the content of the file with this: for f in *.quest; do ./qc $f; done Oki. Now set the 0777 permission to the file. Finally open a SSH client and sign in. Write the command: cd /game_file_folder



All times are GMT +1. The time now is 03:56.


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.