From 1cb601bcaafbe018d587692534f72cf88389c096 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 9 Dec 2023 13:51:07 -0300 Subject: [Experimental] Drop Rate on politics (will only apply after MK is defeated) --- npc/functions/politics.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'npc/functions/politics.txt') diff --git a/npc/functions/politics.txt b/npc/functions/politics.txt index 5e2a5e2cc..b2ae9dcc4 100644 --- a/npc/functions/politics.txt +++ b/npc/functions/politics.txt @@ -644,6 +644,12 @@ function script POL_Manage { $@EXP_EVENT=.@b; $@EXP_EVENT_TIME=2; donpcevent "@exprate::OnPlayerCall"; + // Drop Rate will apply, ONLY IF Monster King has been defeated + if ($GAME_STORYLINE >= 5) { + $@DROP_EVENT=.@b * 2 / 3; + $@DROP_EVENT_TIME=2; + donpcevent "@droprate::OnPlayerCall"; + } // We must terminate dialog now and close all context for EXPRATE. closeclientdialog; end; -- cgit v1.2.3-70-g09d2