From 0f9baf84467be99fda39c01331cfa29599b156a6 Mon Sep 17 00:00:00 2001 From: Jedzkie Date: Thu, 17 Dec 2015 05:12:25 +0100 Subject: Added Guillotine Cross Job in PRE-RE Poison Bottle. Signed-off-by: Haru --- db/pre-re/item_db.conf | 9 +++++---- db/re/item_db.conf | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) (limited to 'db') 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; "> }, { -- cgit v1.2.3-60-g2f50