Four Sepulchers rework.

Thanks to Stayway and gigilo1968.
This commit is contained in:
MobiusDev
2016-08-07 16:38:58 +00:00
parent df9d1379fd
commit 49d0d680a0
85 changed files with 1700 additions and 4845 deletions

View File

@@ -1,4 +1,4 @@
<html><body>Conquerors' Sepulcher Manager:<br>
Hark! Who goes there?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00620_FourGoblets Enter">Touch the stone statue and concentrate...</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest FourSepulchers Enter">Touch the stone statue and concentrate...</button>
</body></html>

View File

@@ -1,4 +1,4 @@
<html><body>Emperors' Sepulcher Manager:<br>
Enter if you dare!<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00620_FourGoblets Enter">Place your hand on the stone statue and concentrate.</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest FourSepulchers Enter">Place your hand on the stone statue and concentrate.</button>
</body></html>

View File

@@ -1,4 +1,4 @@
<html><body>Great Sages' Sepulcher Manager:<br>
Enter at your own risk.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00620_FourGoblets Enter">Place hands on statue and concentrate</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest FourSepulchers Enter">Place hands on statue and concentrate</button>
</body></html>

View File

@@ -1,4 +1,4 @@
<html><body>Judges' Sepulcher Manager:<br>
Enter if you dare!<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00620_FourGoblets Enter">Place hands on the stone statue and concentrate...</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest FourSepulchers Enter">Place hands on the stone statue and concentrate...</button>
</body></html>

View File

@@ -18,7 +18,6 @@ package quests.Q00620_FourGoblets;
import com.l2jmobius.commons.util.Rnd;
import com.l2jmobius.gameserver.enums.QuestSound;
import com.l2jmobius.gameserver.instancemanager.FourSepulchersManager;
import com.l2jmobius.gameserver.model.actor.L2Npc;
import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance;
import com.l2jmobius.gameserver.model.quest.Quest;
@@ -1006,15 +1005,6 @@ public class Q00620_FourGoblets extends Quest
htmltext = "31454-17.htm";
break;
}
case "Enter":
{
if (st.getCond() > 0)
{
FourSepulchersManager.getInstance().tryEntry(npc, player);
return null;
}
break;
}
}
return htmltext;
}
@@ -1156,33 +1146,33 @@ public class Q00620_FourGoblets extends Quest
}
}
}
}
break;
}
case CONQ_SM:
{
htmltext = "31921-E.htm";
}
break;
}
case EMPER_SM:
{
htmltext = "31922-E.htm";
}
break;
}
case SAGES_SM:
{
htmltext = "31923-E.htm";
}
break;
}
case JUDGE_SM:
{
htmltext = "31924-E.htm";
}
break;
}
case GHOST_CHAMBERLAIN_1:
{
htmltext = "31919-1.htm";
}
break;
}
}
return htmltext;
}