summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/Changelog.txt2
-rw-r--r--npc/quests/skills/sage_skills.txt6
2 files changed, 5 insertions, 3 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index fe1018a20..9e65e33a2 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -28,6 +28,8 @@ Nexon
Date Added
======
4/11
+ * Changed item description in Sage Skills Quest (Blank Script -> Empty
+ Script) thanks to MeL [Foruken]
* Updated a couple shops of Hugel, plus added the firecracker shop on Hugel. [erKURITA]
* Added Gunslinger quest npc and shops on que_ng.gat. Same map for Ninja's
job quest. [erKURITA]
diff --git a/npc/quests/skills/sage_skills.txt b/npc/quests/skills/sage_skills.txt
index c699b5353..44fffe1fa 100644
--- a/npc/quests/skills/sage_skills.txt
+++ b/npc/quests/skills/sage_skills.txt
@@ -42,19 +42,19 @@ yuno_in03.gat,176,24,3 script Mischna 755,{
mes "7 Horns";
mes "12 Rainbow Shells";
mes "10 Snail Shells";
- mes "4 Blank Scrolls";
+ mes "4 Empty Scrolls";
next;
mes "[Mischna]";
mes "Let me check your items.";
next;
- if(countitem(904)<10 || countitem(947)<7 || countitem(1013)<12 || countitem(946)<10 || countitem(7433)<4) goto L_noitems;//Items: Scorpion_Tail, Horn, Rainbow_Shell, Snail's_Shell, Blank_Scroll,
+ if(countitem(904)<10 || countitem(947)<7 || countitem(1013)<12 || countitem(946)<10 || countitem(7433)<4) goto L_noitems;//Items: Scorpion_Tail, Horn, Rainbow_Shell, Snail's_Shell, Empty_Scroll,
delitem 904, 10;//Items: Scorpion_Tail,
delitem 947, 7;//Items: Horn,
delitem 1013, 12;//Items: Rainbow_Shell,
delitem 946, 10;//Items: Snail's_Shell,
- delitem 7433, 4;//Items: Blank_Scroll,
+ delitem 7433, 4;//Items: Empty_Scroll,
mes "[Mischna]";
mes "I see you have what we need,";