From 83a93c93ad09eaa6e1beb170186081cb5b41c1f2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 22 Mar 2019 09:56:12 -0300 Subject: I forgot the rare drop --- npc/soren-2/main.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'npc/soren-2/main.txt') diff --git a/npc/soren-2/main.txt b/npc/soren-2/main.txt index ae286d6bb..9b413688c 100644 --- a/npc/soren-2/main.txt +++ b/npc/soren-2/main.txt @@ -133,6 +133,10 @@ OnSanctum: .@itemId = rand(CopperOre, TitaniumOre) ; break; } + // Rare drop + if (rand(1,7000) == 1337) + .@itemId=RaidTrousers; + // Core Logic, part 3 // Make Items or Monsters if (.@odds <= 3333) { -- cgit v1.2.3-60-g2f50