diff options
author | valaris <valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-21 20:31:19 +0000 |
---|---|---|
committer | valaris <valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-21 20:31:19 +0000 |
commit | 88edb9b8ba85d40dc47fd259c49e4638a3175348 (patch) | |
tree | 622e6e37aaab07858b19fdf05991c5fcc5aea5f0 /db | |
parent | c8a67180701700f070c4437b5ea2b9e3d9eaa8e2 (diff) | |
download | hercules-88edb9b8ba85d40dc47fd259c49e4638a3175348.tar.gz hercules-88edb9b8ba85d40dc47fd259c49e4638a3175348.tar.bz2 hercules-88edb9b8ba85d40dc47fd259c49e4638a3175348.tar.xz hercules-88edb9b8ba85d40dc47fd259c49e4638a3175348.zip |
Added bonus bClassChange,%; to randomly transform monster into another monster.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@302 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 15 | ||||
-rw-r--r-- | db/const.txt | 2 | ||||
-rw-r--r-- | db/item_db.txt | 2 |
3 files changed, 13 insertions, 6 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 11ab3f0c2..a3bfc043e 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -5,18 +5,23 @@ Ayathoya items == Added but no effect ( all are "ect" itens) Skill databases == celest working on them i believe. -11/21 * added mob stats: 1027,Raptice [Lupus] +11/21 + * added bClassChange to const.txt and added bClassChange,50; to azoth (.5% chance to transform monster into another.) [Valaris] + * added mob stats: 1027,Raptice [Lupus] -11/20 - Added deadly poison bottle to produce_db.txt [celest] +11/20 + - Added deadly poison bottle to produce_db.txt [celest] - Edited ASC_CDP in skill_require_db.txt - Edited ASC_EDP in skill_cast_db.txt -11/17 - Corrected max level for cloaking in skill_tree.txt [celest] +11/17 + - Corrected max level for cloaking in skill_tree.txt [celest] 11/16 - item 7110 fixed name -> Broken Sword (part of Bongun quest) [Lupus] + - Item 7110 fixed name -> Broken Sword (part of Bongun quest) [Lupus] -11/16 - Added BaseJob to const.txt [celest] +11/16 + - Added BaseJob to const.txt [celest] 11/15 - Minor fix on wedding skills, to use 15% of SP/HP . [shadowlady] diff --git a/db/const.txt b/db/const.txt index f42728602..4d14917a7 100644 --- a/db/const.txt +++ b/db/const.txt @@ -220,6 +220,7 @@ bAgiVit 1074 bAgiDexStr 1075 bPerfectHide 1076 bDisguise 1077 +bClassChange 1078 bRestartFullRecover 2000 bNoCastCancel 2001 @@ -230,6 +231,7 @@ bNoGemStone 2005 bNoCastCancel2 2006 bInfiniteEndure 2007 + Eff_Stone 0 Eff_Freeze 1 Eff_Stan 2 diff --git a/db/item_db.txt b/db/item_db.txt index 172729544..ab829784e 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -518,7 +518,7 @@ 1232,Assassin_Dagger,Assasin Dagger,4,20,,600,140,,1,0,4096,2,2,4,36,1,{},{ bonus bMaxHPrate,20; bonus bMaxSPrate,15; bonus bAspdAddRate,2; bonus bAtkEle,7; },, 1233,Exercise,Excorcise,4,20,,700,90,,1,0,2055918,2,2,4,36,1,{},{ bonus bIgnoreDefRace,6; bonus2 bSubRace,6,5; bonus2 bSubRace,7,-10; }, 1234,Moonlight_Sword,Walgwanggum,4,20,,700,50,,1,0,2055918,2,2,4,36,1,{},{ bonus bMaxSPrate,10; bonus2 bSPDrainRate,10000,1; },,,,, -1235,Azoth,Azoth,4,20,,700,110,,1,0,262144,2,2,4,36,1,{},{},,,,,, +1235,Azoth,Azoth,4,20,,700,110,,1,0,262144,2,2,4,36,1,{},{ bonus bClassChange,50; },,,,,, 1236,Sucsamad,Sucsamad,4,20,,800,140,,1,0,2055918,2,2,4,36,1,{},{ bonus2 bAddEle,2,10; bonus2 bAddEle,4,10; bonus bUnbreakable,100; },, 1237,Grimtooth_,Grimtooth,4,20,,800,180,,1,0,2055918,2,2,4,36,1,{},{ bonus bFlee,10; bonus bFlee2,5; bonus bDefRate,-50; bonus bDef2Rate,-50; },, 1238,Zeny_Knife,Zeny Knife,4,20,,1200,64,,1,0,2055918,2,2,3,40,1,{},{ bonus bGetZenyNum,100; },,,,, |