diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-11 10:38:54 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-11 10:38:54 +0000 |
commit | 762b8c6e12bde3fcd4f34b25324224c9c4aab64d (patch) | |
tree | 8b05f467369044008ae99d4278490ac2ef8aea00 /npc/jobs/2-1/wizard.txt | |
parent | 41a6edabbdeb6cec53b0ee6c683943bf9299e51b (diff) | |
download | hercules-762b8c6e12bde3fcd4f34b25324224c9c4aab64d.tar.gz hercules-762b8c6e12bde3fcd4f34b25324224c9c4aab64d.tar.bz2 hercules-762b8c6e12bde3fcd4f34b25324224c9c4aab64d.tar.xz hercules-762b8c6e12bde3fcd4f34b25324224c9c4aab64d.zip |
added yuno warps, fixed wiz quest, fixed assassin quest
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9449 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-1/wizard.txt')
-rw-r--r-- | npc/jobs/2-1/wizard.txt | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/npc/jobs/2-1/wizard.txt b/npc/jobs/2-1/wizard.txt index ac79f48ba..8dce35e60 100644 --- a/npc/jobs/2-1/wizard.txt +++ b/npc/jobs/2-1/wizard.txt @@ -1,11 +1,10 @@ //===== eAthena Script ======================================= //= Wizard Job Quest //===== By: ================================================== -//= (Aegis) Translated by yoshiki -//= converted by kobra_k88 +//= (Aegis) Translated by yoshiki, converted by kobra_k88 //= Further bugfixed and tested by Lupus //===== Current Version: ===================================== -//= 2.2 +//= 2.2a //===== Compatible With: ===================================== //= eAthena 1.0 //===== Description: ========================================= @@ -19,15 +18,13 @@ //= 1.2b Fixed issue with duplicating monsters thx to Bison.[kobra_k88] //= 1.2c changed one Horong to Frilldora (now 3rd room contains 1 agressive mob.) //= 1.2d more simplified fire room - removed agressive Desert Wolf [Lupus] -//= 1.3 Added Baby Class support [Lupus] -//= 1.5 Fixed possible EXP abuse [Lupus] +//= 1.3 Added Baby Class support. 1.5 Fixed possible EXP abuse [Lupus] //= 1.6 Added a func which prevent advanced classes passing -//= 2nd Job Quests again. It also guides adv classes where -//= to go. [Lupus] +//= 2nd Job Quests again. It also guides adv classes where to go. [Lupus] //= 1.7 Replaced 2 Hodes with 2 Horong's (according to the official guide) [Lupus] //= 1.8 Removed callfunc Is_####_Class in favor of baseClass [Silentdragon] //= 2.1 Changed numbers to constants. [Vicious] -//= 2.2 Merged back JFunc [Lupus] +//= 2.2 Merged back JFunc [Lupus] 2.2a Removed extra MES, added missing NEXT //============================================================ @@ -58,7 +55,6 @@ gef_tower.gat,107,35,5 script Some Dog 81,{ close; L_JobMage: - mes "[Dog]"; mes "Ah... I know what you're about to say.... You want to become a Wizard right?"; next; mes "[Dog]"; @@ -73,6 +69,7 @@ L_JobMage: mes "[Dog]"; mes "~Woof~ What is it? Why are you looking at me like that?? Is this the first time you've seen a dog talk?"; emotion e_what; + next; mes "[Dog]"; mes "~Woof~ I suppose it's not that common to see a talking dog..... ~Woof~..... Yeah, it is a rare site actually....."; next; |