From ab7aaa8732cebbd42348b04647d55d30162b97b7 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Fri, 26 Oct 2007 01:02:21 +0000 Subject: More minor updates to a couple NPCs. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11577 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 3 ++- npc/merchants/advanced_refiner.txt | 4 ++-- npc/quests/The_Sign_Quest.txt | 7 ++++--- 3 files changed, 8 insertions(+), 6 deletions(-) (limited to 'npc') 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; -- cgit v1.2.3-70-g09d2