Hab Sie Hochgeladen , quest_list eingetragen weiß jemand einen Rat?
Error
PHP Code:
syntax error : [string "start"]:3: unexpected symbol near `)'
I_Kill_You.quest:8:Error occured on compile I_Kill_You.quest
Quest
PHP Code:
quest I_Kill_You begin
state start begin
when 71900.use begin
say("Gib den namen des spielers ein zum killen")
local y = input
command("kill "..y..)
pc.removeitem(71900, 1)
end
end
end
quest I_Kill_You begin state start begin when 71900.use begin say("Gib den namen des spielers ein zum killen") local y = input() command("kill "..y) pc.removeitem(71900, 1) end end end
Ich möchte dich aber darauf hinweisen, dass diese Quest nur mit einem GM so funktionieren wird, wie du dir das vorstellst, da du für den Befehl "kill" GM-Rechte benötigst.
Quest Funktioniert Vielen Dank an Alle. Bekommt erstmal Thx Aber Funktionieren tuht es nicht Weiß jemand dazu ein Rat Vllt Quest_Functions? Wenn ja Was muss ich da eintragen?
hier für dich, füg sie ein und schau was ingame passiert
PHP Code:
quest I_Kill_You begin state start begin when 71900.use begin if pc.is_gm() then say("Gib den namen des spielers ein zum killen") local y = input() command("kill "..y) pc.removeitem(71900, 1) else say("Du kannst dieses Item nicht benutzen,") say("dafür benötigst du GM rechte") end end end end
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
acc probs 03/17/2010 - Metin2 - 2 Replies hey..
hab probns mit dem acc erstellen da kommt am ende fehlercode
kann mir einer pls nen acc machen ;) wäre sehr geil
pn me wegen daten dan.
is it only me or do more ppl have probs.. 03/30/2006 - World of Warcraft - 3 Replies somehow after the patch i get unable to connect ..when i try to repatch it says its an outher version of the game.. and i cannot go to www.wow-europe.com either... this sucks...
Probs mit .fss 05/02/2005 - World of Warcraft - 3 Replies Hallo
also ich weis nicht ob das hier reingehört aber ich hab ein richtiges problem ... ich habe ein textdokument das ich dann auf .fss umänder und es bleibt so aber wenn ich auf öffnen mit gehe steht da oben hallo.fss.txt aber das .txt wird bei mir nicht angezeigt naja gut sagen wir es ist eben so dann geh ich aber auf Forceshock und nichts passiert .... also da wird dann nicht mal in der liste forceshock angezeigt :-/ ... gibt es nicht irgendein proggi oder so wie man das in ne .fss...