Skip to content
Snippets Groups Projects
Commit c3ae14cb authored by Adry85's avatar Adry85 Committed by Zoey76
Browse files

Added missing html for Dragon Vortex.

Reported by: ShinichiYao
parent ab62d728
No related branches found
No related tags found
No related merge requests found
<html><body>Dragon Vortex:<br>
You can't summon the monster this soon. Please wait a little.
</body></html>
\ No newline at end of file
<html><body>Dragon Vortex:<br> <html><body>Dragon Vortex:<br>
A mysterious vortex which has the power to summon one of Antharas's high commanding dragons. To call forth one of these creatures you must use a <font color="LEVEL">Large Dragon Bone</font> to entice it.<br> A mysterious vortex which has the power to summon one of Antharas' high commanding dragons.<br>
Summoned Dragons: <font color="LEVEL">Emerald Horn, Dust Rider, Bleeding Fly, Blackdagger Wing, Shadow Summoner, Spike Slasher, & Muscle Bomber</font><br> To call forth one of these creatures, you must use a <font color="LEVEL">Large Dragon Bone</font>.<br>
Dragons to be summoned: <font color="LEVEL">Emerald Horn Dust Rider Bleeding Fly Blackdagger Wing Shadow Summoner Spike Slasher Muscle Bomber</font><br>
<a action="bypass -h Quest DragonVortex RAIDBOSS">Use a Large Dragon Bone</a> <a action="bypass -h Quest DragonVortex RAIDBOSS">Use a Large Dragon Bone</a>
</body></html> </body></html>
\ No newline at end of file
...@@ -45,7 +45,7 @@ public final class DragonVortex extends AbstractNpcAI ...@@ -45,7 +45,7 @@ public final class DragonVortex extends AbstractNpcAI
private static final int LARGE_DRAGON_BONE = 17248; private static final int LARGE_DRAGON_BONE = 17248;
// Variables // Variables
private static final String I_QUEST0 = "I_QUEST0"; private static final String I_QUEST0 = "I_QUEST0";
// Location // Locations
private static final Location SPOT_1 = new Location(92744, 114045, -3072); private static final Location SPOT_1 = new Location(92744, 114045, -3072);
private static final Location SPOT_2 = new Location(110112, 124976, -3624); private static final Location SPOT_2 = new Location(110112, 124976, -3624);
private static final Location SPOT_3 = new Location(121637, 113657, -3792); private static final Location SPOT_3 = new Location(121637, 113657, -3792);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment