Skip to content

Commit 3b8f08e

Browse files
Merge pull request #1935 from dastgirp/2017-4_umbala
Umbala Script Update:
2 parents ad46000 + 43fc59a commit 3b8f08e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

npc/quests/quests_umbala.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,6 +773,10 @@ um_in,44,71,2 script Utan Shaman 4_F_UMOLDWOMAN,{
773773
.@shaman_max += rand(6,10);
774774
++.@sha_man;
775775
}
776+
if (countitem(.@divide) < .@input) {
777+
close;
778+
}
779+
delitem .@divide, .@input;
776780
switch(.@divide) {
777781
case 994:
778782
getitem Boody_Red,.@shaman_max;
@@ -786,7 +790,6 @@ um_in,44,71,2 script Utan Shaman 4_F_UMOLDWOMAN,{
786790
case 997:
787791
getitem Yellow_Live,.@shaman_max;
788792
}
789-
delitem .@divide,.@input;
790793
close;
791794
}
792795
mes "[Puchuchartan]";

0 commit comments

Comments
 (0)