From 064a8345e2efafe5634fe4bfead5a249e5298698 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 22 Mar 2018 14:39:12 -0300 Subject: Corrections and more floating drop rates during sieges --- npc/003-1/lieutenantdausen.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/003-1/lieutenantdausen.txt') diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 8667b1882..326ba235b 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -125,31 +125,31 @@ L_MKHuge: OnBlackScorpionDeath: areamonster("004-1", 0, 0, 79, 81, l("Black Scorpion"), 1074, 1, "Lieutenant Dausen::OnBlackScorpionDeath"); - if (rand(10000) <= 100) + if (rand(10000) <= 90+($@SIEGE_TULIM*10)) getitem StrangeCoin, 1; end; OnBlackScorpion2Death: - areamonster("003-1", 0, 0, 120, 155, l("Black Scorpion"), 1074, 1, "Lieutenant Dausen::OnBlackScorpionDeath"); - if (rand(10000) <= 1000) + areamonster("003-1", 0, 0, 120, 155, l("Black Scorpion"), 1074, 1, "Lieutenant Dausen::OnBlackScorpion2Death"); + if (rand(10000) <= 850+($@SIEGE_TULIM*100)) getitem StrangeCoin, 1; end; OnGreenSlimeDeath: areamonster("003-1", 0, 0, 120, 155, l("Green Slime"), 1085, 1, "Lieutenant Dausen::OnGreenSlimeDeath"); - if (rand(10000) <= 300) + if (rand(10000) <= 200+($@SIEGE_TULIM*100)) getitem StrangeCoin, 1; end; OnCandiedSlimeDeath: areamonster("003-1", 0, 0, 120, 155, l("Candied Slime"), 1089, 1, "Lieutenant Dausen::OnCandiedSlimeDeath"); - if (rand(10000) <= 250) + if (rand(10000) <= 150+($@SIEGE_TULIM*100)) getitem StrangeCoin, 1; end; OnManaGhostDeath: areamonster("003-1", 0, 0, 120, 155, l("Mana Ghost"), 1068, 1, "Lieutenant Dausen::OnManaGhostDeath"); - if (rand(10000) <= 1000) + if (rand(10000) <= 900+($@SIEGE_TULIM*100)) getitem StrangeCoin, 1; end; -- cgit v1.2.3-60-g2f50