diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-13 18:32:28 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-13 18:32:28 +0000 |
commit | 476aec2e393470fd2b23cc96078140bac34546bf (patch) | |
tree | fad246d913671934894f1fe79d5a51968061705c /npc/jobs/2-1 | |
parent | 858c0649f82e6f99ab711f3e22cea8a024f5a55d (diff) | |
download | hercules-476aec2e393470fd2b23cc96078140bac34546bf.tar.gz hercules-476aec2e393470fd2b23cc96078140bac34546bf.tar.bz2 hercules-476aec2e393470fd2b23cc96078140bac34546bf.tar.xz hercules-476aec2e393470fd2b23cc96078140bac34546bf.zip |
* Updated "Name" fields for 11.2 headgears.
* Updated NPCs for Al De Baran
- Added Inn NPC for Al De Baran
* Fixed problems with Hahoe/Lion/Bride masks quests.
* Added Zairik's fix for the wizard quest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10879 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-1')
-rw-r--r-- | npc/jobs/2-1/wizard.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/jobs/2-1/wizard.txt b/npc/jobs/2-1/wizard.txt index 7dc8da118..118ceda76 100644 --- a/npc/jobs/2-1/wizard.txt +++ b/npc/jobs/2-1/wizard.txt @@ -25,6 +25,7 @@ //= 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.2a Removed extra MES, added missing NEXT +//= 2.3 Bigfoot monster summon corrected [Zairik] //============================================================ @@ -1305,7 +1306,7 @@ OnStart: monster "job_wiz",120,102,"Hode",1127,1,"EarthRm::OnMyMobDead1"; monster "job_wiz",111,93,"Savage",1166,1,"EarthRm::OnMyMobDead1"; monster "job_wiz",120,93,"Giearth",1121,1,"EarthRm::OnMyMobDead1"; - monster "job_wiz",107,98,"Bigfoot",1160,1,"EarthRm::OnMyMobDead1"; + monster "job_wiz",107,98,"Bigfoot",1060,1,"EarthRm::OnMyMobDead1"; monster "job_wiz",124,98,"Orc Warrior",1023,1,"EarthRm::OnMyMobDead1"; monster "job_wiz",104,86,"Vitata",1176,1,"EarthRm::OnMyMobDead1"; monster "job_wiz",127,86,"Mantis",1139,1,"EarthRm::OnMyMobDead1"; |