Hey,
ich hab folgendes Problem. Und zwar kriege ich diesen Fehler , wenn ich manche Quest einfügen will. Eine Beispiel Quest ist die "leicht zu verwaltende Bioquest" von Sensenmann. Diese Quest geht eig. Fehlerfrei.
Hier der Fehler:
PHP Code:
Traceback (most recent call last):
File "make.py", line 10, in <module>
r = pre_qc.run (line)
File "/home/game/share/locale/germany/quest/pre_qc.py", line 159, in run
start = MakeParameterTable (lines, parameter_table, keys)
File "/home/game/share/locale/germany/quest/pre_qc.py", line 149, in MakeParameterTable
return start
UnboundLocalError: local variable 'start' referenced before assignment
unbugged Invoice Files, Quest Compile (make.sh) PROBLEM 02/24/2014 - Metin2 Private Server - 0 Replies Hallo Zusammen!
baue gerade einen neuen Server mit unbugged Serverfiles by Invoice !
das Problem:
Wenn ich den Server gestartet habe und die Quest neu Lade mit dem Befehl sh make.sh werden die Quests neu geladen und laufen alle ohne Fehler durch.
Beim nächsten Schritt gebe ich ingame /reload q ein und das geht auch !
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