diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes-heroCertificationLevel.html b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes-heroCertificationLevel.html
index aaef55c79f..aacda02b98 100644
--- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes-heroCertificationLevel.html
+++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes-heroCertificationLevel.html
@@ -3,9 +3,9 @@
|
In order to become a hero of this era, |
|
- you have to be a specialized Awakened class |
+ you have to own a second class |
|
- and a Noblesse of level 85 or higher. |
+ and be of level 55 or higher. |
|
|
|
diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes.java b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes.java
index bca5df5eaf..15d395cbe5 100644
--- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes.java
+++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes.java
@@ -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);
diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes-heroCertificationLevel.html b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes-heroCertificationLevel.html
index aaef55c79f..aacda02b98 100644
--- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes-heroCertificationLevel.html
+++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes-heroCertificationLevel.html
@@ -3,9 +3,9 @@
|
In order to become a hero of this era, |
|
- you have to be a specialized Awakened class |
+ you have to own a second class |
|
- and a Noblesse of level 85 or higher. |
+ and be of level 55 or higher. |
|
|
|
diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes.java b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes.java
index bca5df5eaf..15d395cbe5 100644
--- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes.java
+++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes.java
@@ -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);
diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes-heroCertificationLevel.html b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes-heroCertificationLevel.html
index aaef55c79f..aacda02b98 100644
--- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes-heroCertificationLevel.html
+++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes-heroCertificationLevel.html
@@ -3,9 +3,9 @@
|
In order to become a hero of this era, |
|
- you have to be a specialized Awakened class |
+ you have to own a second class |
|
- and a Noblesse of level 85 or higher. |
+ and be of level 55 or higher. |
|
|
|
diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes.java b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes.java
index bca5df5eaf..15d395cbe5 100644
--- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes.java
+++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes.java
@@ -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);
diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes-heroCertificationLevel.html b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes-heroCertificationLevel.html
index aaef55c79f..aacda02b98 100644
--- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes-heroCertificationLevel.html
+++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes-heroCertificationLevel.html
@@ -3,9 +3,9 @@
|
In order to become a hero of this era, |
|
- you have to be a specialized Awakened class |
+ you have to own a second class |
|
- and a Noblesse of level 85 or higher. |
+ and be of level 55 or higher. |
|
|
|
diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes.java b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes.java
index bca5df5eaf..15d395cbe5 100644
--- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes.java
+++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes.java
@@ -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);