summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authoreaac <eaac@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-19 15:25:33 +0000
committereaac <eaac@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-19 15:25:33 +0000
commit9f1bd225974beb0a09495a0b28c1e0deec27de7d (patch)
treea40f67c6b6efceeb060edb953985d93ad6230895 /npc
parent14cfaf27b57916b61297b8d0fa4624dee8eae413 (diff)
downloadhercules-9f1bd225974beb0a09495a0b28c1e0deec27de7d.tar.gz
hercules-9f1bd225974beb0a09495a0b28c1e0deec27de7d.tar.bz2
hercules-9f1bd225974beb0a09495a0b28c1e0deec27de7d.tar.xz
hercules-9f1bd225974beb0a09495a0b28c1e0deec27de7d.zip
~ Fixed rpsroulette.txt (on both branches), giving 10 blue potions as prize instead of the 20 it said. Also fixed a missing variable in sphinx_mask.txt (trunk only). Noticed by JTE and fixed by Warian [erKURITA]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8811 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r--npc/Changelog.txt2
-rw-r--r--npc/custom/quests/sphinx_mask.txt4
-rw-r--r--npc/custom/rpsroulette.txt2
3 files changed, 6 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index f5b4d93dc..54b23e8a0 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -33,6 +33,8 @@ Playtester
Date Added
======
09/19
+ * Fixed rpsroulette.txt, giving 10 blue potions as prize instead of the 20 it said. Also fixed
+ a missing variable in sphinx_mask.txt. Noticed by JTE and fixed by Warian [erKURITA]
* Preparations for optimization of Louyang/Nifelhem scripts [Lupus]
09/16
* fixed apple dice game in Airship, fixed missing } in Einbech quests [Lupus]
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: