diff options
author | Streusel <advance_me@hotmail.de> | 2013-02-13 16:53:09 -0800 |
---|---|---|
committer | Streusel <advance_me@hotmail.de> | 2013-02-13 16:53:09 -0800 |
commit | a849f62a06db7c976a50db41373bd3fc6bcadb45 (patch) | |
tree | fa1ba0fd9eab7b86f35d667c2b77910d88317524 /npc/re/jobs/1-1/merchant.txt | |
parent | f79e5b0e8e2939b2e8939a0cf1aba682e6877ba9 (diff) | |
download | hercules-a849f62a06db7c976a50db41373bd3fc6bcadb45.tar.gz hercules-a849f62a06db7c976a50db41373bd3fc6bcadb45.tar.bz2 hercules-a849f62a06db7c976a50db41373bd3fc6bcadb45.tar.xz hercules-a849f62a06db7c976a50db41373bd3fc6bcadb45.zip |
-Updated Job NPC's to allow Baby Novice to change into other Baby 1-1 classes
-Updated Job npc's to use callfunc
Diffstat (limited to 'npc/re/jobs/1-1/merchant.txt')
-rw-r--r-- | npc/re/jobs/1-1/merchant.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/re/jobs/1-1/merchant.txt b/npc/re/jobs/1-1/merchant.txt index a010af556..7dd41b452 100644 --- a/npc/re/jobs/1-1/merchant.txt +++ b/npc/re/jobs/1-1/merchant.txt @@ -57,7 +57,7 @@ alberta_in,53,43,6 script Merchant#mer 86,{ next; switch(select("I want to be a merchant.:I want to know more about merchants.:Ask him the requirements to be a merchant.:Nothing.")) { case 1: - if(Class != Job_Novice) { + if(Class != Job_Novice && Class != Job_Baby) { mes "[Guildsman Mahnsoo]"; if(Class == Job_Merchant) { mes ".....? Sorry? What are you saying?"; |