diff options
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; |