diff options
Diffstat (limited to 'npc/jobs/2-2/bard.txt')
-rw-r--r-- | npc/jobs/2-2/bard.txt | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/npc/jobs/2-2/bard.txt b/npc/jobs/2-2/bard.txt index 77a81374f..3b7c5d509 100644 --- a/npc/jobs/2-2/bard.txt +++ b/npc/jobs/2-2/bard.txt @@ -2,9 +2,9 @@ //= Bard Job Quest //===== By: ================================================== //= Muad_Dib(The Prometheus Project), Lupus, Samuray22 -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 2.6 -//===== Description: ========================================= +//===== Description: ========================================= //= [Official Conversion] //= Job quest for Bard class //===== Additional Comments: ================================= @@ -80,7 +80,7 @@ comodo,226,123,5 script Wandering Bard 741,{ mes "Always full of happy moments~"; next; mes "[Lalo]"; - if (sex) { + if (Sex) { mes "Forget about your worries~"; mes "And enjoy everything~"; } @@ -94,7 +94,7 @@ comodo,226,123,5 script Wandering Bard 741,{ else if(BARD_Q == 0) { cutin "job_bard_aiolo01",2; mes "[Lalo]"; - if (sex) mes "Hi! Delightful Archer."; + if (Sex) mes "Hi! Delightful Archer."; else mes "Hello! Beautiful Archer Lady."; mes "How can a wanderer like me help you?"; next; @@ -935,9 +935,9 @@ S_ChangeJob: end; } -//============================================================ +//============================================================ // Old changelog -//============================================================ +//============================================================ //= 07/06/05 : Added 1st Version. [Muad_Dib] //= Converted to rAthena format by Dr.Evil //= Info about gifts and other info --> http://www.ragnainfo.net/forums/viewtopic.php?t=51467&start=0 @@ -946,5 +946,6 @@ S_ChangeJob: //= 1.2 Fixed wrong item ID, added missing commands [Lupus] //= 1.3 Updated flower sub-quest according to official [Lupus] //= 1.4 Changed priority for the gifts. Now you can win the 1st -//= prize, too. Added Izidor flower [Lupus] +//= prize, too. Added Izidor flower [Lupus] //= 2.0 Changed numbers to constants. [Vicious] +//============================================================ |