summaryrefslogtreecommitdiff
path: root/npc/042-4
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-10-01 19:33:45 -0300
committerJesusaves <cpntb1@ymail.com>2023-10-01 19:33:45 -0300
commit01dadc7c6e14b1b6df28574c7237c1ceb38432b2 (patch)
treeef1d83c9bf9971a5dda73ff96aa9c9c6917c0b85 /npc/042-4
parentc41a42a5d2b13e12796dd43d978e784af75e402c (diff)
downloadserverdata-01dadc7c6e14b1b6df28574c7237c1ceb38432b2.tar.gz
serverdata-01dadc7c6e14b1b6df28574c7237c1ceb38432b2.tar.bz2
serverdata-01dadc7c6e14b1b6df28574c7237c1ceb38432b2.tar.xz
serverdata-01dadc7c6e14b1b6df28574c7237c1ceb38432b2.zip
Finish Kamelot Raid - supply Terogan an array of skills, fix broken stuff
Minor reward tweaks, and more dark petal drops (whose sell value is now zero) The sigils spawns are now much stronger depending on difficulty setting.
Diffstat (limited to 'npc/042-4')
-rw-r--r--npc/042-4/ctrl.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/042-4/ctrl.txt b/npc/042-4/ctrl.txt
index 4bea94407..a70deb9d3 100644
--- a/npc/042-4/ctrl.txt
+++ b/npc/042-4/ctrl.txt
@@ -12,7 +12,7 @@
// awesome system. Same rules as any treasure box still applies.
042-4,94,47,0 script #chest_0424 NPC_CHEST,{
function monster0424;
- TreasureBox();
+ TreasureBox(60); // 0.60% better chance
specialeffect(.dir == 0 ? 24 : 25, AREA, getnpcid()); // closed ? opening : closing
close;