From 10795dabcfce775a7835f668bd7ce7e799cf8ba8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 15 May 2024 00:10:55 -0300 Subject: Fix the issue in the Cheat NPC which prevented him from selling RP or MobPoints. --- npc/029-0/event.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt index 24c083f76..663aa64c2 100644 --- a/npc/029-0/event.txt +++ b/npc/029-0/event.txt @@ -171,9 +171,9 @@ OnClock2001: if ($EVENT$ != "Steam") end; OnClock2201: - .mobp=rand2(1000, 2500); + .mobp+=rand2(1000, 2500); .mobg=.mobp*rand2(100, 150)/10; - .robp=rand2(900, 1200); + .robp+=rand2(900, 1200); .robg=.robp*rand2(40, 60);//rand2(80, 110); .@steam = $FIRESOFSTEAM; -- cgit v1.2.3-70-g09d2