Merge pull request #32 from SunTrustDev/bugfix/cube-opening

Remove unused / stale cube opening quests and interactions
This commit is contained in:
d1str4ught
2026-03-09 01:37:07 +01:00
committed by GitHub
2 changed files with 0 additions and 27 deletions

View File

@@ -26,23 +26,6 @@ quest cube begin
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")

View File

@@ -70,16 +70,6 @@ quest cube_opener_list begin
end
end
when
20383.take or
20018.take or
20017.take or
20015.take
begin
command("cube open")
end
end
end