From 9dc44927ccf5ae88a40e92be5c7c2146cdb5eb06 Mon Sep 17 00:00:00 2001 From: Jedzkie Date: Wed, 23 Dec 2015 11:30:24 +0800 Subject: Item Update: - Update the Genetic Sling / Food items - AegisNames - iRO Names - Prices - Weight - Added official effect for HP Increase Potions and SP Increase Potions. - Fix Banana Bomb sitting behavior. --- db/const.txt | 2 + db/pre-re/item_db.conf | 300 +++++++++++++++++++++++-------------------------- db/re/item_db.conf | 145 +++++++++--------------- db/sc_config.txt | 13 +++ 4 files changed, 209 insertions(+), 251 deletions(-) (limited to 'db') diff --git a/db/const.txt b/db/const.txt index e2cff732b..4837b3898 100644 --- a/db/const.txt +++ b/db/const.txt @@ -1343,6 +1343,8 @@ SC_MOVHASTE_POTION 632 SC_MOVESLOW_POTION 633 SC_BUCHEDENOEL 634 SC_PHI_DEMON 635 +SC_PROMOTE_HEALTH_RESERCH 636 +SC_ENERGY_DRINK_RESERCH 637 e_gasp 0 e_what 1 diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index 4d892840c..6bf556304 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -67306,6 +67306,7 @@ item_db: ( Type: 2 Buy: 100 Weight: 50 + Script: <" sc_start SC_BOOST500, 500000, 10; "> }, { Id: 12418 @@ -67315,210 +67316,200 @@ item_db: ( Buy: 100 Weight: 50 BuyingStore: true + Script: <" sc_start SC_FULL_SWING_K, 500000, 50; "> }, { Id: 12419 AegisName: "Mana_Plus" - Name: "Mana Plus" + Name: "Mana +" Type: 2 Buy: 100 Weight: 50 BuyingStore: true + Script: <" sc_start SC_MANA_PLUS, 500000, 50; "> }, { Id: 12420 AegisName: "Stamina_Up_M" - Name: "Stamina Up M" + Name: "Muramura(M)" Type: 2 Buy: 100 Weight: 50 + Script: <" sc_start SC_MUSTLE_M, 500000, 5; "> }, { Id: 12421 AegisName: "Digestive_F" - Name: "Falmons F" - Type: 3 - Buy: 10 - Weight: 10 + Name: "Falmons(F)" + Type: 2 + Buy: 100 + Weight: 50 + Script: <" sc_start SC_LIFE_FORCE_F, 500000, 5; "> }, { Id: 12422 - AegisName: "HP_Increase_Potion_(Small)" - Name: "HP Increase Potion (Small)" - Type: 0 - Buy: 10 - Weight: 10 + AegisName: "HP_Increase_PotionS" + Name: "HP Increase Potion(Small)" + Type: 2 + Buy: 100 + Weight: 20 BuyingStore: true - Script: <" - sc_start SC_INCMHPRATE,500000,1; - sc_start SC_INCMHP,500000,(500+(10/3)*BaseLevel); - percentheal 2,0; - "> + Script: <" sc_start4 SC_PROMOTE_HEALTH_RESERCH, 500000, 1, 1, 500, 2; "> }, { Id: 12423 - AegisName: "HP_Increase_Potion_(Medium)" - Name: "HP Increase Potion (Medium)" - Type: 0 - Buy: 10 - Weight: 10 + AegisName: "HP_Increase_PotionM" + Name: "HP Increase Potion(Mid)" + Type: 2 + Buy: 100 + Weight: 40 BuyingStore: true - Script: <" - sc_start SC_INCMHPRATE,500000,2; - sc_start SC_INCMHP,500000,(1500+(10/3)*BaseLevel); - percentheal 3,0; - "> + Script: <" sc_start4 SC_PROMOTE_HEALTH_RESERCH, 500000, 1, 2, 1500, 3; "> }, { Id: 12424 - AegisName: "HP_Increase_Potion_(Large)" - Name: "HP Increase Potion (Large)" - Type: 0 - Buy: 10 - Weight: 10 + AegisName: "HP_Increase_PotionL" + Name: "HP Increase Potion(Large)" + Type: 2 + Buy: 100 + Weight: 80 BuyingStore: true - Script: <" - sc_start SC_INCMHPRATE,500000,5; - sc_start SC_INCMHP,500000,(2500+(10/3)*BaseLevel); - percentheal 5,0; - "> + Script: <" sc_start4 SC_PROMOTE_HEALTH_RESERCH, 500000, 1, 3, 2500, 5; "> }, { Id: 12425 - AegisName: "SP_Increase_Potion_(Small)" - Name: "SP Increase Potion (Small)" - Type: 0 - Buy: 10 - Weight: 10 + AegisName: "SP_Increase_PotionS" + Name: "SP Increase Potion(Small)" + Type: 2 + Buy: 100 + Weight: 20 BuyingStore: true - Script: <" - sc_start SC_INCMSPRATE,500000,2; - percentheal 0,2; - "> + Script: <" sc_start4 SC_ENERGY_DRINK_RESERCH, 500000, 1, 1, 0, 2; "> }, { Id: 12426 - AegisName: "SP_Increase_Potion_(Medium)" - Name: "SP Increase Potion (Medium)" - Type: 0 - Buy: 10 - Weight: 10 + AegisName: "SP_Increase_PotionM" + Name: "SP Increase Potion(Mid)" + Type: 2 + Buy: 100 + Weight: 40 BuyingStore: true - Script: <" - sc_start SC_INCMSPRATE,500000,4; - percentheal 0,4; - "> + Script: <" sc_start4 SC_ENERGY_DRINK_RESERCH, 500000, 1, 2, 0, 4; "> }, { Id: 12427 - AegisName: "SP_Increase_Potion_(Large)" - Name: "SP Increase Potion (Large)" - Type: 0 - Buy: 10 - Weight: 10 + AegisName: "SP_Increase_PotionL" + Name: "SP Increase Potion(Large)" + Type: 2 + Buy: 100 + Weight: 80 BuyingStore: true - Script: <" - sc_start SC_INCMSPRATE,500000,8; - percentheal 0,8; - "> + Script: <" sc_start4 SC_ENERGY_DRINK_RESERCH, 500000, 1, 3, 0, 8; "> }, { Id: 12428 AegisName: "Enrich_White_PotionZ" - Name: "Concentrated White Potion Z" - Type: 0 - Buy: 10 - Weight: 10 + Name: "Enriched White PotionZ" + Type: 2 + Buy: 100 + Weight: 70 BuyingStore: true Script: <" - sc_start SC_EXTRACT_WHITE_POTION_Z,500000,20; - heal 1000,0; + sc_start SC_EXTRACT_WHITE_POTION_Z, 500000, 20; + heal 1000, 0; "> }, { Id: 12429 AegisName: "Savage_BBQ" - Name: "Savage Full Roast" + Name: "Savage BBQ" Type: 2 + Buy: 1000 Weight: 50 BuyingStore: true - Script: <" sc_start SC_SAVAGE_STEAK,300000,20; "> + Script: <" sc_start SC_SAVAGE_STEAK, 300000, 20; "> }, { Id: 12430 AegisName: "Wug_Blood_Cocktail" - Name: "Cocktail Warg Blood" + Name: "Warg Blood Cocktail" Type: 2 + Buy: 1000 Weight: 50 BuyingStore: true - Script: <" sc_start SC_COCKTAIL_WARG_BLOOD,300000,20; "> + Script: <" sc_start SC_COCKTAIL_WARG_BLOOD, 300000, 20; "> }, { Id: 12431 AegisName: "Minor_Brisket" - Name: "Minor Stew" + Name: "Minor Brisket" Type: 2 + Buy: 1000 Weight: 50 BuyingStore: true - Script: <" sc_start SC_MINOR_BBQ,300000,20; "> + Script: <" sc_start SC_MINOR_BBQ, 300000, 20; "> }, { Id: 12432 AegisName: "Siroma_Icetea" - Name: "Siroma Iced Tea" + Name: "Siroma Icetea" Type: 2 + Buy: 1000 Weight: 50 BuyingStore: true - Script: <" sc_start SC_SIROMA_ICE_TEA,300000,20; "> + Script: <" sc_start SC_SIROMA_ICE_TEA, 300000, 20; "> }, { Id: 12433 AegisName: "Drocera_Herb_Stew" - Name: "Drosera Herb Salad" + Name: "Drosera Herb Stew" Type: 2 + Buy: 1000 Weight: 50 BuyingStore: true - Script: <" sc_start SC_DROCERA_HERB_STEAMED,300000,20; "> + Script: <" sc_start SC_DROCERA_HERB_STEAMED, 300000, 20; "> }, { Id: 12434 AegisName: "Petti_Tail_Noodle" Name: "Petite Tail Noodles" Type: 2 + Buy: 1000 Weight: 50 BuyingStore: true - Script: <" sc_start SC_PUTTI_TAILS_NOODLES,300000,20; "> + Script: <" sc_start SC_PUTTI_TAILS_NOODLES, 300000, 20; "> }, { Id: 12435 AegisName: "Black_Thing" - Name: "Black Mass" + Name: "Black Thing" Type: 2 + Buy: 1000 Weight: 50 - Script: <" sc_start2 SC_STOMACHACHE,60000,rand(5,10),75; "> + Script: <" sc_start2 SC_STOMACHACHE, 60000, rand(5,10), 75; "> }, { Id: 12436 AegisName: "Vitata500" - Name: "Vitata 500" - Type: 0 - Buy: 10 - Weight: 10 + Name: "Vitata500" + Type: 2 + Buy: 100 + Weight: 50 BuyingStore: true Script: <" - sc_start2 SC_VITATA_500,500000,20,5; - itemheal 0,200; + sc_start2 SC_VITATA_500,500000, 20, 5; + heal 0, 200; "> }, { Id: 12437 AegisName: "Enrich_Celermine_Juice" - Name: "Concentrated Ceromain Soup" + Name: "Enrich Celermine Juice" Type: 2 - Buy: 10 - Weight: 10 + Buy: 100 + Weight: 50 BuyingStore: true - Script: <" sc_start SC_EXTRACT_SALAMINE_JUICE,500000,10; "> + Script: <" sc_start SC_EXTRACT_SALAMINE_JUICE, 500000, 10; "> }, { Id: 12438 @@ -73851,7 +73842,7 @@ item_db: ( { Id: 13266 AegisName: "Black_Hard_Lump" - Name: "Hard Black Lump" + Name: "Black Hard Lump" Type: 10 Buy: 100 Weight: 50 @@ -73864,7 +73855,7 @@ item_db: ( { Id: 13267 AegisName: "Very_Hard_Lump" - Name: "Extremely Hard Black Lump" + Name: "Very Hard Lump" Type: 10 Buy: 100 Weight: 50 @@ -73886,12 +73877,12 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" sc_start SC_MYSTERIOUS_POWDER,10000,2; "> + Script: <" sc_start SC_MYSTERIOUS_POWDER, 10000, 2; "> }, { Id: 13269 AegisName: "Boost500_To_Throw" - Name: "Throwing Boost 500" + Name: "Throwing Boost500" Type: 10 Buy: 100 Weight: 10 @@ -73900,12 +73891,12 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" sc_start SC_BOOST500,500000,10; "> + Script: <" sc_start SC_BOOST500, 500000, 10; "> }, { Id: 13270 AegisName: "Full_SwingK_To_Throw" - Name: "Throwing Full Swing K" + Name: "Full SwingK Throw" Type: 10 Buy: 100 Weight: 50 @@ -73914,12 +73905,12 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" sc_start SC_FULL_SWING_K,500000,50; "> + Script: <" sc_start SC_FULL_SWING_K, 500000, 50; "> }, { Id: 13271 AegisName: "Mana_Plus_To_Throw" - Name: "Throwing Mana Plus" + Name: "Mana + Throw" Type: 10 Buy: 100 Weight: 50 @@ -73928,12 +73919,12 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" sc_start SC_MANA_PLUS,500000,50; "> + Script: <" sc_start SC_MANA_PLUS, 500000, 50; "> }, { Id: 13272 AegisName: "Cure_Free_To_Throw" - Name: "Throwing Cure Free" + Name: "Cure Free Throw" Type: 10 Buy: 100 Weight: 50 @@ -73943,16 +73934,19 @@ item_db: ( EquipLv: 99 View: 9 Script: <" + sc_end SC_SILENCE; sc_end SC_BLOODING; + sc_end SC_POISON; sc_end SC_CURSE; - sc_end SC_SILENCE; - itemheal rand(1000,1200),0; + sc_end SC_ORCISH; + sc_end SC_PROPERTYUNDEAD; + heal 500, 0; "> }, { Id: 13273 AegisName: "Stamina_Up_M_To_Throw" - Name: "Throwing Muramura M" + Name: "Throwing Muramura(M)" Type: 10 Buy: 100 Weight: 10 @@ -73961,12 +73955,12 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" sc_start SC_MUSTLE_M,500000,5; "> + Script: <" sc_start SC_MUSTLE_M, 500000, 5; "> }, { Id: 13274 AegisName: "Digestive_F_To_Throw" - Name: "Throwing Falmons F" + Name: "Throwing Falmons(F)" Type: 10 Buy: 100 Weight: 10 @@ -73975,12 +73969,12 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" sc_start SC_LIFE_FORCE_F,500000,5; "> + Script: <" sc_start SC_LIFE_FORCE_F, 500000, 5; "> }, { Id: 13275 AegisName: "HP_Inc_PotS_To_Throw" - Name: "Throwing Increase HP Potion (Small)" + Name: "HP Increase Potion(Small) Throw" Type: 10 Buy: 100 Weight: 20 @@ -73989,15 +73983,12 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" - sc_start SC_INCMHPRATE,500000,1; - percentheal 1,0; - "> + Script: <" sc_start4 SC_PROMOTE_HEALTH_RESERCH, 500000, 2, 1, 500, 2; "> }, { Id: 13276 AegisName: "HP_Inc_PotM_To_Throw" - Name: "Throwing Increase HP Potion (Medium)" + Name: "HP Increase Potion(Mid) Throw" Type: 10 Buy: 100 Weight: 40 @@ -74006,15 +73997,12 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" - sc_start SC_INCMHPRATE,500000,2; - percentheal 2,0; - "> + Script: <" sc_start4 SC_PROMOTE_HEALTH_RESERCH, 500000, 2, 2, 1500, 3; "> }, { Id: 13277 AegisName: "HP_Inc_PotL_To_Throw" - Name: "Throwing Increase HP Potion (Large)" + Name: "HP Increase Potion(Large) Throw" Type: 10 Buy: 100 Weight: 80 @@ -74023,15 +74011,12 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" - sc_start SC_INCMHPRATE,500000,5; - percentheal 5,0; - "> + Script: <" sc_start4 SC_PROMOTE_HEALTH_RESERCH, 500000, 2 3, 2500, 5; "> }, { Id: 13278 AegisName: "SP_Inc_PotS_To_Throw" - Name: "Throwing Increase SP Potion (Small)" + Name: "SP Increase Potion(Small) Throw" Type: 10 Buy: 100 Weight: 20 @@ -74040,15 +74025,12 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" - sc_start SC_INCMSPRATE,500000,2; - percentheal 0,2; - "> + Script: <" sc_start4 SC_ENERGY_DRINK_RESERCH, 500000, 2, 1, 0, 2; "> }, { Id: 13279 AegisName: "SP_Inc_PotM_To_Throw" - Name: "Throwing Increase SP Potion (Medium)" + Name: "SP Increase Potion(Mid) Throw" Type: 10 Buy: 100 Weight: 40 @@ -74057,15 +74039,12 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" - sc_start SC_INCMSPRATE,500000,4; - percentheal 0,4; - "> + Script: <" sc_start4 SC_ENERGY_DRINK_RESERCH, 500000, 2, 2, 0, 4; "> }, { Id: 13280 AegisName: "SP_Inc_PotL_To_Throw" - Name: "Throwing Increase SP Potion (Large)" + Name: "SP Increase Potion(Large) Throw" Type: 10 Buy: 100 Weight: 80 @@ -74074,15 +74053,12 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" - sc_start SC_INCMSPRATE,500000,8; - percentheal 0,8; - "> + Script: <" sc_start4 SC_ENERGY_DRINK_RESERCH, 500000, 2, 3, 0, 8; "> }, { Id: 13281 AegisName: "En_White_PotZ_To_Throw" - Name: "Throwing Concentrated White Potion Z" + Name: "Enriched White PotionZ Throw" Type: 10 Buy: 100 Weight: 70 @@ -74092,14 +74068,14 @@ item_db: ( EquipLv: 99 View: 9 Script: <" - sc_start SC_EXTRACT_WHITE_POTION_Z,500000,20; - itemheal rand(1500,1600),0; + sc_start SC_EXTRACT_WHITE_POTION_Z, 500000, 20; + heal 1000, 0; "> }, { Id: 13282 AegisName: "Vitata500_To_Throw" - Name: "Throwing Vitata 500" + Name: "Vitata50 Throw0" Type: 10 Buy: 100 Weight: 50 @@ -74108,12 +74084,15 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" sc_start SC_VITATA_500,500000,20; "> + Script: <" + sc_start2 SC_VITATA_500, 500000, 20, 5; + heal 0, 200; + "> }, { Id: 13283 AegisName: "En_Cel_Juice_To_Throw" - Name: "Throwing Ceromain Soup" + Name: "Enrich Celermine Juice Throw" Type: 10 Buy: 100 Weight: 50 @@ -74122,15 +74101,12 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" - sc_start SC_EXTRACT_SALAMINE_JUICE,500000,10; - itemheal rand(1500,1600),0; - "> + Script: <" sc_start SC_EXTRACT_SALAMINE_JUICE, 500000, 10; "> }, { Id: 13284 AegisName: "Savage_BBQ_To_Throw" - Name: "Throwing Savage Full Roast" + Name: "Savage BBQ Throw" Type: 10 Buy: 100 Weight: 50 @@ -74139,12 +74115,12 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" sc_start SC_SAVAGE_STEAK,300000,20; "> + Script: <" sc_start SC_SAVAGE_STEAK, 300000, 20; "> }, { Id: 13285 AegisName: "Wug_Cocktail_To_Throw" - Name: "Throwing Cocktail Warg Blood" + Name: "Warg Cocktail To Throw" Type: 10 Buy: 100 Weight: 50 @@ -74153,12 +74129,12 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" sc_start SC_COCKTAIL_WARG_BLOOD,300000,20; "> + Script: <" sc_start SC_COCKTAIL_WARG_BLOOD, 300000, 20; "> }, { Id: 13286 AegisName: "M_Brisket_To_Throw" - Name: "Throwing Minor Stew" + Name: "M Brisket To Throw" Type: 10 Buy: 100 Weight: 50 @@ -74167,12 +74143,12 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" sc_start SC_MINOR_BBQ,300000,20; "> + Script: <" sc_start SC_MINOR_BBQ, 300000, 20; "> }, { Id: 13287 AegisName: "Siroma_Icetea_To_Throw" - Name: "Throwing Siroma Iced Tea" + Name: "Siroma Icetea To Throw" Type: 10 Buy: 100 Weight: 50 @@ -74181,12 +74157,12 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" sc_start SC_SIROMA_ICE_TEA,300000,20; "> + Script: <" sc_start SC_SIROMA_ICE_TEA, 300000, 20; "> }, { Id: 13288 AegisName: "Drocera_Stew_To_Throw" - Name: "Throwing Drosera Herb Salad" + Name: "Drosera Stew To Throw" Type: 10 Buy: 100 Weight: 50 @@ -74195,12 +74171,12 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" sc_start SC_DROCERA_HERB_STEAMED,300000,20; "> + Script: <" sc_start SC_DROCERA_HERB_STEAMED, 300000, 20; "> }, { Id: 13289 AegisName: "Petti_Noodle_To_Throw" - Name: "Throwing Petite Tail Soup" + Name: "Petite Noodle To Throw" Type: 10 Buy: 100 Weight: 50 @@ -74209,12 +74185,12 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" sc_start SC_PUTTI_TAILS_NOODLES,300000,20; "> + Script: <" sc_start SC_PUTTI_TAILS_NOODLES, 300000, 20; "> }, { Id: 13290 AegisName: "Black_Thing_To_Throw" - Name: "Throwing Black Mass" + Name: "Black Thing To Throw" Type: 10 Buy: 100 Weight: 50 @@ -74223,7 +74199,7 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" sc_start2 SC_STOMACHACHE,60000,rand(5,10),75; "> + Script: <" sc_start2 SC_STOMACHACHE, 60000, rand(5,10), 75; "> }, //== Ninja Fuuma Shurikens ================================= diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 00935594e..1f8e54a9c 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -82383,6 +82383,7 @@ item_db: ( Type: 2 Buy: 100 Weight: 50 + Script: <" sc_start SC_BOOST500, 500000, 10; "> }, { Id: 12418 @@ -82392,6 +82393,7 @@ item_db: ( Buy: 100 Weight: 50 BuyingStore: true + Script: <" sc_start SC_FULL_SWING_K, 500000, 50; "> }, { Id: 12419 @@ -82401,6 +82403,7 @@ item_db: ( Buy: 100 Weight: 50 BuyingStore: true + Script: <" sc_start SC_MANA_PLUS, 500000, 50; "> }, { Id: 12420 @@ -82409,39 +82412,36 @@ item_db: ( Type: 2 Buy: 100 Weight: 50 + Script: <" sc_start SC_MUSTLE_M, 500000, 5; "> }, { Id: 12421 AegisName: "Digestive_F" Name: "Falmons(F)" + Type: 2 Buy: 100 Weight: 50 + Script: <" sc_start SC_LIFE_FORCE_F, 500000, 5; "> }, { Id: 12422 AegisName: "HP_Increase_PotionS" Name: "HP Increase Potion(Small)" - Type: 0 + Type: 2 Buy: 100 Weight: 20 BuyingStore: true - Script: <" - sc_start SC_INCMHP,500000,(500+(10/3)*BaseLevel); - percentheal 2,0; - "> + Script: <" sc_start4 SC_PROMOTE_HEALTH_RESERCH, 500000, 1, 1, 500, 2; "> }, { Id: 12423 AegisName: "HP_Increase_PotionM" Name: "HP Increase Potion(Mid)" - Type: 0 + Type: 2 Buy: 100 Weight: 40 BuyingStore: true - Script: <" - sc_start SC_INCMHP,500000,(1500+(10/3)*BaseLevel); - percentheal 3,0; - "> + Script: <" sc_start4 SC_PROMOTE_HEALTH_RESERCH, 500000, 1, 2, 1500, 3; "> }, { Id: 12424 @@ -82451,61 +82451,49 @@ item_db: ( Buy: 100 Weight: 80 BuyingStore: true - Script: <" - sc_start SC_INCMHP,500000,(2500+(10/3)*BaseLevel); - percentheal 5,0; - "> + Script: <" sc_start4 SC_PROMOTE_HEALTH_RESERCH, 500000, 1, 3, 2500, 5; "> }, { Id: 12425 AegisName: "SP_Increase_PotionS" Name: "SP Increase Potion(Small)" - Type: 0 + Type: 2 Buy: 100 Weight: 20 BuyingStore: true - Script: <" - sc_start SC_INCMSPRATE,500000,((BaseLevel/10)-5); - percentheal 0,2; - "> + Script: <" sc_start4 SC_ENERGY_DRINK_RESERCH, 500000, 1, 1, 0, 2; "> }, { Id: 12426 AegisName: "SP_Increase_PotionM" Name: "SP Increase Potion(Mid)" - Type: 0 + Type: 2 Buy: 100 Weight: 40 BuyingStore: true - Script: <" - sc_start SC_INCMSPRATE,500000,(BaseLevel/10); - percentheal 0,4; - "> + Script: <" sc_start4 SC_ENERGY_DRINK_RESERCH, 500000, 1, 2, 0, 4; "> }, { Id: 12427 AegisName: "SP_Increase_PotionL" Name: "SP Increase Potion(Large)" - Type: 0 + Type: 2 Buy: 100 Weight: 80 BuyingStore: true - Script: <" - sc_start SC_INCMSPRATE,500000,((BaseLevel/10)+5); - percentheal 0,8; - "> + Script: <" sc_start4 SC_ENERGY_DRINK_RESERCH, 500000, 1, 3, 0, 8; "> }, { Id: 12428 AegisName: "Enrich_White_PotionZ" Name: "Enriched White PotionZ" - Type: 0 + Type: 2 Buy: 100 Weight: 70 BuyingStore: true Script: <" - sc_start SC_EXTRACT_WHITE_POTION_Z,500000,20; - heal 1000,0; + sc_start SC_EXTRACT_WHITE_POTION_Z, 500000, 20; + heal 1000, 0; "> }, { @@ -82516,7 +82504,7 @@ item_db: ( Buy: 1000 Weight: 50 BuyingStore: true - Script: <" sc_start SC_SAVAGE_STEAK,300000,20; "> + Script: <" sc_start SC_SAVAGE_STEAK, 300000, 20; "> }, { Id: 12430 @@ -82526,7 +82514,7 @@ item_db: ( Buy: 1000 Weight: 50 BuyingStore: true - Script: <" sc_start SC_COCKTAIL_WARG_BLOOD,300000,20; "> + Script: <" sc_start SC_COCKTAIL_WARG_BLOOD, 300000, 20; "> }, { Id: 12431 @@ -82536,7 +82524,7 @@ item_db: ( Buy: 1000 Weight: 50 BuyingStore: true - Script: <" sc_start SC_MINOR_BBQ,300000,20; "> + Script: <" sc_start SC_MINOR_BBQ, 300000, 20; "> }, { Id: 12432 @@ -82546,7 +82534,7 @@ item_db: ( Buy: 1000 Weight: 50 BuyingStore: true - Script: <" sc_start SC_SIROMA_ICE_TEA,300000,20; "> + Script: <" sc_start SC_SIROMA_ICE_TEA, 300000, 20; "> }, { Id: 12433 @@ -82556,7 +82544,7 @@ item_db: ( Buy: 1000 Weight: 50 BuyingStore: true - Script: <" sc_start SC_DROCERA_HERB_STEAMED,300000,20; "> + Script: <" sc_start SC_DROCERA_HERB_STEAMED, 300000, 20; "> }, { Id: 12434 @@ -82566,7 +82554,7 @@ item_db: ( Buy: 1000 Weight: 50 BuyingStore: true - Script: <" sc_start SC_PUTTI_TAILS_NOODLES,300000,20; "> + Script: <" sc_start SC_PUTTI_TAILS_NOODLES, 300000, 20; "> }, { Id: 12435 @@ -82575,19 +82563,19 @@ item_db: ( Type: 2 Buy: 1000 Weight: 50 - Script: <" sc_start2 SC_STOMACHACHE,60000,rand(5,10),75; "> + Script: <" sc_start2 SC_STOMACHACHE, 60000, rand(5,10), 75; "> }, { Id: 12436 AegisName: "Vitata500" Name: "Vitata500" - Type: 0 + Type: 2 Buy: 100 Weight: 50 BuyingStore: true Script: <" - sc_start2 SC_VITATA_500,500000,20,5; - heal 0,200; + sc_start2 SC_VITATA_500, 500000, 20, 5; + heal 0, 200; "> }, { @@ -82598,7 +82586,7 @@ item_db: ( Buy: 100 Weight: 50 BuyingStore: true - Script: <" sc_start SC_EXTRACT_SALAMINE_JUICE,500000,10; "> + Script: <" sc_start SC_EXTRACT_SALAMINE_JUICE, 500000, 10; "> }, { Id: 12438 @@ -92956,7 +92944,7 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" sc_start SC_MYSTERIOUS_POWDER,10000,2; "> + Script: <" sc_start SC_MYSTERIOUS_POWDER, 10000, 2; "> }, { Id: 13269 @@ -92969,7 +92957,7 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" sc_start SC_BOOST500,500000,10; "> + Script: <" sc_start SC_BOOST500, 500000, 10; "> }, { Id: 13270 @@ -92982,7 +92970,7 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" sc_start SC_FULL_SWING_K,500000,50; "> + Script: <" sc_start SC_FULL_SWING_K, 500000, 50; "> }, { Id: 13271 @@ -92995,7 +92983,7 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" sc_start SC_MANA_PLUS,500000,50; "> + Script: <" sc_start SC_MANA_PLUS, 500000, 50; "> }, { Id: 13272 @@ -93015,7 +93003,7 @@ item_db: ( sc_end SC_CURSE; sc_end SC_ORCISH; sc_end SC_PROPERTYUNDEAD; - heal 500,0; + heal 500, 0; "> }, { @@ -93029,7 +93017,7 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" sc_start SC_MUSTLE_M,500000,5; "> + Script: <" sc_start SC_MUSTLE_M, 500000, 5; "> }, { Id: 13274 @@ -93042,7 +93030,7 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" sc_start SC_LIFE_FORCE_F,500000,5; "> + Script: <" sc_start SC_LIFE_FORCE_F, 500000, 5; "> }, { Id: 13275 @@ -93055,11 +93043,7 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" - sc_start SC_INCMHPRATE,500000,1; - sc_start SC_INCMHP,500000,(500+(10/3)*BaseLevel); - percentheal 2,0; - "> + Script: <" sc_start4 SC_PROMOTE_HEALTH_RESERCH, 500000, 2, 1, 500, 2; "> }, { Id: 13276 @@ -93072,11 +93056,7 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" - sc_start SC_INCMHPRATE,500000,2; - sc_start SC_INCMHP,500000,(1500+(10/3)*BaseLevel); - percentheal 3,0; - "> + Script: <" sc_start4 SC_PROMOTE_HEALTH_RESERCH, 500000, 2, 2, 1500, 3; "> }, { Id: 13277 @@ -93089,11 +93069,7 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" - sc_start SC_INCMHPRATE,500000,5; - sc_start SC_INCMHP,500000,(2500+(10/3)*BaseLevel); - percentheal 5,0; - "> + Script: <" sc_start4 SC_PROMOTE_HEALTH_RESERCH, 500000, 2, 3, 2500, 5; "> }, { Id: 13278 @@ -93106,10 +93082,7 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" - sc_start SC_INCMSPRATE,500000,2; - percentheal 0,2; - "> + Script: <" sc_start4 SC_ENERGY_DRINK_RESERCH, 500000, 2, 1, 0, 2; "> }, { Id: 13279 @@ -93122,10 +93095,7 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" - sc_start SC_INCMSPRATE,500000,4; - percentheal 0,4; - "> + Script: <" sc_start4 SC_ENERGY_DRINK_RESERCH, 500000, 2, 2, 0, 4; "> }, { Id: 13280 @@ -93138,10 +93108,7 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" - sc_start SC_INCMSPRATE,500000,8; - percentheal 0,8; - "> + Script: <" sc_start4 SC_ENERGY_DRINK_RESERCH, 500000, 2, 3, 0, 8; "> }, { Id: 13281 @@ -93155,8 +93122,8 @@ item_db: ( EquipLv: 99 View: 9 Script: <" - sc_start SC_EXTRACT_WHITE_POTION_Z,500000,0; - heal 1000,0; + sc_start SC_EXTRACT_WHITE_POTION_Z, 500000, 20; + heal 1000, 0; "> }, { @@ -93171,8 +93138,8 @@ item_db: ( EquipLv: 99 View: 9 Script: <" - sc_start SC_VITATA_500,500000,0; - heal 0,200; + sc_start2 SC_VITATA_500, 500000, 20, 5; + heal 0, 200; "> }, { @@ -93186,7 +93153,7 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" sc_start SC_EXTRACT_SALAMINE_JUICE,500000,10; "> + Script: <" sc_start SC_EXTRACT_SALAMINE_JUICE, 500000, 10; "> }, { Id: 13284 @@ -93199,7 +93166,7 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" sc_start SC_SAVAGE_STEAK,300000,20; "> + Script: <" sc_start SC_SAVAGE_STEAK, 300000, 20; "> }, { Id: 13285 @@ -93212,7 +93179,7 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" sc_start SC_COCKTAIL_WARG_BLOOD,300000,20; "> + Script: <" sc_start SC_COCKTAIL_WARG_BLOOD, 300000, 20; "> }, { Id: 13286 @@ -93225,7 +93192,7 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" sc_start SC_MINOR_BBQ,300000,20; "> + Script: <" sc_start SC_MINOR_BBQ, 300000, 20; "> }, { Id: 13287 @@ -93238,7 +93205,7 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" sc_start SC_SIROMA_ICE_TEA,300000,20; "> + Script: <" sc_start SC_SIROMA_ICE_TEA, 300000, 20; "> }, { Id: 13288 @@ -93251,7 +93218,7 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" sc_start SC_DROCERA_HERB_STEAMED,300000,20; "> + Script: <" sc_start SC_DROCERA_HERB_STEAMED, 300000, 20; "> }, { Id: 13289 @@ -93264,7 +93231,7 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" sc_start SC_PUTTI_TAILS_NOODLES,300000,20; "> + Script: <" sc_start SC_PUTTI_TAILS_NOODLES, 300000, 20; "> }, { Id: 13290 @@ -93277,7 +93244,7 @@ item_db: ( Loc: 32768 EquipLv: 99 View: 9 - Script: <" sc_start2 SC_STOMACHACHE,60000,rand(5,10),75; "> + Script: <" sc_start2 SC_STOMACHACHE, 60000, rand(5,10), 75; "> }, //== More Shurikens & Kunais =============================== diff --git a/db/sc_config.txt b/db/sc_config.txt index 395500e3a..a521dd8ed 100644 --- a/db/sc_config.txt +++ b/db/sc_config.txt @@ -190,6 +190,19 @@ SC_MINOR_BBQ, 76 SC_SIROMA_ICE_TEA, 76 SC_DROCERA_HERB_STEAMED, 76 SC_PUTTI_TAILS_NOODLES, 76 +SC_MELON_BOMB, 12 +SC_BANANA_BOMB_SITDOWN_POSTDELAY, 12 +SC_BANANA_BOMB, 12 +SC_PROMOTE_HEALTH_RESERCH, 12 +SC_ENERGY_DRINK_RESERCH, 12 +SC_EXTRACT_WHITE_POTION_Z, 12 +SC_VITATA_500, 12 +SC_EXTRACT_SALAMINE_JUICE, 12 +SC_BOOST500, 12 +SC_FULL_SWING_K, 12 +SC_MANA_PLUS, 12 +SC_MUSTLE_M, 12 +SC_LIFE_FORCE_F, 12 SC_MER_FLEE, 28 SC_MER_ATK, 28 SC_MER_HP, 28 -- cgit v1.2.3-60-g2f50