diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-29 10:54:16 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-29 10:54:16 +0000 |
commit | b7e6b7bd1ba5f4fb03c2b191f53b9e8ff7d2fbba (patch) | |
tree | 690fb6ca85a1885b8c68745aa33b98d64221c1b0 /db | |
parent | 3e08b644b046448f1e0697cc2b63d310e1390a66 (diff) | |
download | hercules-b7e6b7bd1ba5f4fb03c2b191f53b9e8ff7d2fbba.tar.gz hercules-b7e6b7bd1ba5f4fb03c2b191f53b9e8ff7d2fbba.tar.bz2 hercules-b7e6b7bd1ba5f4fb03c2b191f53b9e8ff7d2fbba.tar.xz hercules-b7e6b7bd1ba5f4fb03c2b191f53b9e8ff7d2fbba.zip |
Fixed Alchemist combo's autospell casting on target instead of self
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9356 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/item_db.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index f038a0bb3..40df531cc 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -19,6 +19,8 @@ -----
========================
+11/28
+ * Fixed Alchemist combo's autospell casting on target instead of self [Playtester]
11/27
* Fixed up healing items [Playtester]
* Updated Rachel mob drops [Playtester]
diff --git a/db/item_db.txt b/db/item_db.txt index c4f552a51..127f9b08c 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -1508,7 +1508,7 @@ 4340,Teddy_Bear_Card,Teddy Bear Card,6,,10,10,,,,,,,,32,,,,,{ bonus2 bSubRace,RC_Undead,30; },{},{}
4341,Metaling_Card,Metaling Card,6,,10,10,,,,,,,,2,,,,,{ bonus3 bAutoSpell,215,1,50; },{},{}
4342,RSX_0806_Card,RSX 0806 Card,6,,10,10,,,,,,,,,,,,,{},{},{}
-4343,Holden_Card,Holden Card,6,,10,10,,,,,,,,769,,,,,{ bonus bLuk,2; if(isequipped(4186,4281,4036,4233)) { bonus bStr,4; bonus bMaxHPrate,7; bonus bMaxSPrate,7; bonus2 bSkillAtk,42,20; bonus bSPDrainValue,1; if(BaseJob == Job_Alchem) { bonus3 bAutoSpell,111,1,10; bonus2 bAddMonsterDropItem,7139,300; bonus2 bAddMonsterDropItem,905,300; } } },{},{}
+4343,Holden_Card,Holden Card,6,,10,10,,,,,,,,769,,,,,{ bonus bLuk,2; if(isequipped(4186,4281,4036,4233)) { bonus bStr,4; bonus bMaxHPrate,7; bonus bMaxSPrate,7; bonus2 bSkillAtk,42,20; bonus bSPDrainValue,1; if(BaseJob == Job_Alchem) { bonus4 bAutoSpell,111,1,10,0; bonus2 bAddMonsterDropItem,7139,300; bonus2 bAddMonsterDropItem,905,300; } } },{},{}
4344,Anopheles_Card,Anopheles Card,6,,10,10,,,,,,,,136,,,,,{ bonus3 bAddMonsterDropItem,12058,RC_Insect,300; },{},{}
4345,Hill_Wind_Card,Hill Wind Card,6,,10,10,,,,,,,,2,,,,,{ bonus2 bSkillAtk,21,2; bonus2 bSkillAtk,84,2; bonus2 bSkillAtk,85,2; },{},{}
4346,Egnigem_Cenia_Card,Egnigem Cenia Card,6,,10,10,,,,,,,,16,,,,,{ bonus bStr,readparam(bInt)/18; },{},{}
|