summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-26 01:02:21 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-26 01:02:21 +0000
commitab7aaa8732cebbd42348b04647d55d30162b97b7 (patch)
tree7291a74c1a3f652275aa5977831aef529d3c6ed9 /npc
parent31af7f4a57e0b67c5b01f3b31ef0212b1fb77093 (diff)
downloadhercules-ab7aaa8732cebbd42348b04647d55d30162b97b7.tar.gz
hercules-ab7aaa8732cebbd42348b04647d55d30162b97b7.tar.bz2
hercules-ab7aaa8732cebbd42348b04647d55d30162b97b7.tar.xz
hercules-ab7aaa8732cebbd42348b04647d55d30162b97b7.zip
More minor updates to a couple NPCs.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11577 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r--npc/Changelog.txt3
-rw-r--r--npc/merchants/advanced_refiner.txt4
-rw-r--r--npc/quests/The_Sign_Quest.txt7
3 files changed, 8 insertions, 6 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 6d3186d1f..5b8794429 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,7 +1,8 @@
Date Added
======
2007/10/25
- * Rev. 11575 Minor updates the Juperos Elevator NPCs. [L0ne_W0lf]
+ * Rev. 11577 More minor updates to a couple NPCs. [L0ne_W0lf]
+ * Rev. 11576 Minor updates the Juperos Elevator NPCs. [L0ne_W0lf]
* Rev. 11574 Minor fixes here and there to a few scripts. [L0ne_W0lf]
2007/10/24
* Rev. 11570 Added the Advanced Refiner for Enriched ores. [L0ne_W0lf]
diff --git a/npc/merchants/advanced_refiner.txt b/npc/merchants/advanced_refiner.txt
index bf6ba05ef..1aa45650f 100644
--- a/npc/merchants/advanced_refiner.txt
+++ b/npc/merchants/advanced_refiner.txt
@@ -8,8 +8,7 @@
//= Eathena SVN
//===== Description: =========================================
//= [Aegis Conversion]
-//= Refiner that uses Enriched ores to increase upgrade
- success.
+//= Refiner that uses Enriched ores to increase upgrade success.
//= After a conversation with Doddler, it's been established that
//= the advanced refiner works similar the the "Bubble Gum" item.
//= The success percentage is not "increased" however, if it fails
@@ -19,6 +18,7 @@
//= - Uses the iRO position for this NPC.
//===== Additional Comments: =================================
//= 1.0 First Version. [L0ne_W0lf]
+//= 1.1 Fixed a weird carriage return. o_o [L0ne_W0lf]
//============================================================
payon,174,138,0 script Suhnbi#cash 85,{
diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt
index 91d8e31d7..8909b16e9 100644
--- a/npc/quests/The_Sign_Quest.txt
+++ b/npc/quests/The_Sign_Quest.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= SinSloth(Most of the NPCs), MasterOfMuppets(Some of the NPCs + bug fixes) & Kargha(The quiz NPCs)
//===== Current Version: =====================================
-//= 2.4
+//= 2.5
//===== Compatible With: =====================================
//= eAthena SVN 3422+(Requires jA Script System)
//===== Description: =========================================
@@ -37,6 +37,7 @@
//= 2.2 Fixed a small bug which occured when people had to return The Sign around midnight. [SinSloth]
//= 2.3 Made some adjustments in last event with dialogs/summoning and fixed a possible exploit earlier. [SinSloth]
//= 2.4 Optimized/simplified some poorly written code; fixed wrong quiz answers [ultramage]
+//= 2.5 Updated to fall within proper name restrictions. [L0ne_W0lf]
//============================================================
//===== Configuration : ======================================
prontera,1,1,1 script TheSignConfig -1,{
@@ -4789,7 +4790,7 @@ L_Done:
}
-prt_castle,107,58,5 script Soldier#2 105,{
+prt_castle,107,58,5 script Soldier#2sign 105,{
if (bakerlan_test > 10) goto L_Heya;
mes "[Maruin]";
@@ -5799,7 +5800,7 @@ L_Done:
close;
}
-alberta,165,83,3 script Fastidious Old Man 755,{
+alberta,165,83,3 script Fastidious Old Man#sign 755,{
if (signquest > 30) goto L_Done;
if (signquest == 30) goto L_Interpret;