Updated Hero Weapon list.
Contributed by enmity.
This commit is contained in:
parent
0ce82d0e9b
commit
a5e8201458
@ -41,20 +41,20 @@ final class MonumentOfHeroes extends AbstractNpcAI
|
||||
private static final int WINGS_OF_DESTINY_CIRCLET = 6842;
|
||||
private static final int[] WEAPONS =
|
||||
{
|
||||
6611, // Infinity Blade
|
||||
6612, // Infinity Cleaver
|
||||
6613, // Infinity Axe
|
||||
6614, // Infinity Rod
|
||||
6615, // Infinity Crusher
|
||||
6616, // Infinity Scepter
|
||||
6617, // Infinity Stinger
|
||||
6618, // Infinity Fang
|
||||
6619, // Infinity Bow
|
||||
6620, // Infinity Wing
|
||||
6621, // Infinity Spear
|
||||
9388, // Infinity Rapier
|
||||
9389, // Infinity Sword
|
||||
9390, // Infinity Shooter
|
||||
30392, // Infinity Shaper
|
||||
30393, // Infinity Cutter
|
||||
30394, // Infinity Slasher
|
||||
30395, // Infinity Avenger
|
||||
30396, // Infinity Fighter
|
||||
30397, // Infinity Stormer
|
||||
30398, // Infinity Thrower
|
||||
30399, // Infinity Shooter
|
||||
30400, // Infinity Buster
|
||||
30401, // Infinity Caster
|
||||
30402, // Infinity Retributer
|
||||
30403, // Infinity Dualsword
|
||||
30404, // Infinity Dual Dagger
|
||||
30405, // Infinity Dual Blunt Weapon
|
||||
};
|
||||
|
||||
private MonumentOfHeroes()
|
||||
|
@ -4,20 +4,20 @@
|
||||
<tr><td align=center>Select a weapon that suits you.</td></tr>
|
||||
<tr><td height=30></td></tr>
|
||||
<tr><td align=center>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonumentOfHeroes 6611" msg="1484;">Infinity Blade (One-Handed Sword)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonumentOfHeroes 6612" msg="1484;">Infinity Cleaver (Two-Handed Sword)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonumentOfHeroes 6613" msg="1484;">Infinity Axe (One-Handed Blunt Weapon)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonumentOfHeroes 6614" msg="1484;">Infinity Rod (One-Handed Blunt Weapon)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonumentOfHeroes 6615" msg="1484;">Infinity Crusher (Two-Handed Blunt Weapon)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonumentOfHeroes 6616" msg="1484;">Infinity Scepter (Two-Handed Staff)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonumentOfHeroes 6617" msg="1484;">Infinity Stinger (Dagger)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonumentOfHeroes 6618" msg="1484;">Infinity Fang (Fist Weapon)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonumentOfHeroes 6619" msg="1484;">Infinity Bow (Bow)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonumentOfHeroes 6620" msg="1484;">Infinity Wing (Dualsword)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonumentOfHeroes 6621" msg="1484;">Infinity Spear (Pole Arm)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonumentOfHeroes 9388" msg="2234;">Infinity Rapier (Kamael-Exclusive Short Sword)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonumentOfHeroes 9389" msg="2234;">Infinity Sword (Kamael-Exclusive Ancient Sword)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonumentOfHeroes 9390" msg="2234;">Infinity Shooter (Kamael-Exclusive Crossbow)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonumentOfHeroes 30392" msg="1484;">Infinity Shaper (Dagger)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonumentOfHeroes 30393" msg="1484;">Infinity Cutter (One-Handed Sword)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonumentOfHeroes 30394" msg="1484;">Infinity Slasher (Two-Handed Sword)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonumentOfHeroes 30395" msg="1484;">Infinity Avenger (One-Handed Blunt Weapon)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonumentOfHeroes 30396" msg="1484;">Infinity Fighter (Fist Weapon)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonumentOfHeroes 30397" msg="1484;">Infinity Stormer (Polearm)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonumentOfHeroes 30398" msg="1484;">Infinity Thrower (Bow)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonumentOfHeroes 30399" msg="1484;">Infinity Shooter (Crossbow)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonumentOfHeroes 30400" msg="1484;">Infinity Buster (One-Handed Magic Sword)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonumentOfHeroes 30401" msg="1484;">Infinity Caster (One-Handed Magic Blunt)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonumentOfHeroes 30402" msg="1484;">Infinity Retributer (Two-Handed Magic Blunt)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonumentOfHeroes 30403" msg="2234;">Infinity Dualsword (Dual Sword Weapon)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonumentOfHeroes 30404" msg="2234;">Infinity Dual Dagger (Dual Dagger Weapon)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonumentOfHeroes 30405" msg="2234;">Infinity Dual Blunt (Dual Blunt Weapon)</Button>
|
||||
</td></tr>
|
||||
<tr><td height=34></td></tr>
|
||||
<tr><td align=center><button action="bypass -h npc_%objectId%_Chat 0" value="Back" width=200 height=31 back="L2UI_CT1.OlympiadWnd_DF_Back_Down" fore="L2UI_CT1.OlympiadWnd_DF_Back"></td></tr>
|
||||
|
Loading…
Reference in New Issue
Block a user