diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-01-20 11:12:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-01-20 11:12:17 -0300 |
commit | 97dd179780eb821cf8f1179fe0ac8f09a156bdec (patch) | |
tree | 04257291bad7b50e01c1f1edd30e26f1c45b8c78 | |
parent | b00cd9ef6c7529d21464a23c5e4292db46e906ab (diff) | |
download | serverdata-97dd179780eb821cf8f1179fe0ac8f09a156bdec.tar.gz serverdata-97dd179780eb821cf8f1179fe0ac8f09a156bdec.tar.bz2 serverdata-97dd179780eb821cf8f1179fe0ac8f09a156bdec.tar.xz serverdata-97dd179780eb821cf8f1179fe0ac8f09a156bdec.zip |
Tweak Heroes Hold Master Dungeon monsters (reduce some, add others)
-rw-r--r-- | npc/018-2-2/main.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/018-2-2/main.txt b/npc/018-2-2/main.txt index 7ba051e38..36354f2cd 100644 --- a/npc/018-2-2/main.txt +++ b/npc/018-2-2/main.txt @@ -146,9 +146,9 @@ OnInit: // Master setarray .Master_Mobs, PrismChest,BlueSlime,MurdererScorpion,Tipiou,AlphaMouboo,BanditLord,Tipiu,GreenDragon,GiantMutatedBat,FallenKing1, - FallenKing2, EvilScythe, YetiKing, Tipiu, Yetifly; - setarray .Master_Ammo, 2, 140, 20, 20, 20, 20, 20, 20, 20, 10, - 10, 1, 7, 8, 3; + FallenKing2, EvilScythe, YetiKing, Tipiu, Yetifly, WildxChest, PsiConscience, Birb, EvilChest; + setarray .Master_Ammo, 2, 140, 20, 20, 20, 20, 20, 19, 19, 9, + 9, 1, 6, 8, 3, 2, 1, 1, 5; end; |