summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-22 09:56:12 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-22 09:56:12 -0300
commit83a93c93ad09eaa6e1beb170186081cb5b41c1f2 (patch)
treec68db07c3acb9cee415538dd3c7c7ececa753e1b
parent18a5a44ad2500d202caa7cbec86371d084d9dac8 (diff)
downloadserverdata-83a93c93ad09eaa6e1beb170186081cb5b41c1f2.tar.gz
serverdata-83a93c93ad09eaa6e1beb170186081cb5b41c1f2.tar.bz2
serverdata-83a93c93ad09eaa6e1beb170186081cb5b41c1f2.tar.xz
serverdata-83a93c93ad09eaa6e1beb170186081cb5b41c1f2.zip
I forgot the rare drop
-rw-r--r--npc/soren-2/main.txt4
1 files changed, 4 insertions, 0 deletions
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) {