Register for your free account! | Forgot your password?

You last visited: Today at 01:56

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

Advertisement



Ankuendigungs quest

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

Reply
 
Old   #1
 
nostradame37's Avatar
 
elite*gold: 0
Join Date: Jan 2011
Posts: 2,504
Received Thanks: 870
Ankuendigungs quest

hallo com bin schon lange auf der such einer quest die ZB jede stunde
eine ankuendigung macht wie Zb (ein gm fragt nicht nach eueren account daten)
leider finde ich keine passende
hatt irgend einer eine quest ??
mfg nostradame
nostradame37 is offline  
Old 07/20/2012, 18:25   #2
 
elite*gold: 0
Join Date: Oct 2011
Posts: 113
Received Thanks: 5
PHP Code:
quest news begin
    state start begin
        when 20095.chat
."News" with pc.is_gm() begin
            say
("Wenn du die automatischen GM-News aktivieren")
            
say("möchtest dann bist du hier richtig!")
            
say("Möchtest du sie aktivieren?")
            
local s select("Ja""Nein danke")
            if 
== 1 then
                notice_all
("GMs oder GAs fragen nie nach euren Account Daten!")
                
notice_all("GMs oder GAs haben eckige Klammern vor ihren Namen:")
                
notice_all("[GA] oder [GM]")
                
timer("forum"60*30)
            
end
        end
            when forum
.timer begin
                notice_all
("Bei Fragen, Problemen etc. schaut doch einfach im Forum vorbei!")
                
notice_all("board.Nw2-network.org")
                
notice_all("Für die Anmeldung oder das Ranking geht auf")
                
notice_all("Nw2-network.org")
                
timer("hacken"60*30)
            
end
            when hacken
.timer begin
                notice_all
("Bitte unterlasst das Nutzen von Fremdprogrammen/Bots/Clientmods")
                
notice_all("oder Ähnlichem!")
                
timer("melden"60*30)
            
end
            when melden
.timer begin
                notice_all
("Habt ihr Hacker/Boter oder sonstiges beobachtet?")
                
notice_all("Dann meldet das mit ausreichendem Beweismaterial(Video/Screen)")
                
notice_all("Auf unserer Homepage: Nw2-network.org")
                
timer("acc_daten"60*30)
            
end
            when acc_daten
.timer begin
                notice_all
("GMs oder GAs fragen nie nach euren Account Daten!")
                
notice_all("GMs oder GAs haben eckige Klammern vor ihren Namen:")
                
notice_all("[GA] oder [GM]")
                
timer("forum"60*30)
            
end
    end
end 
xXNice18Xx is offline  
Thanks
2 Users
Old 07/20/2012, 18:28   #3
 
nostradame37's Avatar
 
elite*gold: 0
Join Date: Jan 2011
Posts: 2,504
Received Thanks: 870
danke dir Nice hatte die gleiche aber die spamte i wi bei mir rumm also staendig ankuendigung ohne ende
und das geht dan auf dem keks !! hofe die geht
mfg nostradame
nostradame37 is offline  
Old 07/20/2012, 18:29   #4
 
Poppitz's Avatar
 
elite*gold: 901
Join Date: Jun 2012
Posts: 128
Received Thanks: 99
PHP Code:
quest warnung begin
    state start begin
        when xxx
.chat."Akündigung" begin
            
if pc.getqf("first") == 0 then
                pc
.setqf("first"1)
                
notice_all("DEIN TEXT")
                
timer("warnung_1"60)
            else
                
setstate(finish)
            
end
        end
        
        when warnung_1
.timer begin
            notice_all
("DEIN TEXT")
            
timer("warnung_2"60)
        
end
        
        when reboot_time_2
.timer begin
            notice_all
("DEIN TEXT")
            
timer("warnung_1"60)
        
end
    end
    
    state finish begin
    end
end 
Ungetestet, weiß also nicht, ob sie funktioniert.
Poppitz is offline  
Old 07/21/2012, 02:24   #5
 
elite*gold: 85
Join Date: May 2012
Posts: 204
Received Thanks: 72
Hey ich habe es so in meinene sf drinne


quest nachricht begin
state start begin
when login with pc.is_gm() begin
notice_all("".. pc.get_name() .." ist online und steht euch für Fragen oder Problemen zur Verfügung!")
end
when nachricht.timer begin
notice_all("Wir bitten euch jeden Tag einmal zu Voten!")
timer("nachricht1", 60*20)
end
when nachricht1.timer begin
notice_all("GameMaster fragen euch nie nach euren Accountdaten")
timer("nachricht", 60*20)
end
end
end
.Blode is offline  
Reply


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 +2. The time now is 01:56.


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.