Refactored directory structure, added game files from TMP

This commit is contained in:
2023-12-04 21:54:28 +02:00
parent c35f861d97
commit ff3388e795
7726 changed files with 564910 additions and 17 deletions

View File

@ -0,0 +1,52 @@
quest cube begin
state start begin
when 20018.chat.gameforge.collect_herb_lv15._20_npcChat with pc.level >= 15 begin
say_title(gameforge.collect_quest_lv30._340_sayTitle)
say(gameforge.cube._10_say)
wait()
setskin(NOWINDOW)
command("cube open")
end
when 20017.chat.gameforge.collect_herb_lv15._20_npcChat with pc.level >= 30 begin
say_title(gameforge.arena_manager._20_sayTitle)
say(gameforge.cube._20_say)
wait()
setskin(NOWINDOW)
command("cube open")
end
when 20022.chat.gameforge.cube._30_npcChat with pc.level >=45 begin
say_title(gameforge.cube._40_sayTitle)
say(gameforge.cube._50_say)
wait()
setskin(NOWINDOW)
command("cube open")
end
when 20018.chat.gameforge.cube._060_npcChat with pc.level >= 15 begin
setskin(NOWINDOW)
command("cube make all")
end
when 20017.chat.gameforge.cube._060_npcChat with pc.level >= 30 begin
setskin(NOWINDOW)
command("cube make all")
end
when 20022.chat.gameforge.cube._060_npcChat with pc.level >=45 begin
setskin(NOWINDOW)
command("cube make all")
end
when 20383.chat.gameforge.cube._30_npcChat with pc.level >=90 begin
setskin(NOWINDOW)
command("cube open")
end
end
end