diff options
author | SinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-30 10:21:13 +0000 |
---|---|---|
committer | SinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-30 10:21:13 +0000 |
commit | ec12aa0f90f4af17867a5ad995b2f16f5c104117 (patch) | |
tree | 5d38c90b37b68b17c77289602d1b8bf34c2c33ee /npc | |
parent | 50a85fdbd90fd7353f091084b43877a3f6ae5a61 (diff) | |
download | hercules-ec12aa0f90f4af17867a5ad995b2f16f5c104117.tar.gz hercules-ec12aa0f90f4af17867a5ad995b2f16f5c104117.tar.bz2 hercules-ec12aa0f90f4af17867a5ad995b2f16f5c104117.tar.xz hercules-ec12aa0f90f4af17867a5ad995b2f16f5c104117.zip |
* Fixed some minor bugs in the Sign Quest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11094 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/quests/The_Sign_Quest.txt | 10 |
2 files changed, 9 insertions, 3 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 12f3667e8..16b422907 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2007/08/30 + * Fixed some minor bugs in the Sign Quest. [SinSloth] 2007/08/29 * Rev. 11088 Blacksmith job quest bug fixes care of Micktu. [L0ne_W0lf] * Rev. 11081 Knight job quest bug fixes. [L0ne_W0lf] diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt index 13e9388fa..916bdd7ea 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: ===================================== -//= 1.9 +//= 2.0 //===== Compatible With: ===================================== //= eAthena SVN 3422+(Requires jA Script System) //===== Description: ========================================= @@ -25,12 +25,14 @@ //= 1.5 Fixed exploits and bugs. Plus add a removal of exttra sobbing pieces //= as suggested Tantarian, to let people Reborn [Lupus] //= 1.6 Minor fix, thanks to theultramage for pointing it out. [MasterOfMuppets] -//= 1.7 Fixed exploit [KarLaeda] 1.7a, fixed wrong dialogue [Lupus] +//= 1.7 Fixed exploit [KarLaeda] +//= 1.7a Fixed wrong dialogue [Lupus] //= 1.7b Fixed possible exploit [Lupus] //= 1.7c Reformatted for future bughunt. WIP [Lupus] //= 1.8 Fixed some bugs and exploit which allowed players helping in the final //= fight to finish the quest as well. Completely revamped quiz system. [SinSloth] //= 1.9 Made some changes in last event to reflect recent bug exploit fix. [SinSloth] +//= 2.0 Fixed some various minor bugs. [SinSloth] //============================================================ //===== Configuration : ====================================== prontera,1,1,1 script TheSignConfig -1,{ @@ -8348,7 +8350,6 @@ L_NoMedal: L_Success: if (countitem(7313) < 5 && Sign_Branch8A) goto L_Voucher; delitem 7313,5; - set signquest,57; mes "[Kirkena]"; mes "You've done well."; mes "Without her memories of her"; @@ -8369,6 +8370,7 @@ L_Success: mes "please visit our queen, Lady Hell."; mes "I believe she wants to see you for"; mes "some reason..."; + set signquest,57; set BaseExp,BaseExp +297000; close; @@ -8767,6 +8769,7 @@ L_Sense: mes "very familiar to me. Do you"; mes "have something extraordinarily"; mes "special in your possesion?"; + if(!countitem(2644) && !countitem(7178)) close; next; if(countitem(2644) && countitem(7178)) menu "The Sign",L_Sign,"Sobbing Starlight",-; if(!countitem(2644) && countitem(7178)) menu "Sobbing Starlight",-; @@ -8919,6 +8922,7 @@ OnTimer600000: disablenpc "Serin#serin"; killmonster "que_sign01","#signserin::OnSignDead"; set $signroomfull,1; + set $signparty,0; areawarp "que_sign01",229,227,166,162,"niflheim",30,156; areawarp "que_sign02",1,1,400,400,"niflheim",30,156; stopnpctimer; |