diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-09 20:54:19 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-09 20:54:19 +0000 |
commit | b0ae259435c3a88139720d69bd351ae46bca336c (patch) | |
tree | 6e2892c63d6cf0ca7e9a2dd0cdd0cb5201b48ee5 /npc/jobs | |
parent | 9538dc7592f5bda96bd75703bdae20c102061b01 (diff) | |
download | hercules-b0ae259435c3a88139720d69bd351ae46bca336c.tar.gz hercules-b0ae259435c3a88139720d69bd351ae46bca336c.tar.bz2 hercules-b0ae259435c3a88139720d69bd351ae46bca336c.tar.xz hercules-b0ae259435c3a88139720d69bd351ae46bca336c.zip |
fixed Wizard job quest
added some bugs reports
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1064 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs')
-rw-r--r-- | npc/jobs/2-1/wizard.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/jobs/2-1/wizard.txt b/npc/jobs/2-1/wizard.txt index f9f18d860..2879052e9 100644 --- a/npc/jobs/2-1/wizard.txt +++ b/npc/jobs/2-1/wizard.txt @@ -6,7 +6,7 @@ //= converted by kobra_k88 //= Further bugfixed and tested by Lupus //===== Current Version: ===================================== -//= 1.3a +//= 1.3b //===== Compatible With: ===================================== //= eAthena 1.0 //===== Description: ========================================= @@ -18,6 +18,7 @@ //= v1.2 Changed global variable names to unique ones. //= v1.3 Rollback from the wrong Kashy's fix //= v1.3a Fixed issue with duplicating monsters thx to Bison.[kobra_k88] +//= v1.3b changed one Horong to Frilldora (now 3rd room contains 1 agressive mob.) //============================================================ @@ -1318,7 +1319,7 @@ OnTimer2000: areaannounce "job_wiz.gat", 30, 82, 61, 113, "[Test Guide]: You now must defeat the door gaurds! Hurry!.",8; monster "job_wiz.gat",44,99,"Greatest General",1277,1,"FireRm::OnMyMobDead2"; monster "job_wiz.gat",43,99,"Horong",1129,1,"FireRm::OnMyMobDead2"; - monster "job_wiz.gat",45,99,"Horong",1129,1,"FireRm::OnMyMobDead2"; + monster "job_wiz.gat",45,99,"Frilldora",1119,1,"FireRm::OnMyMobDead2"; setnpctimer 120000, "TimerWz"; startnpctimer "TimerWz"; end; |