diff options
author | malufett <malufett.eat.my.binaries@gmail.com> | 2013-07-21 21:07:49 +0800 |
---|---|---|
committer | malufett <malufett.eat.my.binaries@gmail.com> | 2013-07-21 21:07:49 +0800 |
commit | 760faf643731de9d38623dce4d129375801f8b33 (patch) | |
tree | 12a748aa89937f240f9c8eba472e58501f94008f /db/abra_db.txt | |
parent | 8b00d9bd079514a1c307ef5d2e6614055e8f874e (diff) | |
parent | fe946e819d935ca92208e32b6b2766ec92b30601 (diff) | |
download | hercules-760faf643731de9d38623dce4d129375801f8b33.tar.gz hercules-760faf643731de9d38623dce4d129375801f8b33.tar.bz2 hercules-760faf643731de9d38623dce4d129375801f8b33.tar.xz hercules-760faf643731de9d38623dce4d129375801f8b33.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'db/abra_db.txt')
-rw-r--r-- | db/abra_db.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/db/abra_db.txt b/db/abra_db.txt index 41c1b6eae..2eb770abd 100644 --- a/db/abra_db.txt +++ b/db/abra_db.txt @@ -1,16 +1,17 @@ // Hocus-Pocus (Abrakadabra) Castable Skills Database // // Structure of Database: -// SkillID,DummyName,RequiredHocusPocusLevel,Rate +// SkillID,DummyName,RequiredHocusPocusLevel,Rate // // 01. SkillID Skill ID to be casted by hocus pocus. // 02. DummyName Name of the skill (informative, not used by server). // 03. RequiredHocusPocusLevel Minimum skill level of hocus pocus for the current skill to be selected. -// 04. Rate Chance at which the skill is selected (1 = 0.01%, 10000 = 100%). +// 04. Rate Chance at which a skill is selected (1 = 0.01%, 10000 = 100%). // // NOTE: The skill is picked at random from the entire database and then tested for rate. If it -// does not succeed at that rate, an another skill is picked and tested. This continues +// does not succeed at that rate, another skill is picked and tested. This continues // until a skill succeeds. +//==================================================== //1,Basic Skill,1,0 |