diff options
Diffstat (limited to 'npc/quests/quests_umbala.txt')
-rw-r--r-- | npc/quests/quests_umbala.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/quests/quests_umbala.txt b/npc/quests/quests_umbala.txt index 16537c2e9..e160e84a8 100644 --- a/npc/quests/quests_umbala.txt +++ b/npc/quests/quests_umbala.txt @@ -513,22 +513,22 @@ um_in,44,71,2 script Utan Shaman 4_F_UMOLDWOMAN,{ switch (select("Earth:Water:Fire:Wind")) { case 1: set .@consume,947; //Horn - set .@amount,15; + set .@amount,15; set .@success,993; //Yellow_Live break; case 2: set .@consume,946; //Snail's_Shell - set .@amount,20; + set .@amount,20; set .@success,991; //Crystal_Blue break; case 3: set .@consume,904; //Scorpion's_Tail - set .@amount,20; + set .@amount,20; set .@success,990; //Boody_Red break; case 4: set .@consume,1013; //Colorful_Shell - set .@amount,25; + set .@amount,25; set .@success,992; //Wind_Of_Verdure break; } @@ -770,7 +770,7 @@ um_in,44,71,2 script Utan Shaman 4_F_UMOLDWOMAN,{ case 996: getitem 992,.@shaman_max; //Wind_Of_Verdure break; - case 997: + case 997: getitem 993,.@shaman_max; //Yellow_Live } delitem .@divide,.@input; @@ -792,7 +792,7 @@ um_in,44,71,2 script Utan Shaman 4_F_UMOLDWOMAN,{ mes "wind stones? Then I will need"; mes "you to bring "+input_want+" pure wind stone."; break; - case 997: + case 997: mes "earth stones? Then I'll need"; mes "you to bring "+.@input+" pure earth stone."; break; |