summaryrefslogtreecommitdiff
path: root/doc/item_bonus.txt
diff options
context:
space:
mode:
authorPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-17 20:28:47 +0000
committerPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-17 20:28:47 +0000
commit6a3e9e120c684f418171da79f6de9f4f6096a0dc (patch)
treefcec63a247d6dd1db54ce5a8b93a3a4c9f8b8597 /doc/item_bonus.txt
parentbfb41dab6775837b019cda58cd7bd0fef894f0bf (diff)
downloadhercules-6a3e9e120c684f418171da79f6de9f4f6096a0dc.tar.gz
hercules-6a3e9e120c684f418171da79f6de9f4f6096a0dc.tar.bz2
hercules-6a3e9e120c684f418171da79f6de9f4f6096a0dc.tar.xz
hercules-6a3e9e120c684f418171da79f6de9f4f6096a0dc.zip
Fixed the item_bonus doc saying autospell3 rate is y% rather than y/10%
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6634 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/item_bonus.txt')
-rw-r--r--doc/item_bonus.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/item_bonus.txt b/doc/item_bonus.txt
index 3d64f3482..4ecf01503 100644
--- a/doc/item_bonus.txt
+++ b/doc/item_bonus.txt
@@ -123,7 +123,7 @@ bonus3 bAddMonsterDropItem,n,x,y; When killing monsters from race x with physica
0=Formless, 1=Undead, 2=Brute, 3=Plant, 4=Insect, 5=Fish, 6=Demon, 7=Demi-Human, 8=Angel, 9=Dragon, 10=Boss monster, 11=Other than (normal monster) boss monster
if 'x' is negative value, then it's a part of formula
chance = -x*(killed_mob_level/10)+1
-bonus3 bAutoSpell,n,x,y; Auto Spell casting of spell n at level x with y% chance
+bonus3 bAutoSpell,n,x,y; Auto Spell casting of spell n at level x with y/10% chance
// bAddDamageClass, bAddMagicDamageClass and bAddMonsterDropItem it is setting possible up to 10. Those which exceed 10 are ignored.
// those which can be used with the arrow are only bCritical, bAtkEle, bHit, bAddEle, bAddRace, bAddSize and bAddEff. The other things are ignored.