From 0df03c2a7f9baeb824851c9263bc963d17abe337 Mon Sep 17 00:00:00 2001
From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com>
Date: Thu, 6 Dec 2018 13:43:44 +0000
Subject: [PATCH] Monument of heroes improvements.
---
.../MonumentOfHeroes-heroCertificationLevel.html | 4 ++--
.../scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes.java | 2 +-
.../MonumentOfHeroes-heroCertificationLevel.html | 4 ++--
.../scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes.java | 2 +-
.../MonumentOfHeroes-heroCertificationLevel.html | 4 ++--
.../scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes.java | 2 +-
.../MonumentOfHeroes-heroCertificationLevel.html | 4 ++--
.../scripts/ai/others/MonumentOfHeroes/MonumentOfHeroes.java | 2 +-
8 files changed, 12 insertions(+), 12 deletions(-)
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);