Skip to content

Commit 8eaa3c3

Browse files
committed
Various script updates
1 parent bb7e295 commit 8eaa3c3

5 files changed

+5
-5
lines changed

configs/Edron Vampire Crypt -3, -4 (ED).ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Loot-Gold = true ; Do you want to loot gold? (true/false)
1515
Loot-Min-Value = 10 ; The minimum value, per item, to loot. (0 to disable)
1616
Loot-Max-Weight = 0 ; The maximum weight, per item, to loot. (0 to disable)
1717
Loot-WhiteList = golden helmet, sword of valor, boots of haste, leather whip
18-
Loot-BlackList = daramian mace, grave flower, crystal ring, strange talisman, katana, bone shield, strange helmet, magic light wand, plate armor, battle shield, battle hammer, iron helmet, scale armor, mace, clerical mace
18+
Loot-BlackList = daramian mace, grave flower, crystal ring, strange talisman, katana, bone shield, strange helmet, magic light wand, plate armor, battle shield, battle hammer, iron helmet, scale armor, mace, clerical mace, sword, viking helmet
1919

2020
[Route]
2121
Bottom-Floor = false ; Whether the character continues through the bottom floor route. (true/random/false)

configs/Edron Vampire Crypt -3, -4 (EK).ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Loot-Gold = true ; Do you want to loot gold? (true/false)
1515
Loot-Min-Value = 10 ; The minimum value, per item, to loot. (0 to disable)
1616
Loot-Max-Weight = 0 ; The maximum weight, per item, to loot. (0 to disable)
1717
Loot-WhiteList = golden helmet, sword of valor, boots of haste, leather whip
18-
Loot-BlackList = daramian mace, grave flower, crystal ring, strange talisman, katana, bone shield, strange helmet, magic light wand, plate armor, battle shield, battle hammer, iron helmet, scale armor, mace, clerical mace
18+
Loot-BlackList = daramian mace, grave flower, crystal ring, strange talisman, katana, bone shield, strange helmet, magic light wand, plate armor, battle shield, battle hammer, iron helmet, scale armor, mace, clerical mace, sword, viking helmet
1919

2020
[Route]
2121
Bottom-Floor = false ; Whether the character continues through the bottom floor route. (true/random/false)

configs/Edron Vampire Crypt -3, -4 (MS).ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Loot-Gold = true ; Do you want to loot gold? (true/false)
1515
Loot-Min-Value = 10 ; The minimum value, per item, to loot. (0 to disable)
1616
Loot-Max-Weight = 0 ; The maximum weight, per item, to loot. (0 to disable)
1717
Loot-WhiteList = golden helmet, sword of valor, boots of haste, leather whip
18-
Loot-BlackList = daramian mace, grave flower, crystal ring, strange talisman, katana, bone shield, strange helmet, magic light wand, plate armor, battle shield, battle hammer, iron helmet, scale armor, mace, clerical mace
18+
Loot-BlackList = daramian mace, grave flower, crystal ring, strange talisman, katana, bone shield, strange helmet, magic light wand, plate armor, battle shield, battle hammer, iron helmet, scale armor, mace, clerical mace, sword, viking helmet
1919

2020
[Route]
2121
Bottom-Floor = false ; Whether the character continues through the bottom floor route. (true/random/false)

configs/Edron Vampire Crypt -3, -4 (RP).ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Loot-Gold = true ; Do you want to loot gold? (true/false)
1515
Loot-Min-Value = 10 ; The minimum value, per item, to loot. (0 to disable)
1616
Loot-Max-Weight = 0 ; The maximum weight, per item, to loot. (0 to disable)
1717
Loot-WhiteList = golden helmet, sword of valor, boots of haste, leather whip
18-
Loot-BlackList = daramian mace, grave flower, crystal ring, strange talisman, katana, bone shield, strange helmet, magic light wand, plate armor, battle shield, battle hammer, iron helmet, scale armor, mace, clerical mace
18+
Loot-BlackList = daramian mace, grave flower, crystal ring, strange talisman, katana, bone shield, strange helmet, magic light wand, plate armor, battle shield, battle hammer, iron helmet, scale armor, mace, clerical mace, sword, viking helmet
1919

2020
[Route]
2121
Bottom-Floor = false ; Whether the character continues through the bottom floor route. (true/random/false)

src/001-constants.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -2216,7 +2216,7 @@ local MONSTER_LOOT = {
22162216
["Renegade Orc"] = {266, 3091, 3285, 3298, 3301, 3307, 3369, 3410, 3557, 3578, 3725, 10196, 11479},
22172217
["Retching Horror"] = {238, 239, 3280, 3344, 3419, 3428, 3725, 7386, 8082, 8092, 20029, 20062, 20205, 20207},
22182218
["Ribstride"] = {3028, 3441, 3732, 5741, 5925, 10244, 10277, 12304},
2219-
["Roaring Lion"] = {3577, 3582, 9691, 9057, 3033, 3030, 3029, 3077, 3385},
2219+
["Roaring Lion"] = {3048, 3577, 3582, 9691, 9057, 3033, 3030, 3029, 3077, 3385},
22202220
["Roaring Water Elemental"] = {281, 944, 3029, 8083},
22212221
["Robby the Reckless"] = {13429},
22222222
["Ron the Ripper"] = {239, 3028, 3114, 3267, 3357, 3370, 5926, 6101},

0 commit comments

Comments
 (0)