Register for your free account! | Forgot your password?

You last visited: Today at 21:35

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

Advertisement



Quest

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

Closed Thread
 
Old   #1
 
xLobo™'s Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 210
Received Thanks: 26
Question Quest

Sollte diese Quest funktionieren?

PHP Code:
Quest Questname begin
    state start begin
        when levelup with pc
.get_level() == 22  begin
            send_letter
("Ein neuer Auftrag")
        
end
        when button of info begin
            say_title
("Ein neuer Auftrag")
            
say("")
            
say("Du musst XXX töten!")
            
say("Wenn du das Geschafft hast erhälst du XXX!")
            
say("")
            
say("Los, Los beeil dich!")
            
set_statekillmob )
            
pc.setqf("state"0)
            
q.set_counter("XXX"0)
        
end
    end
    
    state killmob begin
        when 3333.kill begin
            local count 
pc.getqf("state") + 1
            
            
if count <= 10 then
                pc
.setqf("state"count)
                
q.set_counter("XXX"10 count)
                
                if 
count <= 50 then
                    say_title
("Auftrag abgeschlsossen!")
                    
say("Alle 50 XXX wurden getöten.")
                    
say("")
                    
set_state(end)
                
end
            end
        end
    end
end 
Bitte um schnelle Hilfe!
xLobo™ is offline  
Old 02/22/2012, 15:36   #2
 
DasSchwarzeT's Avatar
 
elite*gold: 399
Join Date: Sep 2011
Posts: 5,323
Received Thanks: 3,937
Meiner Meinung nach müsste sie funktionieren.. Allerdings bin ich kein Profi!

Bitte hier rein:

#closerequest - Verweis auf Sammelthread
DasSchwarzeT is offline  
Thanks
1 User
Old 02/22/2012, 15:44   #3
 
xLobo™'s Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 210
Received Thanks: 26
Okay vielen Dank
xLobo™ is offline  
Old 02/22/2012, 15:53   #4
 
Sp0ngeb0b ist cool's Avatar
 
elite*gold: 15
Join Date: Sep 2010
Posts: 844
Received Thanks: 975
nein sie wird nicht funktionieren^^

PHP Code:
quest Questname begin
    state start begin
        when levelup with pc
.get_level() == 22  begin
            send_letter
("Ein neuer Auftrag")
        
end
        when button of info begin
            say_title
("Ein neuer Auftrag")
            
say("")
            
say("Du musst XXX töten!")
            
say("Wenn du das Geschafft hast erhälst du XXX!")
            
say("")
            
say("Los, Los beeil dich!")
            
set_statekillmob )
            
pc.setqf("state"0)
            
q.set_counter("XXX"0)
        
end
    end
    
    state killmob begin
        when 3333.kill begin
            local count 
pc.getqf("state") + 1
            
if count <= 10 then
                pc
.setqf("state"count)
                
q.set_counter("XXX"10 count)
                if 
count >= 10 then
                    say_title
("Auftrag abgeschlsossen!")
                    
say("Alle 10 XXX wurden getöten.")
                    
say("")
                    
pc.setqf("state"0)
                    
q.set_counter("XXX"0)
                    
set_state(ende)
                
end
            end
        end
    end
    state ende begin
    end
end 
Sp0ngeb0b ist cool is offline  
Thanks
1 User
Old 02/22/2012, 16:43   #5
 
elite*gold: 0
Join Date: Feb 2008
Posts: 403
Received Thanks: 163
Ich weiss nicht aber willst du die quest nur für lvl 22 machen??? also wenn jemand 21 oder 23 ist soll sie nicht mehr erscheinen??
Prince-Samu is offline  
Closed Thread


Similar Threads Similar Threads
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 21:35.


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.