Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server
You last visited: Today at 14:44

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

Advertisement



wer hat ahnung von quest?

Discussion on wer hat ahnung von quest? within the Metin2 Private Server forum part of the Metin2 category.

Closed Thread
 
Old   #1
 
elite*gold: 20
Join Date: Nov 2016
Posts: 11
Received Thanks: 0
Lightbulb wer hat ahnung von quest?

Ich wolte flammerun ohne gruppe machen wie kann ich es löschen?


PHP Code:
        when 20091.chat."Flammenrun starten" begin
            say_title
("Flammenrun Starten")
            
say("Dein Team und du seid bereit")
            
say("für einen langen Kampf?")
            
say("Wenns so ist, dann lasst uns starten!")
            
say_reward("Es kostet den Gruppenleiter 500 Rangpunkte!")
            
say("Fangt an, indem Ihr alle Monster im Norden tötet.")
            
local a =select("Ja wir sind bereit","Nein wir sind noch nicht bereit")
            if 
== 2 then
                
return
            elseif 
== 1 then
                
if not party.is_party() then
                    say
("Du musst dich in einer Gruppe befinden")
                    
say("um inden Falmmenrun zu kommen.")
                    return
                elseif 
not party.is_leader() then
                    say
("Es kann nur der Gruppenleader")
                    
say("den run starten.")
                    
say("")
                    return
                
end
                
if pc.get_alignment() >= 500 then
                    pc
.change_alignment(-500)
                    
d.new_jump_party(23877796636)
                    
d.setf("flammenrun"1)
                    
d.setf("killf1"0)
                    
d.regen_file("data/dungeon/flamerun/regen1.txt")
                elseif 
pc.get_alignment() < 500 then
                    say
("Du hast nicht genügend Rangpunkte")
                    return
                
end
            end
        end 
.Atrix is offline  
Old 12/16/2016, 14:39   #2

 
elite*gold: 83
Join Date: Nov 2013
Posts: 2,891
Received Thanks: 2,764
Code:
		when 20091.chat."Flammenrun starten" begin 
			say_title("Flammenrun Starten") 
			say("Dein Team und du seid bereit") 
			say("für einen langen Kampf?") 
			say("Wenns so ist, dann lasst uns starten!") 
			say_reward("Es kostet den Gruppenleiter 500 Rangpunkte!") 
			say("Fangt an, indem Ihr alle Monster im Norden tötet.") 
			local a =select("Ja wir sind bereit","Nein wir sind noch nicht bereit") 
			if a == 2 then
				return
			elseif a == 1 then
				local startAsGroup = false
				
				if party.is_party() then
					say("Möchtest du den Falmmenrun als Gruppe starten?")
					startAsGroup = select("Ja", "Nein") == 1
				end
				
				if pc.get_alignment() >= 500 then 
					pc.change_alignment(-500) 
					
					if startAsGroup then
						d.new_jump_party(238, 7779, 6636)
					else
						d.new_jump(238, 7779 * 100, 6636 * 100)
					end
					
					d.setf("flammenrun", 1) 
					d.setf("killf1", 0) 
					d.regen_file("data/dungeon/flamerun/regen1.txt") 
				else-- elseif pc.get_alignment() < 500 then <- natürlich hat er hier weniger als 500
					say("Du hast nicht genügend Rangpunkte") 
					return
				end
			end
		end
rollback is offline  
Thanks
1 User
Old 12/16/2016, 14:52   #3
 
elite*gold: 20
Join Date: Nov 2016
Posts: 11
Received Thanks: 0
Leiter wann man Ja wir sind bereit drückt pasiert nix.
.Atrix is offline  
Old 12/16/2016, 14:57   #4

 
DreamT™'s Avatar
 
elite*gold: 26
Join Date: Sep 2014
Posts: 895
Received Thanks: 388
Poste so etwas bitte hier:



#closerequested
DreamT™ is offline  
Old 12/17/2016, 03:24   #5


 
dacx's Avatar
 
elite*gold: 558
The Black Market: 296/0/0
Join Date: Jan 2010
Posts: 22,777
Received Thanks: 10,525
clsd
dacx is offline  
Closed Thread


Similar Threads Similar Threads
Wer hat ahnung?
02/29/2012 - Web Development - 5 Replies
Hi all, wie der Titel sagt wer hat Ahnung von euch? Ich bräuchte etwas beratung bei der schaltung von Werbung, möchte das ganze über Facebook vermarkten habe auch ein Script womit ich automatisch Likes bekomme und der Link ständig geteilt wird (Schneeballeffekt). Wenn du Ahnung von HTML/CSS/PHP und Online Marketing hast schreib mir einfach :) Danke euch
Quest Problem... [Help][Wer hat Ahnung?]
10/09/2011 - Metin2 Private Server - 5 Replies
Hey e*pvp, habe serverfiles von kay331 v4. -habe neue Quests hochgeladen (Filezilla) und ausgeführt (sh make.sh) also ganz am ende steht es: core dumped..
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 14:44.


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.