summaryrefslogtreecommitdiff
path: root/db/constants.conf
diff options
context:
space:
mode:
authorEyesOfAHawk <blackoutro2006@gmail.com>2019-02-28 03:30:54 +1300
committerEyesOfAHawk <blackoutro2006@gmail.com>2019-02-28 03:30:54 +1300
commitf70a887b188dbd88c45c9992cd18a33b6886005f (patch)
tree060edb33fa2a4fb48e76bc21eafd0e514d99df36 /db/constants.conf
parent1ac84c2dd856087a4a72fec95b3322137187637a (diff)
downloadhercules-f70a887b188dbd88c45c9992cd18a33b6886005f.tar.gz
hercules-f70a887b188dbd88c45c9992cd18a33b6886005f.tar.bz2
hercules-f70a887b188dbd88c45c9992cd18a33b6886005f.tar.xz
hercules-f70a887b188dbd88c45c9992cd18a33b6886005f.zip
Adds 'cell_noskill' which blocks skill usage.
Diffstat (limited to 'db/constants.conf')
-rw-r--r--db/constants.conf26
1 files changed, 16 insertions, 10 deletions
diff --git a/db/constants.conf b/db/constants.conf
index 598bc89c4..1914c1f15 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -426,17 +426,20 @@ constants_db: {
mf_pairship_endable: 58
comment__: "Cell Properties"
- cell_walkable: 0
- cell_shootable: 1
- cell_water: 2
- cell_npc: 3
- cell_basilica: 4
- cell_landprotector: 5
- cell_novending: 6
- cell_nochat: 7
+ cell_walkable: 0
+ cell_shootable: 1
+ cell_water: 2
+ cell_npc: 3
+ cell_basilica: 4
+ cell_landprotector: 5
+ cell_novending: 6
+ cell_nochat: 7
+ cell_icewall: 8
+ cell_noicewall: 9
+ cell_noskill: 10
comment__: "Cell checks"
- //cell_gettype: 0
+ cell_gettype: 0
cell_chkwall: 1
cell_chkwater: 2
cell_chkcliff: 3
@@ -444,12 +447,15 @@ constants_db: {
cell_chkreach: 5
cell_chknopass: 6
cell_chknoreach: 7
- //cell_chkstack: 8
+ cell_chkstack: 8
cell_chknpc: 9
cell_chkbasilica: 10
cell_chklandprotector: 11
cell_chknovending: 12
cell_chknochat: 13
+ cell_chkicewall: 14
+ cell_chknoicewall: 15
+ cell_chknoskill: 16
comment__: "Bonuses / Parameter IDs"
bMaxHP: 6