diff options
Diffstat (limited to 'npc/custom')
-rw-r--r-- | npc/custom/quests/sphinx_mask.txt | 4 | ||||
-rw-r--r-- | npc/custom/rpsroulette.txt | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/npc/custom/quests/sphinx_mask.txt b/npc/custom/quests/sphinx_mask.txt index 43d755cc5..2ebffe22a 100644 --- a/npc/custom/quests/sphinx_mask.txt +++ b/npc/custom/quests/sphinx_mask.txt @@ -3,12 +3,13 @@ //===== By: ==================================================
//= sabernet09 & eAthena Team
//===== Current Version: =====================================
-//= 1.1
+//= 1.2
//===== Compatible With: =====================================
//= eAthena 7.15 +
//===== Description: =========================================
//= this quest is related to Umbalian Chief
//= 1.1 Removed it from official Umbala quests [Lupus]
+//= 1.2 Added a missing variable (sphmask_q) [erKURITA]
//============================================================
@@ -56,6 +57,7 @@ morocc.gat,140,156,5 script Turban Thief 58,{ mes "[Turban Thief]";
mes "Alright, here you go then...";
getitem 7114,1;//Items: Sphinx Mask,
+ set sphmask_q,1;
close;
NoGoC:
next;
diff --git a/npc/custom/rpsroulette.txt b/npc/custom/rpsroulette.txt index aecd48425..d205ae252 100644 --- a/npc/custom/rpsroulette.txt +++ b/npc/custom/rpsroulette.txt @@ -277,7 +277,7 @@ P9: P10:
mes "20x Blue Potion!";
- getitem 505,10;
+ getitem 505,20;
close;
LEAVE:
|