diff options
author | Haru <haru@dotalux.com> | 2017-08-22 00:58:18 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2017-09-17 17:48:49 +0200 |
commit | e0f87b87835f117710558833d9957adf8d332db3 (patch) | |
tree | 5f3408d38fbd05ef946c9fcb9afdf1a8d21d1beb /db/item_db2.conf | |
parent | c1a02899ac3fc888f4141e02bc184869c5dd46bd (diff) | |
download | hercules-e0f87b87835f117710558833d9957adf8d332db3.tar.gz hercules-e0f87b87835f117710558833d9957adf8d332db3.tar.bz2 hercules-e0f87b87835f117710558833d9957adf8d332db3.tar.xz hercules-e0f87b87835f117710558833d9957adf8d332db3.zip |
Replace 256 with "EQP_HEAD_TOP" in the item_db Loc field
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db/item_db2.conf')
-rw-r--r-- | db/item_db2.conf | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/db/item_db2.conf b/db/item_db2.conf index 4e8c69c83..17325a291 100644 --- a/db/item_db2.conf +++ b/db/item_db2.conf @@ -214,7 +214,7 @@ item_db: ( Buy: 20 Weight: 200 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" ViewSprite: 206 Script: <" bonus2 bSubRace,RC_Demon,5; "> }, @@ -228,7 +228,7 @@ item_db: ( Buy: 20 Weight: 100 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" ViewSprite: 20 Script: <" bonus bMdef,1; @@ -246,7 +246,7 @@ item_db: ( Type: 5 Buy: 10 Weight: 100 - Loc: 256 + Loc: "EQP_HEAD_TOP" ViewSprite: 89 Script: <" bonus bAllStats,3; "> }, @@ -260,7 +260,7 @@ item_db: ( Buy: 0 Weight: 200 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" ViewSprite: 216 Script: <" bonus2 bExpAddRace, RC_All, 50; "> }, @@ -274,7 +274,7 @@ item_db: ( Buy: 20 Weight: 300 Def: 3 - Loc: 256 + Loc: "EQP_HEAD_TOP" ViewSprite: 144 Script: <" bonus bAllStats,3; "> }, @@ -288,7 +288,7 @@ item_db: ( Buy: 20 Weight: 200 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" ViewSprite: 206 Script: <" bonus bAllStats,2; @@ -323,7 +323,7 @@ item_db: ( Buy: 20 Weight: 500 Def: 4 - Loc: 256 + Loc: "EQP_HEAD_TOP" ViewSprite: 304 Script: <" bonus bAllStats,2; "> }, @@ -337,7 +337,7 @@ item_db: ( Buy: 20 Weight: 200 Def: 2 - Loc: 256 + Loc: "EQP_HEAD_TOP" ViewSprite: 206 Script: <" bonus bAllStats,2; @@ -574,7 +574,7 @@ item_db: ( Type: 5 Buy: 20 Def: 5 - Loc: 256 + Loc: "EQP_HEAD_TOP" ViewSprite: 206 Script: <" bonus bMdef,5; |