diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-0/sailors.txt | 2 | ||||
-rw-r--r-- | npc/017-1/fairy_collector.txt | 4 | ||||
-rw-r--r-- | npc/020-5/bracco.txt | 2 | ||||
-rw-r--r-- | npc/craft/recipes.txt | 4 |
4 files changed, 6 insertions, 6 deletions
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); |