summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/other/arena/arena_party.txt2
-rw-r--r--npc/quests/quests_umbala.txt5
2 files changed, 6 insertions, 1 deletions
diff --git a/npc/other/arena/arena_party.txt b/npc/other/arena/arena_party.txt
index 67c69f8e8..f3362687d 100644
--- a/npc/other/arena/arena_party.txt
+++ b/npc/other/arena/arena_party.txt
@@ -165,6 +165,8 @@ OnTouch:
}
force_1-2,99,31,4 script Slipslowrun#party 4_F_TELEPORTER,{
+ end;
+
OnStart:
initnpctimer;
$arena_minptst = gettime(GETTIME_MINUTE);
diff --git a/npc/quests/quests_umbala.txt b/npc/quests/quests_umbala.txt
index e23089698..e9d48c6fa 100644
--- a/npc/quests/quests_umbala.txt
+++ b/npc/quests/quests_umbala.txt
@@ -773,6 +773,10 @@ um_in,44,71,2 script Utan Shaman 4_F_UMOLDWOMAN,{
.@shaman_max += rand(6,10);
++.@sha_man;
}
+ if (countitem(.@divide) < .@input) {
+ close;
+ }
+ delitem .@divide, .@input;
switch(.@divide) {
case 994:
getitem Boody_Red,.@shaman_max;
@@ -786,7 +790,6 @@ um_in,44,71,2 script Utan Shaman 4_F_UMOLDWOMAN,{
case 997:
getitem Yellow_Live,.@shaman_max;
}
- delitem .@divide,.@input;
close;
}
mes "[Puchuchartan]";