How do i set the timer. for how long they can be in the quest.
2nd question
is there a way to make it where 1 person gos into the quest. when another person wants to go can he go in same quest just not the on the 1st guy is in.
i thought i saw guids on these but never could find them.
what im asking is how do i set a time limit for someone to be in a quest. im build a big quest, and they will need a time limit sence i dont know how to set the map to where more then one person can go in without them being in the same quest as echother. i hope that made more sence lol
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