Monument of heroes improvements.
This commit is contained in:
parent
cf6d04e6f1
commit
0df03c2a7f
@ -3,9 +3,9 @@
|
||||
<tr><td height=34></td></tr>
|
||||
<tr><td align=center>In order to become a hero of this era,</td></tr>
|
||||
<tr><td height=10></td></tr>
|
||||
<tr><td align=center>you have to be a specialized Awakened class</td></tr>
|
||||
<tr><td align=center>you have to own a second class</td></tr>
|
||||
<tr><td height=10></td></tr>
|
||||
<tr><td align=center>and a Noblesse of level 85 or higher.</td></tr>
|
||||
<tr><td align=center>and be of level 55 or higher.</td></tr>
|
||||
<tr><td height=34></td></tr>
|
||||
<tr><td align=center><button action="bypass -h Quest MonumentOfHeroes index" value="Back" width=200 height=31 back="L2UI_CT1.OlympiadWnd_DF_Back_Down" fore="L2UI_CT1.OlympiadWnd_DF_Back"></td></tr>
|
||||
<tr><td height=200></td></tr>
|
||||
|
@ -181,7 +181,7 @@ public final class MonumentOfHeroes extends AbstractNpcAI
|
||||
{
|
||||
if (!player.isSubClassActive())
|
||||
{
|
||||
if (player.getLevel() >= 85)
|
||||
if (player.getLevel() >= 55)
|
||||
{
|
||||
Hero.getInstance().claimHero(player);
|
||||
showOnScreenMsg(player, (NpcStringId.getNpcStringId(13357 + player.getClassId().getId())), ExShowScreenMessage.TOP_CENTER, 5000);
|
||||
|
@ -3,9 +3,9 @@
|
||||
<tr><td height=34></td></tr>
|
||||
<tr><td align=center>In order to become a hero of this era,</td></tr>
|
||||
<tr><td height=10></td></tr>
|
||||
<tr><td align=center>you have to be a specialized Awakened class</td></tr>
|
||||
<tr><td align=center>you have to own a second class</td></tr>
|
||||
<tr><td height=10></td></tr>
|
||||
<tr><td align=center>and a Noblesse of level 85 or higher.</td></tr>
|
||||
<tr><td align=center>and be of level 55 or higher.</td></tr>
|
||||
<tr><td height=34></td></tr>
|
||||
<tr><td align=center><button action="bypass -h Quest MonumentOfHeroes index" value="Back" width=200 height=31 back="L2UI_CT1.OlympiadWnd_DF_Back_Down" fore="L2UI_CT1.OlympiadWnd_DF_Back"></td></tr>
|
||||
<tr><td height=200></td></tr>
|
||||
|
@ -181,7 +181,7 @@ public final class MonumentOfHeroes extends AbstractNpcAI
|
||||
{
|
||||
if (!player.isSubClassActive())
|
||||
{
|
||||
if (player.getLevel() >= 85)
|
||||
if (player.getLevel() >= 55)
|
||||
{
|
||||
Hero.getInstance().claimHero(player);
|
||||
showOnScreenMsg(player, (NpcStringId.getNpcStringId(13357 + player.getClassId().getId())), ExShowScreenMessage.TOP_CENTER, 5000);
|
||||
|
@ -3,9 +3,9 @@
|
||||
<tr><td height=34></td></tr>
|
||||
<tr><td align=center>In order to become a hero of this era,</td></tr>
|
||||
<tr><td height=10></td></tr>
|
||||
<tr><td align=center>you have to be a specialized Awakened class</td></tr>
|
||||
<tr><td align=center>you have to own a second class</td></tr>
|
||||
<tr><td height=10></td></tr>
|
||||
<tr><td align=center>and a Noblesse of level 85 or higher.</td></tr>
|
||||
<tr><td align=center>and be of level 55 or higher.</td></tr>
|
||||
<tr><td height=34></td></tr>
|
||||
<tr><td align=center><button action="bypass -h Quest MonumentOfHeroes index" value="Back" width=200 height=31 back="L2UI_CT1.OlympiadWnd_DF_Back_Down" fore="L2UI_CT1.OlympiadWnd_DF_Back"></td></tr>
|
||||
<tr><td height=200></td></tr>
|
||||
|
@ -181,7 +181,7 @@ public final class MonumentOfHeroes extends AbstractNpcAI
|
||||
{
|
||||
if (!player.isSubClassActive())
|
||||
{
|
||||
if (player.getLevel() >= 85)
|
||||
if (player.getLevel() >= 55)
|
||||
{
|
||||
Hero.getInstance().claimHero(player);
|
||||
showOnScreenMsg(player, (NpcStringId.getNpcStringId(13357 + player.getClassId().getId())), ExShowScreenMessage.TOP_CENTER, 5000);
|
||||
|
@ -3,9 +3,9 @@
|
||||
<tr><td height=34></td></tr>
|
||||
<tr><td align=center>In order to become a hero of this era,</td></tr>
|
||||
<tr><td height=10></td></tr>
|
||||
<tr><td align=center>you have to be a specialized Awakened class</td></tr>
|
||||
<tr><td align=center>you have to own a second class</td></tr>
|
||||
<tr><td height=10></td></tr>
|
||||
<tr><td align=center>and a Noblesse of level 85 or higher.</td></tr>
|
||||
<tr><td align=center>and be of level 55 or higher.</td></tr>
|
||||
<tr><td height=34></td></tr>
|
||||
<tr><td align=center><button action="bypass -h Quest MonumentOfHeroes index" value="Back" width=200 height=31 back="L2UI_CT1.OlympiadWnd_DF_Back_Down" fore="L2UI_CT1.OlympiadWnd_DF_Back"></td></tr>
|
||||
<tr><td height=200></td></tr>
|
||||
|
@ -181,7 +181,7 @@ public final class MonumentOfHeroes extends AbstractNpcAI
|
||||
{
|
||||
if (!player.isSubClassActive())
|
||||
{
|
||||
if (player.getLevel() >= 85)
|
||||
if (player.getLevel() >= 55)
|
||||
{
|
||||
Hero.getInstance().claimHero(player);
|
||||
showOnScreenMsg(player, (NpcStringId.getNpcStringId(13357 + player.getClassId().getId())), ExShowScreenMessage.TOP_CENTER, 5000);
|
||||
|
Loading…
Reference in New Issue
Block a user