quest warp begin
state start begin
when NPCID.chat."WRITEWHATYOUWANT" with pc.level>75 begin
say_title("Bla")
say("bla")
say("bla")
say("bla")
say("bla")
say("bla")
if pc.count_item(71095, 1)
pc.warp(xxxx, xxxx)
else
return
end
end
end
end
i dont know if its work D sry 4 my english, its very very bad
quest warp begin
state start begin
when NPCID.chat."WRITEWHATYOUWANT" with pc.level>75 begin
say_title("Bla")
say("bla")
say("bla")
say("bla")
say("bla")
say("bla")
if pc.count_item(71095, 1)
pc.warp(xxxx, xxxx)
else
return
end
end
end
end
i dont know if its work D sry 4 my english, its very very bad
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