diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-22 09:56:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-22 09:56:12 -0300 |
commit | 83a93c93ad09eaa6e1beb170186081cb5b41c1f2 (patch) | |
tree | c68db07c3acb9cee415538dd3c7c7ececa753e1b /npc | |
parent | 18a5a44ad2500d202caa7cbec86371d084d9dac8 (diff) | |
download | serverdata-83a93c93ad09eaa6e1beb170186081cb5b41c1f2.tar.gz serverdata-83a93c93ad09eaa6e1beb170186081cb5b41c1f2.tar.bz2 serverdata-83a93c93ad09eaa6e1beb170186081cb5b41c1f2.tar.xz serverdata-83a93c93ad09eaa6e1beb170186081cb5b41c1f2.zip |
I forgot the rare drop
Diffstat (limited to 'npc')
-rw-r--r-- | npc/soren-2/main.txt | 4 |
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) { |