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/const.txt | 10 +++ db/quest_db.txt | 18 +++++ db/re/item_db.conf | 211 ++++++++++++++++++++++++++++++++++++++++++++++++++ db/re/item_group.conf | 39 ++++++++++ db/re/mob_db.txt | 3 + 5 files changed, 281 insertions(+) (limited to 'db') diff --git a/db/const.txt b/db/const.txt index 8f649b4f3..c7fff2825 100644 --- a/db/const.txt +++ b/db/const.txt @@ -1263,6 +1263,16 @@ SC__MAELSTROM 576 SC__CHAOS 577 SC__FEINTBOMB_MASTER 578 SC_FALLENEMPIRE 579 +SC_FLASHCOMBO 580 +SC_DEFSET 581 +SC_MDEFSET 582 +SC_NO_SWITCH_EQUIP 583 + +// 2014 Halloween Event +SC_MTF_MHP 584 +SC_MTF_MSP 585 +SC_MTF_PUMPKIN 586 +SC_MTF_HITFLEE 587 e_gasp 0 e_what 1 diff --git a/db/quest_db.txt b/db/quest_db.txt index 42cd3c651..bd23dea69 100644 --- a/db/quest_db.txt +++ b/db/quest_db.txt @@ -2339,6 +2339,24 @@ 14140,0,0,0,0,0,0,0,"To Wuhari" 14141,0,0,0,0,0,0,0,"Ingredients for research" +// 2014 Halloween Event +14450,0,0,0,0,0,0,0,"Let's help the priest" +14451,0,0,0,0,0,0,0,"To Church" +14452,0,0,0,0,0,0,0,"Material of holy stuff" +14453,0,0,0,0,0,0,0,"To Niflheim" +14454,0,0,0,0,0,0,0,"To Lutie" +14455,0,0,0,0,0,0,0,"Back to Church" +14456,0,0,0,0,0,0,0,"Preparing for recall" +14457,0,0,0,0,0,0,0,"Back to Niflheim" +14458,0,0,0,0,0,0,0,"Request of Loru" +14459,0,0,0,0,0,0,0,"Request of Devi" +14460,0,3382,10,0,0,0,0,"Favor of Loru" +14461,0,0,0,0,0,0,0,"Favor of Loru" +14462,0,3381,10,0,0,0,0,"Favor of Devi" +14463,0,1510,20,1507,20,0,0,"Favor of Devi" +14464,82800,0,0,0,0,0,0,"Party is going for a day" +14465,82800,0,0,0,0,0,0,"They are still quiet" + 16000,0,0,0,0,0,0,0,"Metz Brayde's Notice" 16001,0,0,0,0,0,0,0,"First examination" 16002,0,0,0,0,0,0,0,"Fetching Items for Arian -1" 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" diff --git a/db/re/item_group.conf b/db/re/item_group.conf index 3d0f138c2..3a25d92b8 100644 --- a/db/re/item_group.conf +++ b/db/re/item_group.conf @@ -4745,3 +4745,42 @@ Lucky_Bag: ( "Big_Luk_Bookmark", ) */ +HALLOWEEN_G_BOX: ( + ("Immortal_Heart", 30), + ("Starsand_Of_Witch", 30), + ("Empty_Bottle", 30), + ("Alchol", 30), + ("Karvodailnirol", 30), + ("Transparent_Cloth", 30), + ("Stem", 30), + ("Poison_Spore", 30), + ("Speed_Up_Potion", 5), + ("Chocolate", 5), + ("Guarana_Candy", 5), + ("Seed_Of_Yggdrasil", 5), + "Old_Blue_Box", + "Old_Card_Album", + "Old_Violet_Box" +) +Something_Candy_Holder: ( + ("Honey", 3), + ("Candy", 7), + ("Well_Baked_Cookie", 2), + "Piece_Of_Cake", + ("Bread", 3), + "Pumpkin_Cake", + ("Pumpkin_Pie", 3), + ("Meat", 5), + "HALLOWEEN_G_BOX", + ("Trance_Candy_R", 3), + ("Trance_Candy_B", 3), + ("Trance_Candy_Y", 3), + ("Trance_Candy_G", 3), + "Old_Blue_Box", + "Yggdrasilberry", + "Old_Card_Album", + "Old_Violet_Box", + "DARK_INVITATION", + "C_There_Is_Something", + "Witch_Shoes" +) diff --git a/db/re/mob_db.txt b/db/re/mob_db.txt index b249aba8c..fa10f91c2 100644 --- a/db/re/mob_db.txt +++ b/db/re/mob_db.txt @@ -2262,3 +2262,6 @@ //3107,E_EASTER_BUNNY //3108,JITTERBUG1 //3109,JITTERBUG2 +// 2014 Halloween Event +3381,DARK_SOUL,Dark Soul,Dark Soul,10,20,1,0,0,1,20,20,0,0,1,1,1,1,1,1,0,0,1,6,27,0x81,100,1960,960,504,0,0,0,0,0,0,0,12192,2000,6914,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +3382,WANDERING_SOUL,Wandering Soul,Wandering Soul,1,10,1,0,0,1,10,10,0,0,1,1,1,1,1,1,0,0,1,6,28,0x81,100,912,1248,576,0,0,0,0,0,0,0,12192,2000,6915,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -- cgit v1.2.3-60-g2f50