diff options
Diffstat (limited to 'db/pre-re/item_db.conf')
-rw-r--r-- | db/pre-re/item_db.conf | 46 |
1 files changed, 23 insertions, 23 deletions
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 |