From d9ad1cc97be0a90b3ef2f653ae2d2cdd77dddd83 Mon Sep 17 00:00:00 2001 From: Jedzkie Date: Thu, 19 Nov 2015 20:44:18 +0800 Subject: ItemDB Updates: - Fix 'Light Concentration Potion', 'Light Awakening Potion' and 'Light Berserk Potion' not giving additional ASPD when used. Thanks to Emistry. (Ref: http://herc.ws/board/tracker/issue-8482-light-centerawakeningbersek-potion/) - Change the 'Fools Day Box' and 'Fools Day Box2' variable from .@i to .@temp. - Added 9 New Items and its trade restriction based on itemmoveinfov5.txt of kRO. • Infinite Concentration Potion (ID#12884) (Ref: http://www.divine-pride.net/database/item/12884) • Infinite Awakening Potion (ID#12885) (Ref: http://www.divine-pride.net/database/item/12885) • Infinite Berserk Potion (ID#12886) (Ref: http://www.divine-pride.net/database/item/12886) • Infinite Fly Wing (ID:12887) (Ref: http://www.divine-pride.net/database/item/12887) • Infinite Concentration Potion Box (ID#17226) (Ref: http://www.divine-pride.net/database/item/17226) • Infinite Awakening Potion Box (ID#17227) (Ref: http://www.divine-pride.net/database/item/17227) • Infinite Berserk Potion Box (ID#17228) (Ref: http://www.divine-pride.net/database/item/17228) • Infinite Fly Wing Box (ID:17229) (Ref: http://www.divine-pride.net/database/item/17229) • Infinite Fly Wing Box 3Days (ID:17251) (Ref: http://www.divine-pride.net/database/item/17251) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/pre-re/item_db.conf | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'db/pre-re') diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index cbd28b8b6..6bca307e7 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -67027,16 +67027,16 @@ item_db: ( sitting: true } Script: <" - .@i = rand(1,10); - if (.@i == 1) itemskill AL_TELEPORT,1; - else if (.@i == 2) itemskill AL_TELEPORT,3; - else if (.@i == 3) percentheal 50,0; - else if (.@i == 4) percentheal 0,50; - else if (.@i == 5) percentheal 50,50; - else if (.@i == 6) getitem Apple,1; - else if (.@i == 7) itemskill ALL_REVERSEORCISH,1; - else if (.@i == 8) specialeffect2 EF_MAPPILLAR2; - else if (.@i == 9) specialeffect2 EF_ANGEL2; + .@temp = rand(1,10); + if (.@temp == 1) itemskill AL_TELEPORT,1; + else if (.@temp == 2) itemskill AL_TELEPORT,3; + else if (.@temp == 3) percentheal 50,0; + else if (.@temp == 4) percentheal 0,50; + else if (.@temp == 5) percentheal 50,50; + else if (.@temp == 6) getitem Apple,1; + else if (.@temp == 7) itemskill ALL_REVERSEORCISH,1; + else if (.@temp == 8) specialeffect2 EF_MAPPILLAR2; + else if (.@temp == 9) specialeffect2 EF_ANGEL2; else specialeffect2 EF_COIN; "> }, @@ -67056,16 +67056,16 @@ item_db: ( sitting: true } Script: <" - .@i = rand(1,10); - if (.@i == 1) itemskill TF_DETOXIFY,1; - else if (.@i == 2) itemskill TF_PICKSTONE,1; - else if (.@i == 3) itemskill BA_FROSTJOKER,1; - else if (.@i == 4) itemskill DC_SCREAM,1; - else if (.@i == 5) percentheal 50,50; - else if (.@i == 6) getitem Jellopy,1; - else if (.@i == 7) itemskill AL_RUWACH,1; - else if (.@i == 8) specialeffect2 EF_BEGINASURA; - else if (.@i == 9) specialeffect2 EF_MVP; + .@temp = rand(1,10); + if (.@temp == 1) itemskill TF_DETOXIFY,1; + else if (.@temp == 2) itemskill TF_PICKSTONE,1; + else if (.@temp == 3) itemskill BA_FROSTJOKER,1; + else if (.@temp == 4) itemskill DC_SCREAM,1; + else if (.@temp == 5) percentheal 50,50; + else if (.@temp == 6) getitem Jellopy,1; + else if (.@temp == 7) itemskill AL_RUWACH,1; + else if (.@temp == 8) specialeffect2 EF_BEGINASURA; + else if (.@temp == 9) specialeffect2 EF_MVP; else specialeffect2 EF_CURSEATTACK; "> }, @@ -86717,7 +86717,7 @@ item_db: ( Type: 2 Buy: 800 Weight: 20 - Script: <" sc_start SC_ATTHASTE_POTION1,1800000,0; "> + Script: <" sc_start SC_ATTHASTE_POTION1,1800000,4; "> }, { Id: 14510 @@ -86728,7 +86728,7 @@ item_db: ( Weight: 20 Job: 0xFFF7FEEF EquipLv: 40 - Script: <" sc_start SC_ATTHASTE_POTION2,1800000,0; "> + Script: <" sc_start SC_ATTHASTE_POTION2,1800000,6; "> }, { Id: 14511 @@ -86739,7 +86739,7 @@ item_db: ( Weight: 20 Job: 0x01E646A6 EquipLv: 85 - Script: <" sc_start SC_ATTHASTE_POTION3,1800000,0; "> + Script: <" sc_start SC_ATTHASTE_POTION3,1800000,9; "> }, { Id: 14512 -- cgit v1.2.3-60-g2f50