undzwar sollte es eine wirklich leichte Quest sein aber irgendwie will sie nicht.
Funktion:
Normalerweise sollte man das Bündel anklicken und dort wird dein mapIndex überprüft. Bist du auf einer map 1 (Blaues,Rotes,Gelbes) wirst du teleportiert.
Ist es nicht der Fall kannst du deinen Shop eröffnen.
Hier die Quest.
PHP Code:
quest shop begin
state start begin
when 71049.use
if pc.getcurrentmapindex(1,21,41) then
pc.warp(koords,koords)
end
end
end
quest shop begin
state start begin
when 71049.use begin
if pc.get_map_index()==1 and pc.get_map_index()==21 and pc.get_map_index()==41 then
pc.warp(koords,koords)
end
end
end
end
quest shop begin state start begin when 71049.use begin if pc.get_map_index()==1 or pc.get_map_index()==21 or pc.get_map_index()==41 then pc.warp(koords + 00, koords + 00) end end end end
+00 heißt soviel, dass wenn die Koords 981, 721 (BSP) wären, du 98100, 72100 eintragen musst.
quest shop begin state start begin when 71049.use with pc.get_map_index() == 1 begin wait() pc.warp(Koords,koords) end when 71049.use with pc.get_map_index() == 21 begin wait() pc.warp(Koords,koords) end when 71049.use with pc.get_map_index() == 41 begin wait() pc.warp(Koords,Koords) end end end
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
Problem mit 3rd Job-Quest :D 05/12/2011 - Flyff Private Server - 9 Replies Hallo liebe Elitepvpers,
ich hab das mit den 3. Jobklassen hinbekommen, glaub ich zumindest.
Ich hab das Problem, dass der NPC keine Quest hat, obwohl das ! zu sehen ist. Kann mir da jemand sagen, welche Datei für die Quest verantwortlich ist, damit ich da nochmal drüberschaun kann?
http://i418.photobucket.com/albums/pp268/Twilight x91/1-1.jpg
http://i418.photobucket.com/albums/pp268/Twilight x91/2.jpg
hab schon so gut wie alles versucht, aber da will keine Quest rein :D
Quest-Problem 04/01/2011 - Private Server - 1 Replies Hay Liebe com
Hab ein Problem mein Mainquest lvl 1.
Ich hab den eingefügt,in die hongonglist eingetragen und make sh befehl ausgeführt.Jezt steht ganz unten nach dem durchlauf von sh "must start with quest" dann steht da noch give_basic_weapon quest: (Core Dumped)
kann das sein das der Quest keinen anfang hat?
Also hie rist der Quest,könnte mir den jemand so ummodden dass er funktioniert? Danke
say_title ( "Willkommen" )
say ( "Willkommen auf dem Server *******." )
say ( "Unsere...
[Problem] Problem with server starting - cannot find quest index for PaxHeader 12/22/2009 - Metin2 Private Server - 1 Replies Hello!
I have this same problem as here when i'm starting my server:
http://www.elitepvpers.com/forum/metin2-pserver-di scussions-questions/307143-metin2-serverfiles-ques t-index-fehler.html
But I didn't know the answer.. how to repair this?
Greetings