diff options
author | Mysteries <mysteriousragnarok@hotmail.com> | 2013-07-11 13:10:28 -0400 |
---|---|---|
committer | Mysteries <mysteriousragnarok@hotmail.com> | 2013-07-11 13:10:39 -0400 |
commit | 0683c5f38cdefa3735c3d0abc1b74abaa68cf5c4 (patch) | |
tree | 0145380a25f9949b54747a2fd6a8e576d430944b /db/abra_db.txt | |
parent | 8b797c5b00de5b9950fc01108b04ceac56fc46de (diff) | |
download | hercules-0683c5f38cdefa3735c3d0abc1b74abaa68cf5c4.tar.gz hercules-0683c5f38cdefa3735c3d0abc1b74abaa68cf5c4.tar.bz2 hercules-0683c5f38cdefa3735c3d0abc1b74abaa68cf5c4.tar.xz hercules-0683c5f38cdefa3735c3d0abc1b74abaa68cf5c4.zip |
Some fixes regarding Sentences, and Alignment
Also, Fixed Bug#7504 -
http://hercules.ws/board/tracker/issue-7504-missing-monsters/?gopid=1929
1#entry19291
~Merged from rAthena
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 |