diff options
author | Haru <haru@dotalux.com> | 2019-10-18 13:20:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-18 13:20:06 +0200 |
commit | 3b8f08eb483c2e7c4f5a8f2fb273899bc852eecb (patch) | |
tree | b84035ebf78f57b7502f433304078534af2977cc /npc | |
parent | ad460000f3f4af4dba1cdc2d9ce466b81c2dcf08 (diff) | |
parent | 43fc59a9f5d3accccd72f67b7cc6fe4c8074adbf (diff) | |
download | hercules-3b8f08eb483c2e7c4f5a8f2fb273899bc852eecb.tar.gz hercules-3b8f08eb483c2e7c4f5a8f2fb273899bc852eecb.tar.bz2 hercules-3b8f08eb483c2e7c4f5a8f2fb273899bc852eecb.tar.xz hercules-3b8f08eb483c2e7c4f5a8f2fb273899bc852eecb.zip |
Merge pull request #1935 from dastgirp/2017-4_umbala
Umbala Script Update:
Diffstat (limited to 'npc')
-rw-r--r-- | npc/quests/quests_umbala.txt | 5 |
1 files changed, 4 insertions, 1 deletions
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]"; |