Restructured gamefiles, locale data loading refactoring, docker build fixes
This commit is contained in:
52
gamefiles/data/quest/cube.quest
Normal file
52
gamefiles/data/quest/cube.quest
Normal 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
|
Reference in New Issue
Block a user