diff options
author | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-27 02:15:34 +0000 |
---|---|---|
committer | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-27 02:15:34 +0000 |
commit | 5455fd1184e75c9192a1f6f84355851a01258e48 (patch) | |
tree | c3fc985a7b90c06308f272d551d8e7289485a14b /npc/jobs/2-2/bard.txt | |
parent | 3633262bf2d8db0dd3bd51370826120371aac4a0 (diff) | |
download | hercules-5455fd1184e75c9192a1f6f84355851a01258e48.tar.gz hercules-5455fd1184e75c9192a1f6f84355851a01258e48.tar.bz2 hercules-5455fd1184e75c9192a1f6f84355851a01258e48.tar.xz hercules-5455fd1184e75c9192a1f6f84355851a01258e48.zip |
constant-fied!
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5763 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-2/bard.txt')
-rw-r--r-- | npc/jobs/2-2/bard.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/jobs/2-2/bard.txt b/npc/jobs/2-2/bard.txt index 62e7936e3..2c99ab6f7 100644 --- a/npc/jobs/2-2/bard.txt +++ b/npc/jobs/2-2/bard.txt @@ -3,7 +3,7 @@ //===== By: ==================================================
//= Muad_Dib(The Prometheus Project), Lupus
//===== Current Version: =====================================
-//= 1.4
+//= 2.0
//===== Compatible With: =====================================
//= eAthena Final
//===== Description: =========================================
@@ -19,11 +19,12 @@ // 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]
+//= 2.0 Changed numbers to constants. [Vicious]
//============================================================
comodo.gat,226,123,5 script Wandering Bard 741,{
- callfunc "F_BlockHigh",27,"High Archer",43,"Clown","Wandering Bard";
+ callfunc "F_BlockHigh",Job_Archer_High,"High Archer",Job_Clown,"Clown","Wandering Bard";
if (BARD_Q == 1) goto L_BQ1;
if (BARD_Q == 2) goto L_BQ2;
@@ -190,7 +191,7 @@ L_UGLYFLOWER: mes "What is it?! Please, back off and put it away from my face.";
mes "I do really hate maneater blossoms!!!";
mes "THEY ARE SO UGLY!";
- emotion 23;
+ emotion e_omg;
close;
M_NOTHAVE:
|