[Quest-PROBLEM]"Weiter"-Button, Quest schließt sich 02/01/2014 - Metin2 Private Server - 8 Replies Servus Leute,
ich habe folgendes Problem, meine "give_starter_set.quest" sieht wie folgt aus:
quest give_starter_set begin
state start begin
when login begin
say_title("Willkommen")
say("Willkommen auf TEST")
[PROBLEM]Item-Name / Pet-Name 10/18/2013 - Metin2 Private Server - 2 Replies http://puu.sh/4TmCP.jpg1. Problem, die maximale Länge vom Itemnamen ist zu kurz, wie behebe ich das?
http://puu.sh/4TmHT.jpg2. Problem, die maximale Länge vom Petnamen ist zu kurz, wie behebe ich das?
Ich würd' mich freuen, wenn jemand helfen kann.
Danke im Voraus.
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