From 4e6774e4173eccff9d0b51b45fe2af07e682e67d Mon Sep 17 00:00:00 2001 From: euphyy Date: Wed, 5 Sep 2012 02:42:20 +0000 Subject: * Follow-up r16742, revised quest sample (doc\sample\npc_test_quest.txt) and whisper system documentation (doc\whisper_sys.txt) * Follow-up r16745, fixed a few typos in atcommand documentation (doc\atcommands.txt) * Minor cleaning - spacing, tabulation, comments, dividers git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16746 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/2-2/bard.txt | 47 ++++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 23 deletions(-) (limited to 'npc/jobs/2-2/bard.txt') diff --git a/npc/jobs/2-2/bard.txt b/npc/jobs/2-2/bard.txt index a4b158ec8..788542b76 100644 --- a/npc/jobs/2-2/bard.txt +++ b/npc/jobs/2-2/bard.txt @@ -25,7 +25,8 @@ //= 2.6 Removed the need for use of 'goto.' [L0ne_W0lf] //============================================================ -//=============== Ayealo ============================ +// Ayealo +//============================================================ comodo,226,123,5 script Wandering Bard 741,{ if(Upper == 1) { mes "[Lalo]"; @@ -912,28 +913,28 @@ comodo,226,123,5 script Wandering Bard 741,{ end; S_ChangeJob: - completequest 3004; - callfunc "Job_Change",Job_Bard; - callfunc "F_ClearJobVar"; - mes "[Lalo]"; - mes "Good job. I will make you a job change souvenir with this."; - mes "Wait just a moment."; - next; - mes "[Lalo]"; - mes "^3355FFScrape Scrape Tang Tang^000000"; - mes "^3355FFSqueak Squeak Scratch Scratch^000000"; - delitem getarg(0),60; - getitem getarg(1),1; - next; - mes "[Lalo]"; - mes "Here you go, a souvenir. It is useful when you sing."; - mes "Hope you sing happy songs."; - next; - mes "[Lalo]"; - mes "See you next time!"; - close2; - cutin "job_bard_aiolo01",255; - end; + completequest 3004; + callfunc "Job_Change",Job_Bard; + callfunc "F_ClearJobVar"; + mes "[Lalo]"; + mes "Good job. I will make you a job change souvenir with this."; + mes "Wait just a moment."; + next; + mes "[Lalo]"; + mes "^3355FFScrape Scrape Tang Tang^000000"; + mes "^3355FFSqueak Squeak Scratch Scratch^000000"; + delitem getarg(0),60; + getitem getarg(1),1; + next; + mes "[Lalo]"; + mes "Here you go, a souvenir. It is useful when you sing."; + mes "Hope you sing happy songs."; + next; + mes "[Lalo]"; + mes "See you next time!"; + close2; + cutin "job_bard_aiolo01",255; + end; } //============================================================ -- cgit v1.2.3-70-g09d2