summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-23 04:23:10 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-23 04:23:10 -0300
commitd57f5ece5cec0c812f8ac84f53abe396d10b63d2 (patch)
treeca472fac2e21f40960fc2dd547e9754a1a6a4eab
parentab378dc0d1ab809b45c2c2bc0b1dc9beba27338b (diff)
downloadserverdata-d57f5ece5cec0c812f8ac84f53abe396d10b63d2.tar.gz
serverdata-d57f5ece5cec0c812f8ac84f53abe396d10b63d2.tar.bz2
serverdata-d57f5ece5cec0c812f8ac84f53abe396d10b63d2.tar.xz
serverdata-d57f5ece5cec0c812f8ac84f53abe396d10b63d2.zip
Rename Legendary Wand to Mystic Wand, to prevent confusion
-rw-r--r--db/craft_db.conf4
-rw-r--r--db/re/item_db.conf4
-rw-r--r--npc/000-0/sailors.txt2
-rw-r--r--npc/017-1/fairy_collector.txt4
-rw-r--r--npc/020-5/bracco.txt2
-rw-r--r--npc/craft/recipes.txt4
6 files changed, 10 insertions, 10 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf
index 1144756ee..85141a903 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -1849,10 +1849,10 @@ craft_db: (
/****************************************************************************/
{
Id: 81
- Name: "CraftLegendaryWand"
+ Name: "CraftMysticWand"
Flag: 16
ReturnCode: 7004
- //LegendaryWand
+ //MysticWand
SourceItems:
(
{
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 606c153bc..63f36ff2b 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -16554,8 +16554,8 @@ item_db: (
},
{
Id: 7004
- AegisName: "LegendaryWand"
- Name: "Legendary Wand"
+ AegisName: "MysticWand"
+ Name: "Mystic Wand"
Type: "IT_WEAPON"
Buy: 200000
Sell: 80000
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt
index 15f1e14ff..c69e52ae2 100644
--- a/npc/000-0/sailors.txt
+++ b/npc/000-0/sailors.txt
@@ -176,7 +176,7 @@ OnForceReset:
.@rin=any(GoldenPearlRing, GoldenBlackPearlRing);
.@glo=any(WarlordGloves, AssassinGloves, TerraniteGloves, ManaGloves, SarabArmlet, LeatherGloves, MinerGloves);
.@shi=any(EnchantedHerbBag, RentCart, Barrel, MasterBola, PiouBola, AncientShield, BlueKnightShield, SteelShield, DragonShield, SnakeBola);
- .@wpn=any(Setzer, Kitana, Lightsaber, BoneKnife, AncientSword, LongSword, RockKnife, DivineSword, CentaurSpear, Zambacutou, CursedScythe, Halberd, PynRifle, PynGatling, PynShotgun, PynRevolver, Dustynator, ChampionshipBow, BansheeBow, LeaderWand, ImmortalSword, LegendaryWand, ChampionshipBow, BansheeBow, LeaderWand, LegendaryWand);
+ .@wpn=any(Setzer, Kitana, Lightsaber, BoneKnife, AncientSword, LongSword, RockKnife, DivineSword, CentaurSpear, Zambacutou, CursedScythe, Halberd, PynRifle, PynGatling, PynShotgun, PynRevolver, Dustynator, ChampionshipBow, BansheeBow, LeaderWand, ImmortalSword, MysticWand, ChampionshipBow, BansheeBow, LeaderWand, MysticWand);
.@bon=any(Pickaxe, Kanabo, ElficBow, Judgement, ThunderStaff, ReinbooWand, DarkPulsar, Skypiercer, IceGladius, RealBronzeGladius, PurpleBola, KidBola, SilkGloves, ClawPendant, Boots, LuffyxSummerShorts, UglyChristmasSweater, MinerTankTop, ContributorSweater, LinarianSoul, TuxSoul, DeliciousCookie, DarkEggshellHat, Wreath);
.@pet=any(PiouEgg, BhopEgg, MaggotCocoon, DoggyDog, CattyCat, BlackyCat, Ratte, ForestShroomEgg, FluffyEgg, DuckEgg, BatEgg, MoggunEgg, PinkieCrystal, DragonHorn, TamedSnakeEgg);
getitem .@acc, 1;
diff --git a/npc/017-1/fairy_collector.txt b/npc/017-1/fairy_collector.txt
index 96d07b395..1d1c0d553 100644
--- a/npc/017-1/fairy_collector.txt
+++ b/npc/017-1/fairy_collector.txt
@@ -187,14 +187,14 @@ L_Main:
msObjective(countitem(ReinbooWand), "* "+getitemlink(ReinbooWand));
msObjective(countitem(ApprenticeWand), "* "+getitemlink(ApprenticeWand));
msObjective(countitem(LeaderWand), "* "+getitemlink(LeaderWand));
- msObjective(countitem(LegendaryWand), "* "+getitemlink(LegendaryWand));
+ msObjective(countitem(MysticWand), "* "+getitemlink(MysticWand));
next;
if (countitem(TrainingWand) &&
countitem(NoviceWand) &&
countitem(ReinbooWand) &&
countitem(ApprenticeWand) &&
countitem(LeaderWand) &&
- countitem(LegendaryWand)) {
+ countitem(MysticWand)) {
setq1 General_Collector, .@q|COLLECT_WANDS;
.@q=getq(General_Collector);
}
diff --git a/npc/020-5/bracco.txt b/npc/020-5/bracco.txt
index f9d960fc5..e17721731 100644
--- a/npc/020-5/bracco.txt
+++ b/npc/020-5/bracco.txt
@@ -342,7 +342,7 @@ L_Meltdown:
case LeaderWand:
Meltdown(.@id, 12000, WoodenLog, rand2(5,70), ManaPiouFeathers, rand2(3, 84), FluoPowder, rand2(2,10));
break;
- case LegendaryWand:
+ case MysticWand:
Meltdown(.@id, 12000, WoodenLog, rand2(7,77), GoldenApple, rand2(0, 1), FluoPowder, rand2(4,14));
break;
// Shields - same rule (except leather shield)
diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt
index f54209dc1..db2449e61 100644
--- a/npc/craft/recipes.txt
+++ b/npc/craft/recipes.txt
@@ -236,7 +236,7 @@ function readCrafting {
NoviceWand,
ApprenticeWand,
LeaderWand,
- LegendaryWand);
+ MysticWand);
dnext;
// Firestaff Weapons: Lead + Titanium
mesc "----------"+l("Fire Staffs Recipes")+"----------", 2;
@@ -484,7 +484,7 @@ function script MakeBlueprint {
array_push(.@recipes, CraftDivineSword);
array_push(.@recipes, CraftImmortalSword);
array_push(.@recipes, CraftPynShotgun);
- array_push(.@recipes, CraftLegendaryWand);
+ array_push(.@recipes, CraftMysticWand);
array_push(.@recipes, CraftBansheeBow);
array_push(.@recipes, CraftAssassinGloves);
array_push(.@recipes, CraftDarkKnightHelmet);