diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-4/tolchi.txt | 2 | ||||
-rw-r--r-- | npc/craft/recipes.txt | 5 | ||||
-rw-r--r-- | npc/craft/tweak.txt | 3 |
3 files changed, 8 insertions, 2 deletions
diff --git a/npc/005-4/tolchi.txt b/npc/005-4/tolchi.txt index 5c905c17c..a6608acff 100644 --- a/npc/005-4/tolchi.txt +++ b/npc/005-4/tolchi.txt @@ -383,6 +383,6 @@ OnInit: initnpctimer; .distance = 5; - setarray .disallow_equip, 0, SponsorNecklace, Event1HSword, Event2HSword, EventBow, EventWand, Lightbringer, DemureAxe, Tyranny, Runestaff, AegisShield, BlacksmithAxe, Dustynator, SaviorShield, SaviorArmor, SaviorPants, SaviorBoots, CreasedShirt, CreasedShorts; + setarray .disallow_equip, 0, SponsorNecklace, Event1HSword, Event2HSword, EventBow, EventWand, Lightbringer, DemureAxe, Tyranny, Runestaff, AegisShield, BlacksmithAxe, Dustynator, SaviorShield, SaviorArmor, SaviorPants, SaviorBoots, Skypiercer, CreasedShirt, CreasedShorts; end; } diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index 07c8625e1..45bc940f7 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -482,6 +482,11 @@ function readCrafting { 45, Coal, 32, IronPowder, 1, EarthPowder); + showRecipe(CraftSkyPiercer, Skypiercer, + 1, SunnyCrystal, + 5, PlatinumIngot, + 20, IridiumIngot, + 10, EverburnPowder); next; @scope$=""; return; diff --git a/npc/craft/tweak.txt b/npc/craft/tweak.txt index 023873068..131f34872 100644 --- a/npc/craft/tweak.txt +++ b/npc/craft/tweak.txt @@ -76,7 +76,8 @@ function script SmithTweakSystem { // If the item have no bonuses - fail setarray .@AlwaysTweaks, 65535, BlacksmithAxe, Dustynator, Lightbringer, DemureAxe, Tyranny, Runestaff, AegisShield, - SaviorShield, SaviorArmor, SaviorBoots, SaviorPants; + SaviorShield, SaviorArmor, SaviorBoots, SaviorPants, + Skypiercer; // Tweaked items if (getitemoptionidbyindex(.@id, 0) <= 0 && !is_master() && array_find(.@AlwaysTweaks, .@x) < 0) { |