From be341e760c10720641bb7b768ee35ade2f12d661 Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Wed, 2 Aug 2017 01:02:57 +0000 Subject: [PATCH] FirstClassTransfer removals. --- .../FirstClassTransferTalk/30525_no.html | 5 ++-- .../FirstClassTransferTalk/30525_no1.html | 5 ---- .../FirstClassTransferTalk/30525_no1a.html | 6 ----- .../FirstClassTransferTalk/30525_no1b.html | 6 ----- .../FirstClassTransferTalk/30525_no2.html | 4 --- .../32147_elven_knight_01.html | 6 ----- .../32147_elven_knight_02.html | 5 ---- .../32147_elven_scout_01.html | 6 ----- .../32147_elven_scout_02.html | 5 ---- .../32147_elven_wizard_01.html | 6 ----- .../32147_elven_wizard_02.html | 5 ---- .../FirstClassTransferTalk/32147_fighter.html | 5 ---- .../FirstClassTransferTalk/32147_mystic.html | 5 ---- .../FirstClassTransferTalk/32147_no.html | 4 --- .../32147_oracle_01.html | 6 ----- .../32147_oracle_02.html | 5 ---- .../32147_transfer_1.html | 3 --- .../32147_transfer_2.html | 3 --- .../FirstClassTransferTalk/32150_fighter.html | 5 ---- .../FirstClassTransferTalk/32150_mystic.html | 4 --- .../FirstClassTransferTalk/32150_no.html | 5 ---- .../32150_orc_monk_01.html | 6 ----- .../32150_orc_monk_02.html | 6 ----- .../32150_orc_raider_01.html | 6 ----- .../32150_orc_raider_02.html | 6 ----- .../32150_orc_shaman_01.html | 6 ----- .../32150_orc_shaman_02.html | 6 ----- .../32150_transfer_1.html | 3 --- .../32150_transfer_2.html | 3 --- .../32153_cleric_01.html | 5 ---- .../32153_cleric_02.html | 6 ----- .../FirstClassTransferTalk/32153_mystic.html | 5 ---- .../FirstClassTransferTalk/32153_no.html | 4 --- .../32153_transfer_1.html | 3 --- .../32153_transfer_2.html | 3 --- .../32153_wizard_01.html | 5 ---- .../32153_wizard_02.html | 6 ----- .../FirstClassTransferTalk/32154_fighter.html | 6 ----- .../32154_knight_01.html | 5 ---- .../32154_knight_02.html | 5 ---- .../FirstClassTransferTalk/32154_no.html | 4 --- .../32154_rogue_01.html | 5 ---- .../32154_rogue_02.html | 5 ---- .../32154_transfer_1.html | 4 --- .../32154_transfer_2.html | 4 --- .../32154_warrior_01.html | 5 ---- .../32154_warrior_02.html | 5 ---- .../32157_artisan_01.html | 5 ---- .../32157_artisan_02.html | 6 ----- .../FirstClassTransferTalk/32157_fighter.html | 5 ---- .../FirstClassTransferTalk/32157_no.html | 5 ---- .../32157_scavenger.html | 4 --- .../32157_transfer_1.html | 3 --- .../32157_transfer_2.html | 4 --- .../FirstClassTransferTalk/32158_artisan.html | 4 --- .../FirstClassTransferTalk/32158_fighter.html | 5 ---- .../FirstClassTransferTalk/32158_no.html | 5 ---- .../32158_scavenger_01.html | 7 ------ .../32158_scavenger_02.html | 7 ------ .../32158_transfer_1.html | 3 --- .../32158_transfer_2.html | 3 --- .../32160_assassin_01.html | 6 ----- .../32160_assassin_02.html | 6 ----- .../32160_dark_wizard_01.html | 6 ----- .../32160_dark_wizard_02.html | 5 ---- .../FirstClassTransferTalk/32160_fighter.html | 5 ---- .../FirstClassTransferTalk/32160_mystic.html | 6 ----- .../FirstClassTransferTalk/32160_no.html | 4 --- .../32160_palus_knight_01.html | 6 ----- .../32160_palus_knight_02.html | 7 ------ .../32160_shillien_oracle_01.html | 6 ----- .../32160_shillien_oracle_02.html | 5 ---- .../32160_transfer_1.html | 4 --- .../32160_transfer_2.html | 4 --- .../FirstClassTransferTalk/32171_artisan.html | 4 --- .../FirstClassTransferTalk/32171_fighter.html | 5 ---- .../FirstClassTransferTalk/32171_no.html | 4 --- .../32171_scavenger_01.html | 7 ------ .../32171_scavenger_02.html | 7 ------ .../32171_transfer_1.html | 3 --- .../32171_transfer_2.html | 3 --- .../FirstClassTransferTalk.java | 25 +------------------ 82 files changed, 3 insertions(+), 422 deletions(-) delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/30525_no1.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/30525_no1a.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/30525_no1b.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/30525_no2.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_elven_knight_01.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_elven_knight_02.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_elven_scout_01.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_elven_scout_02.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_elven_wizard_01.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_elven_wizard_02.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_fighter.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_mystic.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_no.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_oracle_01.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_oracle_02.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_transfer_1.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_transfer_2.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_fighter.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_mystic.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_no.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_orc_monk_01.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_orc_monk_02.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_orc_raider_01.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_orc_raider_02.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_orc_shaman_01.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_orc_shaman_02.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_transfer_1.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_transfer_2.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_cleric_01.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_cleric_02.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_mystic.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_no.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_transfer_1.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_transfer_2.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_wizard_01.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_wizard_02.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_fighter.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_knight_01.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_knight_02.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_no.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_rogue_01.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_rogue_02.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_transfer_1.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_transfer_2.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_warrior_01.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_warrior_02.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32157_artisan_01.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32157_artisan_02.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32157_fighter.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32157_no.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32157_scavenger.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32157_transfer_1.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32157_transfer_2.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32158_artisan.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32158_fighter.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32158_no.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32158_scavenger_01.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32158_scavenger_02.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32158_transfer_1.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32158_transfer_2.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_assassin_01.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_assassin_02.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_dark_wizard_01.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_dark_wizard_02.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_fighter.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_mystic.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_no.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_palus_knight_01.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_palus_knight_02.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_shillien_oracle_01.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_shillien_oracle_02.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_transfer_1.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_transfer_2.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32171_artisan.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32171_fighter.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32171_no.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32171_scavenger_01.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32171_scavenger_02.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32171_transfer_1.html delete mode 100644 L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32171_transfer_2.html diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/30525_no.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/30525_no.html index e517c914ca..dfa280457f 100644 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/30525_no.html +++ b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/30525_no.html @@ -1,5 +1,4 @@ Head Blacksmith Bronk:
-To change profession means that you have attained a certain degree of ability and experience, and may be promoted to a higher-level profession. You cannot chnage profession here, however I can give you some information. If you are a Dwarven Fighter, you can change profession to become an Artisan or a Scavenger. Which profession do you want to know about?
- - +I am Head Blacksmith Bronk of the Black Anvil Guild. The Black Anvil Guild is a proud guild that trains Dwarven Fighters and Artisans. You didn't come because you thought I could teach you, did you? Not just anyone can learn the skills that have been handed down in our race for 2,000 years. Now that you know, you can go back to waving your sword around and hunting poor monsters.
+ \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/30525_no1.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/30525_no1.html deleted file mode 100644 index d74f27ee92..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/30525_no1.html +++ /dev/null @@ -1,5 +0,0 @@ -Head Blacksmith Bronk:
-To change profession means that you have attained a certain degree of ability and experience, and may be promoted to a higher-level profession. You cannot chnage profession here, however I can give you some information. If you are a Dwarven Fighter, you can change profession to become an Artisan or a Scavenger. Which profession do you want to know about?
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/30525_no1a.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/30525_no1a.html deleted file mode 100644 index 2a9b2d8af8..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/30525_no1a.html +++ /dev/null @@ -1,6 +0,0 @@ -Head Blacksmith Bronk:
-The funsamental characteristics of Scavengers and Artisans are that the Scavenger collects rare materials and the Artisan makes something valuable from those materials. In combat, Artisans use the golems that they construct instead of risking their own bodies. They can actually produce items during combat, and therefore are invaluable during battles.
-Among Artisans, the best are selected to be Warsmiths. Warsmith is an exalted profession with manufacturing skills of the highest level -- they can even make siege golems.
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/30525_no1b.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/30525_no1b.html deleted file mode 100644 index f8838d2456..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/30525_no1b.html +++ /dev/null @@ -1,6 +0,0 @@ -Head Blacksmith Bronk:
-To qualify to become an Artisan, your level must be at least be 20 and you must pass the Test of the Artisan..
-However, even if you earn these qualifications, I cannot change your profession. This is because only those who have experienced Human society and understand the great world beyond the Spine Mountains are qualified to change profession. A Dwarf must have a full understanding of the outside world's economy.
-To take the Test of the Artisan, go to Blacksmith Silvera. She will give you detailed instructions. If you pass the test and earn your qualification, go to the town of Gludio and meet Head Blacksmith Tapoy in the blacksmith's there. If you have met the qualifications, he will change your profession to Artisan.
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/30525_no2.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/30525_no2.html deleted file mode 100644 index be68064898..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/30525_no2.html +++ /dev/null @@ -1,4 +0,0 @@ -Head Blacksmith Bronk:
-I teach Artisans. If you want to be a Scavenger, then go to Warehouse Chief Reed in the warehouse. He will provide you with information.
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_elven_knight_01.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_elven_knight_01.html deleted file mode 100644 index f061417617..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_elven_knight_01.html +++ /dev/null @@ -1,6 +0,0 @@ -Grand Master Rivian:
-An Elven Knight is a warrior whose skill with the sword, both on attack and defense, is virtually unrivalled. The Elven Knights were originally formed to protect the World Tree, the mother of the forest and spirits, but the need for them now is if anything even more pressing.
-The most accomplished Elven Knights may eventually become Temple Knights or Swordsingers.
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_elven_knight_02.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_elven_knight_02.html deleted file mode 100644 index 2bcb40d7df..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_elven_knight_02.html +++ /dev/null @@ -1,5 +0,0 @@ -Grand Master Rivian:
-To become an Elven Knight, you must have achieved at least level 20 and passed the Elven Knight test.
-You cannot take the test here, but if you think that you are ready, go to the Town of Gludio in Gludio Territory, find the Warrior Guild and speak with Grand Master Rains.
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_elven_scout_01.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_elven_scout_01.html deleted file mode 100644 index 0e8a8ac242..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_elven_scout_01.html +++ /dev/null @@ -1,6 +0,0 @@ -Grand Master Rivian:
-Elven Scouts are the designated guards that protected the forest against foreign invadors for thousands of years. Their specialty is silently and invisibly moving among the trees, fatally harming their foes with their deadly arrows or razor-sharp daggers before vanishing back into the brush.
-The most outstanding Elven Scouts become Plains Walkers or Silver Rangers, the supreme masters of the bow.
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_elven_scout_02.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_elven_scout_02.html deleted file mode 100644 index 08cdd27a0a..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_elven_scout_02.html +++ /dev/null @@ -1,5 +0,0 @@ -Grand Master Rivian:
-To become an Elven Scout, you must have achieved at least level 20 and passed the Elven Scout test.
-You cannot take the test here, but if you think that you are ready, go to the Town of Gludio in Gludio Territory, find the Warrior Guild and speak with Grand Master Rains.
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_elven_wizard_01.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_elven_wizard_01.html deleted file mode 100644 index dc5152a875..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_elven_wizard_01.html +++ /dev/null @@ -1,6 +0,0 @@ -Grand Master Rivian:
-Elven Wizards use elemental magic, dark magic and summonings more powerful than those of the Elven Mages. They command fire and wind, harness the magical power of the darkness and summon spirits of the nature as Servitors.
-The most powerful Elven Wizards may become Spellsingers, who have an improved affinity with the spirits, or Elemental Summoners.
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_elven_wizard_02.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_elven_wizard_02.html deleted file mode 100644 index a956a66b26..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_elven_wizard_02.html +++ /dev/null @@ -1,5 +0,0 @@ -Grand Master Rivian:
-To become an Elven Wizard, you must be at least level 20 and have passed the test. An Elf named Rosella in the Elven Village can set your feet on the path to becoming an Elven Wizard. Do you still have the Newbie Travel Token? Show it to Rosella and she will send you to the Elven Village.
-Even after you demonstrated your qualifications, though, the class change is not possible here -- this place is designed only to train beginners up to a certain skill level. You must go to Gludio on the mainland to become an Elven Wizard. Seek out High Priest Raymond in the Temple in Gludio.
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_fighter.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_fighter.html deleted file mode 100644 index ac28e287cb..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_fighter.html +++ /dev/null @@ -1,5 +0,0 @@ -Grand Master Rivian:
-Unfortunately, you cannot complete your class transfer here. However, I can give you the information you need. If you are an Elven Fighter, you can transfer to Elven Knight or Elven Scout. Which would you like to know more about?
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_mystic.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_mystic.html deleted file mode 100644 index c5f820d3f0..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_mystic.html +++ /dev/null @@ -1,5 +0,0 @@ -Grand Master Rivian:
-A class transfer occurs when someone with the necessary abilities and experience is promoted to a more advanced profession. Unfortunately, you cannot complete the transfer here. However, I can give you the information you need to do so. If you are an Elven Mage, you can transfer to Elven Wizard or Oracle. Which would you like to know more about?
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_no.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_no.html deleted file mode 100644 index 03a7ec40d0..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_no.html +++ /dev/null @@ -1,4 +0,0 @@ -Grand Master Rivian:
-I will assist you with the transfer, but what I can tell you with certainty is that they are from the Elves.
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_oracle_01.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_oracle_01.html deleted file mode 100644 index 920993465b..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_oracle_01.html +++ /dev/null @@ -1,6 +0,0 @@ -Grand Master Rivian:
-Oracles utilize light, life and Spirits of Purification derived from Eva and Einhasad. These Priests advise their Elven compatriots through their close interaction with spirits and use their white magic to protect and heal themselves and others.
-Those Oracles who display exceptional spiritual qualities may become Elders, who are able to use the most powerful healing magics.
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_oracle_02.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_oracle_02.html deleted file mode 100644 index dc4775b600..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_oracle_02.html +++ /dev/null @@ -1,5 +0,0 @@ -Grand Master Rivian:
-In order to become an Oracle, you must have achieved at least level 20 and passed the Oracle test.
-You cannot complete the transfer here, however, so go to the Town of Gludio and seek out the Temple's High Priest Raymond.
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_transfer_1.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_transfer_1.html deleted file mode 100644 index 8253b441af..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_transfer_1.html +++ /dev/null @@ -1,3 +0,0 @@ -Grand Master Rivian:
-You have already completed a class transfer. What else can I tell you? Do your best at your present task. May Eva's divine protection be with you! - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_transfer_2.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_transfer_2.html deleted file mode 100644 index f282e9d4b7..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32147_transfer_2.html +++ /dev/null @@ -1,3 +0,0 @@ -Grand Master Rivian:
-Ah, you want to recapture the past... To be sure, it is tempting to dwell on our former glories, but what we Elves need now is a clear path to the future. - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_fighter.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_fighter.html deleted file mode 100644 index 88a71bb719..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_fighter.html +++ /dev/null @@ -1,5 +0,0 @@ -High Perfect Took:
-A class transfer occurs when someone with the necessary abilities and experience is promoted to a more advanced profession. Unfortunately, you cannot complete the class transfer here. I can, however, give you some information about how to do so. If you are an Orc Fighter, you can transfer to an Orc Raider or an Orc Monk. Which would you like to know more about?
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_mystic.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_mystic.html deleted file mode 100644 index 8871c6ff7e..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_mystic.html +++ /dev/null @@ -1,4 +0,0 @@ -High Perfect Took:
-A class transfer occurs when someone with the necessary abilities and experience is promoted to a more advanced profession. Unfortunately, you cannot complete the class transfer here. I can, however, give you some information about how to do so. An Orc Mage can transfer to an Orc Shaman.
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_no.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_no.html deleted file mode 100644 index ab49bbe94d..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_no.html +++ /dev/null @@ -1,5 +0,0 @@ -High Perfect Took:
-There is only one thing that I will tell others not of our race.
-Be prepared and focused. The time will come when all the powers of this land must be unified to fight against the coming winter...
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_orc_monk_01.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_orc_monk_01.html deleted file mode 100644 index 28bda369a9..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_orc_monk_01.html +++ /dev/null @@ -1,6 +0,0 @@ -High Perfect Took:
-Monks are Priests who devote themselves to the path of flame. Unlike Orc Raiders, they do not rely on Swords or large weapons, but use their own bodies as weapons of war. Because they do not depend on weapons or armor, they have learned many skills to protect themselves.
-The finest Monks are selected to become Tyrants, who undergo more advanced physical and technical training.
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_orc_monk_02.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_orc_monk_02.html deleted file mode 100644 index 0ea8d430b6..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_orc_monk_02.html +++ /dev/null @@ -1,6 +0,0 @@ -High Perfect Took:
-To meet the qualifications for an Orc Monk, you must have at least achieved level 20 and passed the Orc Monk test.
-However, even if you meet those basic qualifications, I cannot transfer you. Only those who have experienced Human society and understand the great world beyond the plateau are qualified to make the class transfer. "Know the enemy as you know yourself, and you will be invincible in battle," the sages say.
-To take the Orc Monk test, go to Gantaki Zu Urutu in the Orc Village. Then journey to Gludin Village in Gludio Territory and meet High Prefect Osborn. If you are qualified, he will transfer you.
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_orc_raider_01.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_orc_raider_01.html deleted file mode 100644 index 5468a88d46..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_orc_raider_01.html +++ /dev/null @@ -1,6 +0,0 @@ -High Perfect Took:
-Orc Raiders are superb warriors who rely on their power and skill to defeat their foes, not on underhanded tactical tricks. Orc Raiders are the most consistent fighters on the battlefield, whose power is capable of overwhelming the skills of their enemies.
-The most elite Orc Raiders may become Destroyers. One on one, Destroyers surpass all other Fighters.
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_orc_raider_02.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_orc_raider_02.html deleted file mode 100644 index e7fc95da15..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_orc_raider_02.html +++ /dev/null @@ -1,6 +0,0 @@ -High Perfect Took:
-To meet the qualifications for an Orc Raider, you must have at least achieved level 20 and passed the Orc Raider test.
-However, even if you meet those basic qualifications, I cannot transfer you. Only those who have experienced Human society and understand the great world beyond the plateau are qualified to make the class transfer. "Know the enemy as you know yourself, and you will be invincible in battle," the sages say.
-To take the Orc Raider test, go to Perfect Karukia in the Orc Village. Then journey to Gludin Village in Gludio Territory and meet High Prefect Osborn. If you are qualified, he will transfer you.
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_orc_shaman_01.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_orc_shaman_01.html deleted file mode 100644 index 7b0e8da6e1..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_orc_shaman_01.html +++ /dev/null @@ -1,6 +0,0 @@ -High Perfect Took:
-Orc Shamans have the blessing of Pa'agrio, the Lord of Flame, and are Priests that perform miracles with fire. They bless warriors going into battle to strengthen their attack skills, while placing curses on their enemies to cripple and hinder them. They are the pride of the Orcs, whose abilities become far stronger when they act in unison with other Shamans.
-Many of the most highly qualified Shamans become Chief Candidates and are called Overlords. Others are selected as Warcryers and are taught even stronger spells.
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_orc_shaman_02.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_orc_shaman_02.html deleted file mode 100644 index 5b494dc4f2..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_orc_shaman_02.html +++ /dev/null @@ -1,6 +0,0 @@ -High Perfect Took:
-To meet the qualifications for an Orc Shaman, you must have at least achieved level 20 and passed the Orc Shaman test.
-However, even if you meet those basic qualifications, I cannot transfer you. Only those who have experienced Human society and understand the great world beyond the plateau are qualified to make the class transfer. "Know the enemy as you know yourself, and you will be invincible in battle," the sages say.
-To take the Orc Shaman test, go to Tataru Zu Hestui in the Orc Village. Then journey to Gludin Village in Gludio Territory and meet High Prefect Osborn. If you are qualified, he will transfer you.
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_transfer_1.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_transfer_1.html deleted file mode 100644 index 3c490be261..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_transfer_1.html +++ /dev/null @@ -1,3 +0,0 @@ -High Perfect Took:
-You cannot transfer to that class because you have already done so. Work hard to develop your skills, and in time you will be able to transfer to a more advanced profession. May the blessing of Pa'agrio, the god of fire, be with you. Dejakar Pa'agrio! - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_transfer_2.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_transfer_2.html deleted file mode 100644 index 7d9afbc7d4..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32150_transfer_2.html +++ /dev/null @@ -1,3 +0,0 @@ -High Perfect Took:
-Haven't you already transferred twice? May you always use your skills for the advancement of our race! Give our enemies a taste of your awesome strength! Dejakar Pa'agrio! - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_cleric_01.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_cleric_01.html deleted file mode 100644 index b30c87c51a..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_cleric_01.html +++ /dev/null @@ -1,5 +0,0 @@ -High Priest Biotin:
-A Cleric is a Mystic who is connected to the divine power that surrounds the world. Thus, a Cleric practices mostly white magic and support magic in order to help others, and may perform miracles through the power of the gods. Given their superior healing power, Clerics are generally welcome wherever they go. Clerics who develop their spiritual abilities sufficiently may rise to the level of Bishop or Prophet.
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_cleric_02.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_cleric_02.html deleted file mode 100644 index c65edd2e9e..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_cleric_02.html +++ /dev/null @@ -1,6 +0,0 @@ -Hight Priest Prana:
-In order to transfer to a Cleric, you must have achieved at least level 20 and passed the Cleric test. But even though you have passed the test, you cannot transfer here. It is important that those who embrace a new profession have experienced some of the world.
-To transfer, you should journey to the Kingdom of Aden. Go to Gludin Village and visit the temple there, where you will meet High Priestess Levian. She will test your ability, and if she determines that you are ready, she will permit the transfer.
-Alternately, you can visit High Priest Raymond in the town of Gludio, east of Gludin Village.
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_mystic.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_mystic.html deleted file mode 100644 index b494833b1c..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_mystic.html +++ /dev/null @@ -1,5 +0,0 @@ -High Priest Prana:
-A Mystic like you may transfer to a Wizard or a Cleric. You cannot, however, transfer here. But I can tell you what you need to know in order to transfer. Which profession would you like to learn about?
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_no.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_no.html deleted file mode 100644 index 4818240316..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_no.html +++ /dev/null @@ -1,4 +0,0 @@ -High Priest Prana:
-Welcome, my child. I am High Priest Prana of this temple. It is plain that there is nothing for you to learn here except faith in Einhasad. If you seek tutoring, I suggest you seek another Guild.
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_transfer_1.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_transfer_1.html deleted file mode 100644 index a9bcdfddf1..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_transfer_1.html +++ /dev/null @@ -1,3 +0,0 @@ -High Priest Prana:
-You have already completed a class transfer. If you are here to learn magic, I suggest you go to a nearby Priest or Magister. - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_transfer_2.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_transfer_2.html deleted file mode 100644 index 004cad26b1..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_transfer_2.html +++ /dev/null @@ -1,3 +0,0 @@ -High Priest Prana:
-You have already completed a class transfer, and your strength is plain to see. I can give no further advice to someone like you. I can only hope that you will use your power in the service of Einhasad, mother of all good, to benefit the weak and poor. May the light of Einhasad always light your path. - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_wizard_01.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_wizard_01.html deleted file mode 100644 index 1861a430d4..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_wizard_01.html +++ /dev/null @@ -1,5 +0,0 @@ -High Priest Prana:
-A Wizard is an advanced Mystic who can practice elemental magic, black magic and summoning magic. Those who practice their art and develop their skill may aspire to be Sorcerers, Warlocks or Necromancers. A Wizard can strike down enemies directly using powerful magic, but to concentrate on attack magic, he must turn his back on both white magic and summoning magic. Even with those limitations, it is a fascinating profession -- particularly the ability to summon servitors.
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_wizard_02.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_wizard_02.html deleted file mode 100644 index e50fa99252..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32153_wizard_02.html +++ /dev/null @@ -1,6 +0,0 @@ -Hight Priest Prana:
-In order to transfer to a Wizard, you must have achieved at least level 20 and passed the Wizard test. But even though you have passed the test, you cannot transfer here. It is important that those who embrace a new profession have experienced some of the world.
-To transfer, you should journey to the Kingdom of Aden. Go to Gludin Village and visit the temple there, where you will meet High Priestess Levian. She will test your ability, and if she determines that you are ready, she will permit the transfer.
-Alternately, you can visit High Priest Raymond in the town of Gludio, east of Gludin Village.
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_fighter.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_fighter.html deleted file mode 100644 index 3f03662301..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_fighter.html +++ /dev/null @@ -1,6 +0,0 @@ -Grand Master Aldenia:
-Human fighters can aspire to become a Warrior, a Knight or a Rogue. Which path interests you?
- - - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_knight_01.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_knight_01.html deleted file mode 100644 index 6738f297c7..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_knight_01.html +++ /dev/null @@ -1,5 +0,0 @@ -Grand Master Aldenia:
-Knights use a combination of skill, power, shield and armor to defend their comrades against the attack of monsters. Successful Knights may increase their combat abilities by becoming Paladins or Dark Avengers.
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_knight_02.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_knight_02.html deleted file mode 100644 index 9bfe991923..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_knight_02.html +++ /dev/null @@ -1,5 +0,0 @@ -Grand Master Aldenia:
-In order to become a Knight, you must have achieved at least level 20 and passed the Knight test. But, as I mentioned before, you cannot transfer here.
-You must go to Gludio. Grand Master Ramos in Gludin Village or Grand Master Rains in Gludio Castle in the eastern part of Gludin Village will test your qualifications and, if he deems you worthy, transfer your occupation to Knight.
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_no.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_no.html deleted file mode 100644 index 4299ad2dc3..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_no.html +++ /dev/null @@ -1,4 +0,0 @@ -Grand Master Aldenia:
-Well, do you think I can really teach you anything?
-With the embassies of all the races gathered here, I think you should be able to find a Grand Master appropriate for your needs. - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_rogue_01.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_rogue_01.html deleted file mode 100644 index 5bec06af29..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_rogue_01.html +++ /dev/null @@ -1,5 +0,0 @@ -Grand Master Aldenia:
-The Rogue is the most peculiar among the 3 occupations. Rogues rely on agility rather than raw power and prefer utility to fame. They are primarily used for missions like spying or a sneak attack. Rogues may go on to become Hawkeyes, masters of archery, or stiletto-wieldingTreasure Hunters.
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_rogue_02.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_rogue_02.html deleted file mode 100644 index 37c0aa82c6..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_rogue_02.html +++ /dev/null @@ -1,5 +0,0 @@ -Grand Master Aldenia:
-In order to become a Rogue, you must have achieved at least level 20 and passed the Rogue test. The Grand Mmaster of the mainland can transfer your occupation -- we do not openly admit that he is a Rogue, but here on this tiny, narrow island we acknowledge him for what he is.
-Journey then to Gludio. Go to Gludin Village and seek out Grand Master Ramos, and he will show how to become a Rogue.
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_transfer_1.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_transfer_1.html deleted file mode 100644 index df359a8509..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_transfer_1.html +++ /dev/null @@ -1,4 +0,0 @@ -Grand Master Aldenia:
-It seems that you have already completed the class transfer.
-Trust the choice you made and venture out into the world to gain the experience you need. - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_transfer_2.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_transfer_2.html deleted file mode 100644 index e7cdafc0ac..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_transfer_2.html +++ /dev/null @@ -1,4 +0,0 @@ -Grand Master Aldenia:
-You look like an adventurer with some staying power, unless my eyes deceive me.
-I think your best course of action right now is to not attempt a class transfer; trust your judgment in your present profession. Perhaps a challenging quest with a group of your closest friends is the cure for any feelings of uncertainty or indecision... - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_warrior_01.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_warrior_01.html deleted file mode 100644 index 164cc84779..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_warrior_01.html +++ /dev/null @@ -1,5 +0,0 @@ -Grand Master Aldenia:
-Warriors place a premium on physical strength. Their powerful physique means a wealth of HPs, which they need given their straightforward style of attack. Particularly accomplished Warriors may aspire to become Warlords, the masters of battle, or Gladiators, whose expertise is personal combat.
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_warrior_02.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_warrior_02.html deleted file mode 100644 index 1719bd3ac6..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32154_warrior_02.html +++ /dev/null @@ -1,5 +0,0 @@ -Grand Master Aldenia:
-In order to become a Warrior, you must have achieved at least level 20 and have passed the Warrior test. But you cannot transfer here.
-You must go to Gludio. Travel to Gludin Village and pass the Warrior test given to you by Grand Master Ramos.
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32157_artisan_01.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32157_artisan_01.html deleted file mode 100644 index 74b25f4662..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32157_artisan_01.html +++ /dev/null @@ -1,5 +0,0 @@ -Head Blacksmith Moka:
-The fundamental characteristics of Artisans and Scavengers are that the Scavengers collect rare materials and then Artisans make something valuable from those materials. For this reason, Artisans use their own powers in combat, often summoning Golems. In addition, they tend to fight with items of their own creation that they normally use for hunting.
Exceptionally skilled Artisans may be elected as Warsmiths, exalted craftsmen whose manufacturing skills are of the highest level -- they can even create siege golems.
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32157_artisan_02.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32157_artisan_02.html deleted file mode 100644 index 2e57b4803d..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32157_artisan_02.html +++ /dev/null @@ -1,6 +0,0 @@ -Head Blacksmith Moka:
-To become qualified as an Artisan, you must first be at least level 20 and have passed the Artisan test.
-Even if you are qualified, however, you must still travel to the mainland to actually change your class. Only a Dwarf who has seen and gained an understanding of the wide world is fit to control the world's economy.
-If you are intent on this path, you should seek out Blacksmith Silvery at the Dwarven Village in order to take the Artisan test. After passing the test, go to Gludin Village and speak with Head Blacksmith Tapoy. If he agrees that you have met the qualifications, he will change your class to Artisan.
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32157_fighter.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32157_fighter.html deleted file mode 100644 index be7344588c..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32157_fighter.html +++ /dev/null @@ -1,5 +0,0 @@ -Head Blacksmith Moka:
-A class transfer occurs when someone with the necessary abilities and experience is promoted to a more advanced profession. If you're interested in a class transfer, I can tell you how. If you are a Dwarven Fighter, you can transfer to Artisan or Scavenger. Which would you like to know more about?
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32157_no.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32157_no.html deleted file mode 100644 index 27051d52ba..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32157_no.html +++ /dev/null @@ -1,5 +0,0 @@ -Hear Blacksmith Moka:
-What? Now other creatures come here to ask about transfers?
-Well, listen -- this is the Isle of Souls, and here we don't tell just anybody about our skills!
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32157_scavenger.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32157_scavenger.html deleted file mode 100644 index 1af5ce847e..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32157_scavenger.html +++ /dev/null @@ -1,4 +0,0 @@ -Head Blacksmith Moka:
-I only teach Artisans. For Collector-related information, visit Warehouse Chief Fisler!
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32157_transfer_1.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32157_transfer_1.html deleted file mode 100644 index bd3595fc97..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32157_transfer_1.html +++ /dev/null @@ -1,3 +0,0 @@ -Head Blacksmith Moka:
-Transfer? Haven't you already transferred? Why do you want to know about the first class transfer? Go to the mainland, train hard and develop your skills -- then attempt the second class transfer! - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32157_transfer_2.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32157_transfer_2.html deleted file mode 100644 index 1e1d3900a1..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32157_transfer_2.html +++ /dev/null @@ -1,4 +0,0 @@ -Head Blacksmith Moka:
-Haven't you already transferred twice?
-It seems like you are trying to help a friend, but you should tell your friend to talk to me personally. I don't have much to say to you. - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32158_artisan.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32158_artisan.html deleted file mode 100644 index f9acdeb29d..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32158_artisan.html +++ /dev/null @@ -1,4 +0,0 @@ -Warehouse Chief Fisler:
-I teach Scavengers. If you want to become an Artisan, go see Head Blacksmith Moka over there. He will be happy to tell you all you need to know if he's not busy.
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32158_fighter.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32158_fighter.html deleted file mode 100644 index 7e7ee0ed83..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32158_fighter.html +++ /dev/null @@ -1,5 +0,0 @@ -Warehouse Chief Fisler:
-A class transfer occurs when someone with the necessary abilities and experience is promoted to a more advanced profession. You cannot complete a class transfer here, unfortunately, but I can give you the information you need. If you are a Dwarven Fighter, you can transfer to a Scavenger or an Artisan. Which one would you like to know more about?
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32158_no.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32158_no.html deleted file mode 100644 index 6a364851e5..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32158_no.html +++ /dev/null @@ -1,5 +0,0 @@ -Warehouse Chief Fisler:
-Didn't I just say that I was busy?
-Why are you here? There is nothing I can tell you about the class transfer -- I only teach Dwarves who aspire to become Scavengers!
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32158_scavenger_01.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32158_scavenger_01.html deleted file mode 100644 index 1ebb6e97b0..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32158_scavenger_01.html +++ /dev/null @@ -1,7 +0,0 @@ -Warehouse Chief Fisler:
-Scavengers collect rare materials, even searching the corpses of monsters for useful things!
-They must possess above-average physical strength as well as some secret skills that help protect both their lives and their latest acquisition.
-The most talented Scavengers are selected to become Bounty Hunters, who go to virtually any extreme to find arcane items like Dragon scales.
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32158_scavenger_02.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32158_scavenger_02.html deleted file mode 100644 index a1e42e6a3f..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32158_scavenger_02.html +++ /dev/null @@ -1,7 +0,0 @@ -Warehouse Chief Fisler:
-To meet the qualifications for Scavenger, you must have at least achieved level 20 and have passed the Scavenger test.
-However, even those basic requirements aren't enough -- only those who understand the great world beyond the plateau are truly qualified to complete a class transfer and become empowered to control the world's economy.
-To take the test, speak with Collector Pippi of the Bronze Key Guild in the Dwarven Village.
-She will tell you everything you need to know. Once you have met the qualifications, go to Gludin Village and meet Warehouse Chief Moke. If he deems you worthy, he will transfer you to Scavenger.
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32158_transfer_1.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32158_transfer_1.html deleted file mode 100644 index d8641a504b..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32158_transfer_1.html +++ /dev/null @@ -1,3 +0,0 @@ -Warehouse Chief Fisler:
-Look here, haven't you already changed profession? Since you already seem to have some skill, work still harder to attain a still higher level profession. - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32158_transfer_2.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32158_transfer_2.html deleted file mode 100644 index 023bf89a26..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32158_transfer_2.html +++ /dev/null @@ -1,3 +0,0 @@ -Warehouse Chief Fisler:
-Haven't you already changed profession twice? Go do your own duties -- catch a dragon and bring back its scales, or loot Baium's corpse. - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_assassin_01.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_assassin_01.html deleted file mode 100644 index dea75aff5d..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_assassin_01.html +++ /dev/null @@ -1,6 +0,0 @@ -Grand Magister Devon:
-Assassins kill silently and swiftly, then vanish into the forest. Darkness is their friend and companion, aiding their skill in concealment and spying. They target an enemy's weak points with small but deadly weapons like daggers, or fire arrows from a long distance away. If the Palus Knights fight against their enemies in open war, Assassins secure victory silently on dark, moonless nights.
-The best Assassins are selected as Abyss Walkers, allowing them to refine their skills of death-dealing and perception. Assassins particularly skilled in archery may become Phantom Rangers.
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_assassin_02.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_assassin_02.html deleted file mode 100644 index 93ef973d06..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_assassin_02.html +++ /dev/null @@ -1,6 +0,0 @@ -Grand Magister Devon:
-To meet the qualifications for an Assassin, you must have at least achieved level 20 and passed the Assassin test.
-After passing it, you must return to the mainland -- that is where the true test of your ability lies.
-If you wish to transfer your class, go to Gludio and find an appropriate Grand Master in the Dark Elf Guild willing to train you.
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_dark_wizard_01.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_dark_wizard_01.html deleted file mode 100644 index 51c9512875..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_dark_wizard_01.html +++ /dev/null @@ -1,6 +0,0 @@ -Grand Magister Devon:
-Dark Wizards command more powerful spirits and use more powerful magic than Dark Mages, as well as stronger elemental magic, dark magic and summon magic. At their whim, fire and wind may attack an enemy, a curse may descend on their counterparts or deprive them of their vitality. They may also summon the spirits sleeping in the dark as "Servitors."
-Some Dark Wizards may choose to study elemental magic in greater depth as Spell Howlers, or focus on summoning magic by becoming Phantom Summoners.
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_dark_wizard_02.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_dark_wizard_02.html deleted file mode 100644 index 8be85b26bc..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_dark_wizard_02.html +++ /dev/null @@ -1,5 +0,0 @@ -Grand Magister Devon:
-To meet the qualifications for a Dark Wizard, you must be at least level 20 and have passed the Dark Wizard test. To do so, return to the Dark Elf Village and seek out Varika near the holy altar located in the southwest part of the village.
-After passing the test, go to the mainland and journey to Gludio, the kingdom of the Humans. The Grand Master of the Dark Elf Guild there will make you a Dark Wizard.
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_fighter.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_fighter.html deleted file mode 100644 index 01731df078..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_fighter.html +++ /dev/null @@ -1,5 +0,0 @@ -Grand Magister Devon:
-A class transfer involves promoting someone with the necessary ability and experience to another, higher-level occupation. I am here to answer your questions about possible class transfer options. If you are a Dark Fighter, you may transfer to a Palus Knight or an Assassin. Which class would you prefer to learn more about?
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_mystic.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_mystic.html deleted file mode 100644 index 4f459dd58b..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_mystic.html +++ /dev/null @@ -1,6 +0,0 @@ -Grand Magister Devon:
-A class transfer involves promoting someone with the necessary ability and experience to another, higher-level occupation. I am here to answer your questions about possible class transfer options.
-If you are a Dark Mage, you may transfer to a Dark Wizard or a Shillien Oracle. Which class would you prefer to learn more about?
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_no.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_no.html deleted file mode 100644 index c5191049e1..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_no.html +++ /dev/null @@ -1,4 +0,0 @@ -Gramd Magister Devon:
-The technique transmitted through darkness was designed for Dark Elves, the children of darkness.
-Those who live in the light can only learn it with great difficulty. - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_palus_knight_01.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_palus_knight_01.html deleted file mode 100644 index 455bb6a056..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_palus_knight_01.html +++ /dev/null @@ -1,6 +0,0 @@ -Grand Magister Devon:
-The Palus Knights are the best knights of our clan: fast and deadly accurate in attack and stolidly effective in defense. They are well-rounded warriors, unlike many in this age.
-The most exceptional among the Palus Knights may go on to be selected as a Shillien Knight, renowned as the personal guard of Shilen, or a Blade Dancer, whose twin swords weave a whirlwind dance of destruction.
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_palus_knight_02.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_palus_knight_02.html deleted file mode 100644 index 328cefb685..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_palus_knight_02.html +++ /dev/null @@ -1,7 +0,0 @@ -Grand Magister Devon:
-To meet the qualifications for a Palus Knight, you must have at least achieved level 20 and passed the Palus Knight test.
-After passing it, you must return to the mainland -- that is where the true test of your ability lies.
-If you wish to transfer your class, go to Gludio and find an appropriate Grand Master in the Dark Elf Guild willing to train you.
-To take the test, seek out Master Virgil in Gludio.
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_shillien_oracle_01.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_shillien_oracle_01.html deleted file mode 100644 index 9b277c4d9b..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_shillien_oracle_01.html +++ /dev/null @@ -1,6 +0,0 @@ -Grand Magister Devon:
-Shillien Oracles are priests of darkness who fulfill the prophecies of Shilen through their study of darkness and death, as well as the spirits of destruction and chaos spawned from Gran Kain. Unlike Human and Elven Priests, who look to the gods of light, Shillien Oracles understand the truth of both light and darkness. As a result, they can not only can heal and protect their comrades through white magic, but also can curse opponents or steal their energy by means of black magic.
-The most spiritually advanced Shillien Oracles are chosen as Shillien Elders. The Shillien Elders are our spiritual leaders -- they understand the divine natures of Shilen and Gran Kain better than anyone else.
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_shillien_oracle_02.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_shillien_oracle_02.html deleted file mode 100644 index 9bd25fd66d..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_shillien_oracle_02.html +++ /dev/null @@ -1,5 +0,0 @@ -Grand Magister Devon:
-To meet the qualifications for a Shillien Oracle, you must be at least level 20 and have passed the Shillien Oracle test.
-To pass the test, you go to the village of Gludio and petition to be admitted to the guild there. After you are admitted, find the Grand Master who is said to be the highest ranking trainer there.
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_transfer_1.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_transfer_1.html deleted file mode 100644 index ad87a8eda2..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_transfer_1.html +++ /dev/null @@ -1,4 +0,0 @@ -Grand Magister Devon:
-I refuse to explain class transfer to someone who has already transferred once.
-You have no need to stay on this island. Go walk your own path. - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_transfer_2.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_transfer_2.html deleted file mode 100644 index 3248fb6246..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32160_transfer_2.html +++ /dev/null @@ -1,4 +0,0 @@ -Grand Magister Devon:
-What do you want from me?
-Is it about the last skill acquired through our clan's secret? Patience! You will obtain all things in time. Now, be on your way! - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32171_artisan.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32171_artisan.html deleted file mode 100644 index c99302a1ed..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32171_artisan.html +++ /dev/null @@ -1,4 +0,0 @@ -Warehouse Chief Hoffa:
-I teach Scavengers. If you want to become an Artisan, go see Head Blacksmith Moka over there. He will be happy to tell you all you need to know if he's not busy.
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32171_fighter.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32171_fighter.html deleted file mode 100644 index 54086acabb..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32171_fighter.html +++ /dev/null @@ -1,5 +0,0 @@ -Warehouse Chief Hoffa:
-A class transfer occurs when someone with the necessary abilities and experience is promoted to a more advanced profession. No Warehouse Chief or Head Blacksmith on this island can complete the transfer, but I can give you the information you'll need. If you are a Dwarven Fighter, you can transfer to a Scavenger or an Artisan. Which one would you like to know more about?
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32171_no.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32171_no.html deleted file mode 100644 index 65c8730474..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32171_no.html +++ /dev/null @@ -1,4 +0,0 @@ -Warehouse Chief Hoffa:
-Sorry, but since you are not a Dwarf, I don't think you can really master economic theory and complex calculation.
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32171_scavenger_01.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32171_scavenger_01.html deleted file mode 100644 index 465e37cd55..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32171_scavenger_01.html +++ /dev/null @@ -1,7 +0,0 @@ -Warehouse Chief Hoffa:
-Scavengers collect rare materials, even searching the corpses of monsters for useful things!
-They must possess above-average physical strength as well as some secret skills that help protect both their lives and their latest acquisition.
-The most talented Scavengers are selected to become Bounty Hunters, who go to virtually any extreme to find arcane items like Dragon scales.
- - - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32171_scavenger_02.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32171_scavenger_02.html deleted file mode 100644 index 4253b1f373..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32171_scavenger_02.html +++ /dev/null @@ -1,7 +0,0 @@ -Warehouse Chief Hoffa:
-To meet the qualifications for Scavenger, you must have at least achieved level 20 and have passed the Scavenger test.
-However, even those basic requirements aren't enough -- only those who understand the great world beyond the plateau are truly qualified to complete a class transfer and become empowered to control the world's economy.
-To take the test, speak with Collector Pippi of the Bronze Key Guild in the Dwarven Village.
-She will tell you everything you need to know. Once you have met the qualifications, go to Gludin Village and meet Warehouse Chief Moke. If he deems you worthy, he will transfer you to Scavenger.
- - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32171_transfer_1.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32171_transfer_1.html deleted file mode 100644 index 55ba55324a..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32171_transfer_1.html +++ /dev/null @@ -1,3 +0,0 @@ -Warehouse Chief Hoffa:
-Look here, haven't you already changed profession? Since you already seem to have some skill, work still harder to attain a still higher level profession. - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32171_transfer_2.html b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32171_transfer_2.html deleted file mode 100644 index 7d24287a61..0000000000 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/32171_transfer_2.html +++ /dev/null @@ -1,3 +0,0 @@ -Warehouse Chief Hoffa:
-Haven't you already changed profession twice? Go do your own duties -- catch a dragon and bring back its scales, or loot Baium's corpse. - \ No newline at end of file diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/FirstClassTransferTalk.java b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/FirstClassTransferTalk.java index 03fa9b9269..640b9e311e 100644 --- a/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/FirstClassTransferTalk.java +++ b/L2J_Mobius_Classic/dist/game/data/scripts/village_master/FirstClassTransferTalk/FirstClassTransferTalk.java @@ -44,15 +44,6 @@ public final class FirstClassTransferTalk extends AbstractNpcAI MASTERS.put(30565, Race.ORC); // Kakai, Orc Village Flame Lord MASTERS.put(30520, Race.DWARF); // Reed, Dwarven Village Warehouse Chief MASTERS.put(30525, Race.DWARF); // Bronk, Dwarven Village Head Blacksmith - // Kamael Village NPCs - MASTERS.put(32171, Race.DWARF); // Hoffa, Warehouse Chief - MASTERS.put(32158, Race.DWARF); // Fisler, Dwarf Guild Warehouse Chief - MASTERS.put(32157, Race.DWARF); // Moka, Dwarf Guild Head Blacksmith - MASTERS.put(32160, Race.DARK_ELF); // Devon, Dark Elf Guild Grand Magister - MASTERS.put(32147, Race.ELF); // Rivian, Elf Guild Grand Master - MASTERS.put(32150, Race.ORC); // Took, Orc Guild High Prefect - MASTERS.put(32153, Race.HUMAN); // Prana, Human Guild High Priest - MASTERS.put(32154, Race.HUMAN); // Aldenia, Human Guild Grand Master } private FirstClassTransferTalk() @@ -64,21 +55,7 @@ public final class FirstClassTransferTalk extends AbstractNpcAI @Override public String onAdvEvent(String event, L2Npc npc, L2PcInstance player) { - String htmltext = null; - - switch (event) - { - case "30525_no1.html": - case "30525_no1a.html": - case "30525_no1b.html": - case "30525_no2.html": - case "30525_no2a.html": - { - htmltext = event; - break; - } - } - return htmltext; + return event; } @Override