diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-26 20:35:07 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-26 20:35:07 +0000 |
commit | 1eb1c9ec5a6d0c0e5d30988a10f711c190094310 (patch) | |
tree | b2be8ee34120ae2900a96249db05ecbbf04896b2 /npc/quests | |
parent | 61dc8d61e4eb6bb04e83e7f30a0bfcdec86403b7 (diff) | |
download | hercules-1eb1c9ec5a6d0c0e5d30988a10f711c190094310.tar.gz hercules-1eb1c9ec5a6d0c0e5d30988a10f711c190094310.tar.bz2 hercules-1eb1c9ec5a6d0c0e5d30988a10f711c190094310.tar.xz hercules-1eb1c9ec5a6d0c0e5d30988a10f711c190094310.zip |
* Fixed a little bug on "Bard Quest" (Not Job).
- Maybe will be a good idea change the variables, for something more original.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10629 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests')
-rw-r--r-- | npc/quests/Bard_Quest.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/quests/Bard_Quest.txt b/npc/quests/Bard_Quest.txt index 464a700fc..ea2421661 100644 --- a/npc/quests/Bard_Quest.txt +++ b/npc/quests/Bard_Quest.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Riotblade and L0ne_W0lf //===== Current Version: ===================================== -//= 1.1 +//= 1.2 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -21,6 +21,7 @@ //= @inputstr$ : temp var //= //= This Quest has relation with brisingamen_seal.txt (Seals) +//= 1.2 Fixed a little bug. [Samuray22] //============================================================ geffen,132,38,3 script Bard#2 51,{ @@ -1307,10 +1308,11 @@ S_StorySong: // For 3 and 4 cases we set more chance earlier on @random if(getarg(0) == 3 || getarg(0) == 4){ mes "[Errende]"; - if (sex) + if (sex) { mes "Heroic warrior,"; - else + } else { mes "My fair lady,"; + } mes "Please listen to my song. If you have a flower in hand and are in love, let's count the flower petals as we go along."; next; mes "^483D8BAt One, I fall in love."; @@ -1348,7 +1350,6 @@ S_StorySong: mes "You're an adventurer, aren't you? So you must travel quite a bit? It's embarassing for me to ask,"; mes "but I have a favor to ask...!"; next; - if(select("Sure, no problem.:I ain't gonna help you.")==1) { cutin "bard_eland01",2; mes "[Errende]"; |