diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-05 16:30:47 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-05 16:30:47 +0000 |
commit | d99c0313edbb4bd24172f825b7d621ad620ec7d1 (patch) | |
tree | adac4c1ccf43f1a85c65f0e47dc3b4a8af9c8044 /src/map/status.h | |
parent | fc694ecbe6734d01c0a1626beb96f514fb06aa5e (diff) | |
download | hercules-d99c0313edbb4bd24172f825b7d621ad620ec7d1.tar.gz hercules-d99c0313edbb4bd24172f825b7d621ad620ec7d1.tar.bz2 hercules-d99c0313edbb4bd24172f825b7d621ad620ec7d1.tar.xz hercules-d99c0313edbb4bd24172f825b7d621ad620ec7d1.zip |
- Being in Enjoyable Rest state will now also trigger the HP/SP Time skills (even if there's no other TK around).
- Renamed SC_TKDORI to SC_TKREST (makes more sense if you ask me)
- Added battle config settings view_range_rate and chase_range_rate to adjust the view-range and chase-range (range2/range3) of the mob_db without having to manually change them.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6490 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/status.h b/src/map/status.h index e625bbc07..9d14cddf6 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -228,7 +228,7 @@ enum { SC_KAITE,
SC_SWOO, // [marquis007]
SC_SKA, // [marquis007]
- SC_TKDORI, // [marquis007]
+ SC_TKREST, // [marquis007]
SC_MIRACLE, //SG 'hidden' skill [Komurka]
//Ninja/GS states
SC_MADNESSCANCEL,
@@ -375,7 +375,7 @@ enum { SI_CLOSECONFINE2 = 201,
SI_MADNESSCANCEL = 203, //[blackhole89]
SI_GATLINGFEVER = 204,
- // 205 = Gloria again
+ SI_TKREST = 205, // 205 = Gloria again (but TK- Happy State looks like it)
SI_MAEMI = 206,
// 207 = crash
SI_NEN = 208,
|