Contains all the changes that were made until now. Thanks to Extrinsic Studio for adding a .csv export to their Quest Editor and thanks to me for being the Regex Pro that I am. QDActionEndItemEndNpcReward.shn is the final version.
Edit: No new quests were added, only existing ones were updated
Hey thank you very much for these files! But how can you actually use them for the 2016 files? Maybe a dumb question but isnt it hard coded that it is going to use the old QuestData files?
This is the 2016 QuestData structure containing all the Level Requirement, Item Requirement, Item Drop Rate, Mob Requirement, and Reward updates from the new ones. You can use it on 2016 files.
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