summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJedzkie <jedzkie13@rocketmail.com>2015-12-17 05:12:25 +0100
committerHaru <haru@dotalux.com>2015-12-17 05:24:55 +0100
commit0f9baf84467be99fda39c01331cfa29599b156a6 (patch)
tree253e8b1732d7fac920e27e2be6128218ff817e6e /db
parente4912485c05238f70a0bdbc038db076ec2a76330 (diff)
downloadhercules-0f9baf84467be99fda39c01331cfa29599b156a6.tar.gz
hercules-0f9baf84467be99fda39c01331cfa29599b156a6.tar.bz2
hercules-0f9baf84467be99fda39c01331cfa29599b156a6.tar.xz
hercules-0f9baf84467be99fda39c01331cfa29599b156a6.zip
Added Guillotine Cross Job in PRE-RE Poison Bottle.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db')
-rw-r--r--db/pre-re/item_db.conf9
-rw-r--r--db/re/item_db.conf9
2 files changed, 10 insertions, 8 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf
index c45c59202..a62a896f8 100644
--- a/db/pre-re/item_db.conf
+++ b/db/pre-re/item_db.conf
@@ -1890,11 +1890,12 @@ item_db: (
Weight: 100
BuyingStore: true
Script: <"
- if(Class==Job_Assassin_Cross) {
- sc_start SC_DPOISON,60000,0;
- sc_start SC_ATTHASTE_INFINITY,60000,0;
+ if (Class == Job_Assassin_Cross || Class == Job_Guillotine_Cross || Class == Job_Guillotine_Cross_T) {
+ sc_start SC_DPOISON, 60000, 0;
+ sc_start SC_ATTHASTE_INFINITY, 60000, 0;
+ } else {
+ percentheal -100, -100;
}
- else percentheal -100,-100;
">
},
{
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 448138941..02eac10a8 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -1908,11 +1908,12 @@ item_db: (
Weight: 100
BuyingStore: true
Script: <"
- if(Class == Job_Assassin_Cross || Class == Job_Guillotine_Cross || Class == Job_Guillotine_Cross_T) {
- sc_start SC_DPOISON,60000,0;
- sc_start SC_ATTHASTE_INFINITY,60000,9;
+ if (Class == Job_Assassin_Cross || Class == Job_Guillotine_Cross || Class == Job_Guillotine_Cross_T) {
+ sc_start SC_DPOISON, 60000, 0;
+ sc_start SC_ATTHASTE_INFINITY, 60000, 9;
+ } else {
+ percentheal -100, -100;
}
- else percentheal -100,-100;
">
},
{