From 228a826dfdde3581f8e5d757ec458119d6079524 Mon Sep 17 00:00:00 2001 From: Taylor Locke Date: Wed, 29 Oct 2014 23:30:57 -0700 Subject: Added 2014 Halloween Event and made status change parameter optional on montransform. --- db/re/item_db.conf | 211 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 211 insertions(+) (limited to 'db/re/item_db.conf') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 0f6d51c72..c5bb01d3e 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -62652,6 +62652,52 @@ item_db: ( Type: 3 Buy: 0 }, +{ + Id: 6913 + AegisName: "Sacred_Rosary" + Name: "Sacred Rosary" + Type: 3 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } +}, +{ + Id: 6914 + AegisName: "Black_Soul" + Name: "Black Soul" + Type: 3 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } +}, +{ + Id: 6915 + AegisName: "Captured_Soul" + Name: "Captured Soul" + Type: 3 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } +}, { Id: 7001 AegisName: "Mould_Powder" @@ -74184,6 +74230,7 @@ item_db: ( Buy: 10 Weight: 40 Upper: 63 + Script: <" percentheal 5,5; "> }, { Id: 11551 @@ -74225,6 +74272,50 @@ item_db: ( Upper: 63 Script: <" itemheal rand(20,30),0; "> }, +{ + Id: 11592 + AegisName: "Trance_Candy_R" + Name: "Red Transform Candy" + Type: 0 + Weight: 30 + Script: <" + itemheal rand(45,65),0; + montransform "Bloody Murderer",600000,SC_MTF_MHP,1000; + "> +}, +{ + Id: 11593 + AegisName: "Trance_Candy_B" + Name: "Blue Transform Candy" + Type: 0 + Weight: 30 + Script: <" + itemheal rand(45,65),0; + montransform "Bathory",600000,SC_MTF_MSP,100; + "> +}, +{ + Id: 11594 + AegisName: "Trance_Candy_Y" + Name: "Yellow Transform Candy" + Type: 0 + Weight: 30 + Script: <" + itemheal rand(45,65),0; + montransform "Jakk",600000,SC_MTF_PUMPKIN,2000; + "> +}, +{ + Id: 11595 + AegisName: "Trance_Candy_G" + Name: "Green Transform Candy" + Type: 0 + Weight: 30 + Script: <" + itemheal rand(45,65),0; + montransform "Quve",600000,SC_MTF_HITFLEE,10,20; + "> +}, { Id: 11701 AegisName: "Girl_Bunch_Of_Flower" @@ -117799,6 +117890,87 @@ item_db: ( OnEquipScript: <" sc_start SC_DECORATION_OF_MUSIC,-1,0; "> OnUnequipScript: <" sc_end SC_DECORATION_OF_MUSIC; "> }, +{ + Id: 19903 + AegisName: "C_Witchs_Hat" + Name: "C Witchs Hat" + Type: 5 + Loc: 1024 + EquipLv: 1 + Refine: false + View: 717 + Script: <" bonus bCastrate,-10; "> +}, +{ + Id: 19917 + AegisName: "C_Gloomy_Pumpkin_Hat" + Name: "C Gloomy Pumpkin Hat" + Type: 5 + Loc: 1024 + EquipLv: 1 + Refine: false + View: 691 + Script: <" bonus bSpeedRate,25; "> +}, +{ + Id: 19918 + AegisName: "C_Lude_Mask" + Name: "C Lude Mask" + Type: 5 + Loc: 6144 + EquipLv: 1 + Refine: false + View: 802 + Script: <" bonus bHealPower2,20; bonus bAddItemHealRate,20; "> +}, +{ + Id: 19919 + AegisName: "C_Cube_Mask_" + Name: "C Cube Mask " + Type: 5 + Loc: 6144 + EquipLv: 1 + Refine: false + View: 472 + Script: <" bonus bAspdRate,10; "> +}, +{ + Id: 19920 + AegisName: "C_Adv_Whisper_Mask" + Name: "C Adv Whisper Mask" + Type: 5 + Loc: 7168 + EquipLv: 1 + Refine: false + View: 458 + Script: <" bonus bFlee,20; "> +}, +{ + Id: 22067 + AegisName: "Witch_Shoes" + Name: "Witch Shoes" + Type: 5 + Buy: 3500 + Weight: 400 + Def: 10 + Job: 0xFFFFFFFE + Loc: 64 + Script: <" + skill ALL_CATCRY, 1; + bonus bUnbreakableShoes,0; + autobonus3 "{ }",1000,7000,"ALL_CATCRY","{ montransform 1505,420000; }"; + "> +}, +{ + Id: 20183 + AegisName: "C_There_Is_Something" + Name: "C There Is Something" + Type: 5 + Loc: 3072 + EquipLv: 1 + Refine: false + View: 1091 +}, { Id: 20500 AegisName: "T_Archangel_Wing" @@ -118019,6 +118191,45 @@ item_db: ( Stack: [20, 1] Script: <" itemskill RK_LUXANIMA,1; "> }, +{ + Id: 22669 + AegisName: "HALLOWEEN_G_BOX" + Name: "Halloween Box" + Type: 2 + Weight: 20 + Script: <" getrandgroupitem 22669,1; "> +}, +{ + Id: 22670 + AegisName: "DARK_INVITATION" + Name: "Invitation of Darkness" + Type: 2 + Buy: 10 + Weight: 10 + Upper: 63 + Script: <" + set .@r, rand(1,3); + if (.@r == 1) { + specialeffect2 EF_DEVIL; + warp "niflheim",193,186; + } else if(.@r == 2) { + heal -500,-1000; + sc_start SC_STUN,3000,0; + } else { + specialeffect2 EF_DEVIL; + warp "niflheim",347,255; + } + "> +}, +{ + Id: 22838 + AegisName: "Something_Candy_Holder" + Name: "Something Candy Holder" + Type: 2 + Buy: 20 + Weight: 10 + Script: <" getrandgroupitem 22838,1; "> +}, { Id: 28200 AegisName: "End_Of_The_Horizon" -- cgit v1.2.3-60-g2f50