diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-26 01:02:21 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-26 01:02:21 +0000 |
commit | ab7aaa8732cebbd42348b04647d55d30162b97b7 (patch) | |
tree | 7291a74c1a3f652275aa5977831aef529d3c6ed9 /npc/quests/The_Sign_Quest.txt | |
parent | 31af7f4a57e0b67c5b01f3b31ef0212b1fb77093 (diff) | |
download | hercules-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/quests/The_Sign_Quest.txt')
-rw-r--r-- | npc/quests/The_Sign_Quest.txt | 7 |
1 files changed, 4 insertions, 3 deletions
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; |