diff options
-rw-r--r-- | db/pre-re/item_db.conf | 9 | ||||
-rw-r--r-- | db/re/item_db.conf | 9 |
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; "> }, { |