item_db: ( /****************************************************************************** ************* Entry structure ************************************************ ****************************************************************************** { // =================== Mandatory fields =============================== Id: ID (int) AegisName: "Aegis_Name" (string, optional if Inherit: true) Name: "Item Name" (string, optional if Inherit: true) // =================== Optional fields ================================ Type: Item Type (int, defaults to 3 = etc item) Buy: Buy Price (int, defaults to Sell * 2) Sell: Sell Price (int, defaults to Buy / 2) Weight: Item Weight (int, defaults to 0) Atk: Attack (int, defaults to 0) Matk: Magical Attack (int, defaults to 0, ignored in pre-re) Def: Defense (int, defaults to 0) Range: Attack Range (int, defaults to 0) Slots: Slots (int, defaults to 0) Job: Job mask (int, defaults to all jobs = 0xFFFFFFFF) Upper: Upper mask (int, defaults to any = 0x3f) Gender: Gender (int, defaults to both = 2) Loc: Equip location (int, required value for equipment) WeaponLv: Weapon Level (int, defaults to 0) EquipLv: Equip required level (int, defaults to 0) EquipLv: [min, max] (alternative syntax with min / max level) Refine: Refineable (boolean, defaults to true) View: View ID (int, defaults to 0) Script: <" Script (it can be multi-line) "> OnEquipScript: <" OnEquip Script (can also be multi-line) "> OnUnequipScript: <" OnUnequip Script (can also be multi-line) "> // =================== Optional fields (item_db2 only) ================ Inherit: true/false (boolean, if true, inherit the values that weren't specified, from item_db.conf, else override it and use default values) }, ******************************************************************************/ // Items Additional Database // Structure of Database: // ID,Name,Name,Type,Price,Sell,Weight,ATK,DEF,Range,Slot,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script } // THQ Quest Items // ============================================================= /* { Id: 7950 AegisName: "THG_Membership" Name: "THG Membership" Type: 3 Sell: 10 Weight: 10 }, */ /* { Id: 7951 AegisName: "Token_Bag" Name: "Token Bag" Type: 3 Sell: 10 Weight: 10 }, */ /* { Id: 1998 AegisName: "Jeramiah's_Jur" Name: "Jeramiah's Jur" Type: 3 Sell: 10 Weight: 10 }, */ /* { Id: 1999 AegisName: "Zed's_Staff" Name: "Zed's Staff" Type: 3 Sell: 10 Weight: 10 }, */ // Official Event Items that had their Effects removed after the event was completed /* { Id: 585 AegisName: "Wurst" Name: "Brusti" Type: 11 Buy: 2 Weight: 40 Script: <" itemheal rand(15,20),0; itemskill "PR_MAGNIFICAT",3; "> }, */ /* { Id: 679 AegisName: "Gold_Pill" Name: "Pilule" Type: 0 Buy: 5000 Weight: 300 Script: <" percentheal 50,50; "> }, */ /* { Id: 2681 AegisName: "Republic_Ring" Name: "Republic Anniversary Ring" Type: 5 Buy: 20 Weight: 100 Loc: 136 Refine: false Script: <" bonus bAllStats,3; "> }, */ /* { Id: 5134 AegisName: "Pumpkin_Hat" Name: "Pumpkin-Head" Type: 5 Buy: 20 Weight: 200 Def: 2 Loc: 256 View: 206 Script: <" bonus2 bSubRace,RC_Demon,5; "> }, */ /* { Id: 5136 AegisName: "Santa's_Hat_" Name: "Louise's Santa Hat" Type: 5 Buy: 20 Weight: 100 Def: 3 Loc: 256 View: 20 Script: <" bonus bMdef,1; bonus bLuk,1; bonus3 bAutoSpellWhenHit,"AL_HEAL",3,50; bonus3 bAutoSpellWhenHit,"AL_BLESSING",10,50; "> }, */ /* { Id: 5145 AegisName: "Carnival_Joker_Jester" Name: "Carnival Jester" Type: 5 Buy: 10 Weight: 100 Loc: 256 View: 89 Script: <" bonus bAllStats,3; "> }, */ /* { Id: 5147 AegisName: "Baseball_Cap" Name: "Baseball Cap" Type: 5 Buy: 0 Weight: 200 Def: 3 Loc: 256 View: 216 Script: <" bonus2 bExpAddRace,RC_Boss,50; bonus2 bExpAddRace,RC_NonBoss,50; "> }, */ /* { Id: 5201 AegisName: "Party_Hat_B" Name: "2nd Anniversary Party Hat" Type: 5 Buy: 20 Weight: 300 Def: 3 Loc: 256 View: 144 Script: <" bonus bAllStats,3; "> }, */ /* { Id: 5202 AegisName: "Pumpkin_Hat_" Name: "Pumpkin Hat" Type: 5 Buy: 20 Weight: 200 Def: 2 Loc: 256 View: 206 Script: <" bonus bAllStats,2; bonus2 bSubRace,RC_Demon,5; bonus3 bAddMonsterDropItem,529,RC_DemiHuman,1500; "> }, */ /* { Id: 5204 AegisName: "Event_Pierrot_Nose" Name: "Rudolf's Red Nose" Type: 5 Buy: 20 Weight: 100 Loc: 1 Refine: false View: 49 Script: <" bonus2 bResEff,Eff_Blind,3000; bonus2 bAddMonsterDropItem,12130,30; "> }, */ /* { Id: 5264 AegisName: "Aussie_Flag_Hat" Name: "Australian Flag Hat" Type: 5 Buy: 20 Weight: 500 Def: 4 Loc: 256 View: 304 Script: <" bonus bAllStats,2; "> }, */ /* { Id: 5356 AegisName: "Pumpkin_Hat_H" Name: "Pumpkin Hat" Type: 5 Buy: 20 Weight: 200 Def: 2 Loc: 256 View: 206 Script: <" bonus bAllStats,2; bonus2 bSubRace,RC_Demon,5; bonus2 bMagicAddRace,RC_Demon,5; "> }, */ /* { Id: 5811 AegisName: "Santa_Beard" Name: "Santa Beard" Type: 5 Buy: 20 Weight: 100 Def: 5 Loc: 1 Refine: false View: 25 Script: <" bonus2 bSubRace,RC_Brute,5; "> }, */ /* { Id: 11702 AegisName: "Moon_Cookie" Name: "Moon Cookie" Type: 11 Buy: 0 Weight: 10 Script: <" sc_end SC_Poison; sc_end SC_Silence; sc_end SC_Blind; sc_end SC_Confusion; sc_end SC_Curse; sc_end SC_ILLUSION; itemskill "AL_BLESSING",7; "> }, */ /* { Id: 12131 AegisName: "Lucky_Potion" Name: "Lucky Potion" Type: 0 Buy: 2 Weight: 100 Script: <" sc_start SC_FOOD_LUK,180000,15; "> }, */ /* { Id: 12143 AegisName: "Red_Can" Name: "Red Can" Type: 2 Buy: 50000 Weight: 300 Script: <" percentheal 25,25; "> }, */ // Event effect: Summon monster? Probably Rice_Cake. x_x /* { Id: 12199 AegisName: "Rice_Scroll" Name: "Rice Scroll" Type: 2 Buy: 0 }, */ /* { Id: 12200 AegisName: "Event_Cake" Name: "Event Cake" Type: 2 Buy: 20 Weight: 50 Script: <" itemskill "PR_MAGNIFICAT",3; "> }, */ /* { Id: 12238 AegisName: "New_Year_Rice_Cake_1" Name: "New Year Rice Cake" Type: 0 Buy: 20 Weight: 100 Script: <" percentheal 20,15; sc_start SC_FOOD_STR,1200000,3; sc_start SC_FOOD_INT,1200000,3; sc_start SC_FOOD_LUK,1200000,3; sc_start SC_MOVHASTE_INFINITY,5000,0; "> }, */ /* { Id: 12239 AegisName: "New_Year_Rice_Cake_2" Name: "New Year Rice Cake" Type: 0 Buy: 20 Weight: 100 Script: <" percentheal 20,15; sc_start SC_FOOD_DEX,1200000,3; sc_start SC_FOOD_AGI,1200000,3; sc_start SC_FOOD_VIT,1200000,3; sc_start SC_MOVHASTE_INFINITY,5000,0; "> }, */ // iRO St. Patrick's Day Event 2008 // ============================================================= /* { Id: 12715 AegisName: "Black_Treasure_Chest" Name: "Black Treasure Chest" Type: 2 Buy: 0 Weight: 200 Script: <" callfunc "F_08stpattyseventbox"; "> }, */ // iRO Valentine's Day Event 2009 // ============================================================= /* { Id: 12742 AegisName: "Valentine_Gift_Box_M" Name: "Valentine Gift Box" Type: 2 Buy: 10 Script: <" getitem 7946,1; "> }, */ /* { Id: 12743 AegisName: "Valentine_Gift_Box_F" Name: "Valentine Gift Box" Type: 2 Buy: 10 Script: <" getitem 7947,1; "> }, */ /* { Id: 12744 AegisName: "Chocolate_Box" Name: "Chocolate Box" Type: 2 Buy: 10 Script: <" getitem 558,1; "> }, */ /* { Id: 14466 AegisName: "Valentine's_Emblem_Box" Name: "Valentine's Emblem Box" Type: 2 Buy: 10 Script: <" getitem 5817,1; "> }, */ /* { Id: 7946 AegisName: "Gold_Ring_Of_Valentine" Name: "Gold Ring Of Valentine" Type: 3 Buy: 10 }, */ /* { Id: 7947 AegisName: "Silver_Ring_Of_Valentine" Name: "Silver Ring Of Valentine" Type: 3 Buy: 10 }, */ /* { Id: 7948 AegisName: "Box" Name: "Box" Type: 3 Buy: 10 Weight: 10 }, */ /* { Id: 5817 AegisName: "Valentine's_Emblem" Name: "Valentine's Emblem" Type: 5 Buy: 10 Def: 3 Loc: 136 Refine: false Script: <" bonus bAtkRate,3; bonus bMatkRate,3; bonus bAllStats,2; bonus bFlee,10; bonus bAspd,1; bonus bMdef,3; bonus2 bSkillAtk,"AL_HEAL",10; bonus2 bSkillHeal,"AL_HEAL",10; bonus2 bSkillHeal,"AM_POTIONPITCHER",10; bonus2 bAddItemHealRate,IG_Potion,10; "> }, */ // iRO Halloween Event 2009 // ============================================================= /* { Id: 5668 AegisName: "Weird_Pumpkin_Hat" Name: "Weird Pumpkin Hat" Type: 5 Buy: 20 Def: 5 Loc: 256 View: 206 Script: <" bonus bMdef,5; bonus2 bAddMonsterDropItem,12192,2500; "> }, */ /* { Id: 6298 AegisName: "Crushed_Pumpkin" Name: "Crushed Pumpkin" Type: 3 Buy: 0 }, */ /* { Id: 6299 AegisName: "Worn_Fabric" Name: "Worn Fabric" Type: 3 Buy: 0 }, */ // Old Tuxedo and Wedding Dress, will display the outfit when worn. // ================================================================== /* { Id: 2338 AegisName: "Wedding_Dress" Name: "Wedding Dress" Type: 5 Buy: 43000 Weight: 500 Job: 0xFFFFFFFE Loc: 16 OnEquipScript: <" sc_start SC_WEDDING,-1,0; "> OnUnequipScript: <" sc_end SC_WEDDING; "> }, */ /* { Id: 7170 AegisName: "Tuxedo" Name: "Tuxedo" Type: 5 Buy: 43000 Weight: 10 Job: 0xFFFFFFFE Gender: 1 Loc: 16 OnEquipScript: <" sc_start SC_WEDDING,-1,0; "> OnUnequipScript: <" sc_end SC_WEDDING; "> }, */ // my custom item { Id: 1717 AegisName: "Kakkung__" Name: "Gakkung Bow" Type: 4 Buy: 42000 Weight: 1100 Atk: 100 Range: 5 Slots: 4 Job: 0x000A0848 Loc: 34 WeaponLv: 3 EquipLv: 33 View: 11 Script: <" bonus bUnbreakableWeapon,0; if(getrefine()>=20) { bonus2 bAddRace,RC_Boss,100; bonus2 bAddRace,RC_NonBoss,50; bonus bIgnoreDefRace,RC_Boss; bonus bLongAtkRate,100; } "> OnEquipScript: <" montransform "Gargoyle",-1,SC_MTF_RANGEATK; "> OnUnequipScript: <" montransform "Gargoyle",1,SC_MTF_RANGEATK; "> }, { Id: 4454 AegisName: "Philosopher_Stone" Name: "Philosopher Stone" Type: 6 Buy: 20 Weight: 10 Loc: 769 Script: <" skill "AM_BIOETHICS",1; skill "AM_CALLHOMUN",1; skill "AM_REST",1; skill "AM_RESURRECTHOMUN",5; "> }, { Id: 7224 AegisName: "Stone_Of_Intelligence" Name: "Stone of Sage" Type: 11 Buy: 0 Weight: 10 Script: <" itemskill "SP_INTIMATE",-99999; "> }, { Id: 11039 AegisName: "Arch_Angel_Wings" Name: "Arch Angel Wings" Type: 5 Buy: 20000000 Weight: 3 Def: 100 Slots: 4 Loc: 001 EquipLv: 99 View: 1201 Script: <" bonus bShortWeaponDamageReturn,50; skill "AL_TELEPORT",1; skill "MC_IDENTIFY",1; bonus bDoubleRate,50; bonus bSplashRange,1; bonus bCritAtkRate,50; bonus2 bHPDrainRate,50,50; bonus bMagicDamageReturn,50; bonus bVariableCastrate,-50; bonus bSpeedRate,50; bonus bAspdRate,50; bonus3 bAutoSpellWhenHit,"SL_KAIZEL",7,400; bonus bDefEle,6; if(getrefine()>=20) { bonus2 bExpAddRace,RC_Boss,1000; bonus2 bExpAddRace,RC_NonBoss,2000; bonus bShortWeaponDamageReturn,100; skill "AL_TELEPORT",3; bonus bDoubleRate,100; bonus bCritAtkRate,100; bonus2 bHPDrainRate,100,100; bonus bRestartFullRecover,0; bonus bMagicDamageReturn,100; bonus bVariableCastrate,-80; bonus bSpeedRate,80; bonus bNoGemStone,0; bonus3 bAutoSpellWhenHit,"ALL_FULL_THROTTLE",7,400; bonus3 bAutoSpellWhenHit,"SC_KAUPE",7,400; bonus bDefEle,6; bonus bAllStats,100; bonus bHit,100; bonus bClassChange,500; bonus3 bAutoSpell,PR_TURNUNDEAD,1,50; } "> }, { Id: 11111 AegisName: "Butterfly_Wings" Name: "Butterfly Wings" Type: 5 Buy: 20000 Weight: 3 Def: 100 Slots: 4 Loc: 001 EquipLv: 10 View: 1190 Script: <" skill "AL_TELEPORT",1; bonus bCritAtkRate,100; bonus bVariableCastrate,-80; bonus bNoGemStone,0; bonus3 bAutoSpellWhenHit,"SL_KAIZEL",7,400; if(getrefine()>=20) { skill MG_SRECOVERY,10; skill SM_RECOVERY,10; skill SM_MOVINGRECOVERY,10; bonus2 bExpAddRace,RC_Boss,5; bonus2 bExpAddRace,RC_NonBoss,5; } "> }, { Id: 11112 AegisName: "Angel_Wings" Name: "Angel Wings" Type: 5 Buy: 200000 Weight: 3 Def: 100 Slots: 4 Loc: 001 EquipLv: 10 View: 1191 Script: <" bonus bRestartFullRecover,0; bonus bMagicDamageReturn,100; bonus bVariableCastrate,-80; bonus bNoGemStone,0; bonus3 bAutoSpellWhenHit,"SL_KAIZEL",7,400; "> }, { Id: 11113 AegisName: "Fallen_Wings" Name: "Fallen Wings" Type: 5 Buy: 200000 Weight: 3 Def: 100 Slots: 4 Loc: 001 EquipLv: 10 View: 1192 Script: <" bonus bShortWeaponDamageReturn,100; bonus bRestartFullRecover,0; bonus bMagicDamageReturn,100; bonus3 bAutoSpellWhenHit,"SL_KAIZEL",7,400; if(getrefine()>=20) { skill MG_SRECOVERY,10; skill SM_RECOVERY,10; skill SM_MOVINGRECOVERY,10; bonus2 bExpAddRace,RC_Boss,20; bonus2 bExpAddRace,RC_NonBoss,20; } "> }, { Id: 11114 AegisName: "Niflheim_Wings" Name: "Niflheim Wings" Type: 5 Buy: 200000 Weight: 3 Def: 100 Slots: 4 Loc: 001 EquipLv: 10 View: 1193 Script: <" bonus bShortWeaponDamageReturn,100; bonus bSplashRange,1; bonus bCritAtkRate,50; bonus bMagicDamageReturn,100; if(getrefine()>=20) { bonus bHit,100; bonus bCritAtkRate,100; bonus2 bHPDrainRate,100,150; bonus3 bAutoSpellWhenHit,"SL_KAIZEL",7,400; } "> }, { Id: 11115 AegisName: "Demon_Wings" Name: "Demon Wings" Type: 5 Buy: 200000 Weight: 3 Def: 100 Slots: 4 Loc: 001 EquipLv: 10 View: 1194 Script: <" bonus bSplashRange,1; bonus bCritAtkRate,50; if(getrefine()>=20) { bonus bCritAtkRate,100; bonus bAllStats,50; bonus bRestartFullRecover,0; bonus3 bAutoSpellWhenHit,"SL_KAIZEL",7,400; } "> }, { Id: 11116 AegisName: "Satan_Wings" Name: "Satan Wings" Type: 5 Buy: 2000000 Weight: 3 Def: 100 Slots: 4 Loc: 001 EquipLv: 10 View: 1195 Script: <" bonus2 bHPDrainRate,50,50; bonus bSpeedRate,50; bonus bAspdRate,50; bonus bAllStats,50; if(getrefine()>=20) { bonus bSplashRange,1; bonus2 bHPDrainRate,100,100; bonus bSpeedRate,100; bonus bAspdRate,80; bonus bAllStats,100; bonus3 bAutoSpellWhenHit,"SL_KAIZEL",7,400; bonus bClassChange,500; bonus3 bAutoSpell,PR_TURNUNDEAD,1,30; itemskill ITEM_ENCHANTARMS,rand(1,5); } "> }, { Id: 11117 AegisName: "Shaman_Wings" Name: "Shaman Wings" Type: 5 Buy: 400000 Weight: 3 Def: 100 Slots: 4 Loc: 001 EquipLv: 10 View: 1196 Script: <" skill "AL_TELEPORT",1; bonus bDoubleRate,50; bonus2 bHPDrainRate,100,50; bonus bMagicDamageReturn,100; bonus bVariableCastrate,-80; if(getrefine()>=20) { skill "AL_TELEPORT",3; bonus bDoubleRate,100; bonus2 bHPDrainRate,100,100; bonus bMagicDamageReturn,200; bonus bVariableCastrate,-100; bonus bNoGemStone,0; bonus bRestartFullRecover,0; bonus3 bAutoSpellWhenHit,"SL_KAIZEL",7,400; } "> }, { Id: 11118 AegisName: "Vengeance_Wing" Name: "Vengeance Wing" Type: 5 Buy: 300000 Weight: 3 Def: 100 Slots: 4 Loc: 001 EquipLv: 10 View: 1197 Script: <" bonus bShortWeaponDamageReturn,100; bonus bDoubleRate,90; bonus bCritAtkRate,100; bonus bMagicDamageReturn,100; if(getrefine()>=20) { bonus3 bAddEff,Eff_Stun,500,ATF_SHORT; bonus3 bAddEff,Eff_Curse,500,ATF_SHORT; bonus3 bAddEff,Eff_Silence,500,ATF_SHORT; bonus3 bAddEff,Eff_Poison,500,ATF_SHORT; bonus3 bAddEff,Eff_Bleeding,500,ATF_SHORT; bonus2 bWeaponComaRace,RC_NonBoss,10; bonus bAspdRate,50; bonus bHit,100; bonus3 bAutoSpellWhenHit,"SL_KAIZEL",7,400; } "> }, { Id: 11119 AegisName: "Vindicated_Wing" Name: "Vindicated Wing" Type: 5 Buy: 200000 Weight: 3 Def: 100 Slots: 4 Loc: 001 EquipLv: 10 View: 1198 Script: <" skill "AL_TELEPORT",1; bonus bDefEle,6; bonus bAllStats,50; if(getrefine()>=20) { skill SM_MOVINGRECOVERY,10; skill MG_SRECOVERY,10; skill SM_RECOVERY,10; skill "AL_TELEPORT",3; bonus bAspdRate,100; bonus bAllStats,100; bonus3 bAutoSpellWhenHit,"SL_KAIZEL",7,400; } "> }, { Id: 11120 AegisName: "Saiyan_Hair" Name: "Saiyan Hair" Type: 5 Buy: 50000 Weight: 10 Def: 50 Slots: 1 Loc: 256 View: 1199 Script: <" bonus bAllStats,20; bonus bSpeedRate,100; skill "MC_IDENTIFY",1; skill "MC_DISCOUNT",10; skill "MC_OVERCHARGE",10; if(getrefine()>=20) { skill SM_MOVINGRECOVERY,10; skill MG_SRECOVERY,10; skill SM_RECOVERY,10; bonus bAspdRate,100; } "> }, { Id: 11121 AegisName: "freya_crown" Name: "Freya Crown" Type: 5 Buy: 50000 Weight: 10 Def: 50 Slots: 1 Loc: 256 View: 1200 Script: <" bonus2 bExpAddRace,RC_Boss,80; bonus2 bExpAddRace,RC_NonBoss,100; if(getrefine()>=20) { skill MG_SRECOVERY,10; skill SM_RECOVERY,10; skill SM_MOVINGRECOVERY,10; bonus2 bExpAddRace,RC_Boss,120; bonus2 bExpAddRace,RC_NonBoss,200; } "> }, { Id: 6415 AegisName: "Strange_Embryo" Name: "Strange Embryo" Type: 11 Buy: 0 Weight: 10 Script: <" hommutate; delitem 6415,1; "> }, { Id: 4608 AegisName: "White_Knightage_Card" Name: "White Knightage Card" Type: 6 Buy: 20 Weight: 1 Loc: 2 Script: <" bonus bBaseAtk,15; bonus2 bAddSize,Size_Medium,20; bonus2 bAddSize,Size_Large,20; "> }, { Id: 4609 AegisName: "Khalitzbug_Knightage_Card" Name: "Khalitzburg Knightage Card" Type: 6 Buy: 20 Weight: 1 Loc: 32 Script: <" bonus bDef,20; bonus2 bSubSize,Size_Medium,25; bonus2 bSubSize,Size_Large,25; "> }, { Id: 4610 AegisName: "Sarah_Card" Name: "Sarah Card" Type: 6 Buy: 20 Weight: 1 Loc: 16 Script: <" bonus3 bAutoSpellWhenHit,NPC_STONESKIN,100,99; "> }, // refine { Id: 6228 AegisName: "Stat_10Up" Name: "+10 Statpoints" Type: 0 Buy: 50 Weight: 1 Script: <" StatusPoint=StatusPoint+10; "> }, { Id: 6229 AegisName: "Stat_20Up" Name: "+20 Statpoints" Type: 0 Buy: 50 Weight: 1 Script: <" StatusPoint=StatusPoint+20; "> }, { Id: 6230 AegisName: "Stat_30Up" Name: "+30 Statpoints" Type: 0 Buy: 50 Weight: 1 Script: <" StatusPoint=StatusPoint+30; "> }, { Id: 6231 AegisName: "Stat_40Up" Name: "+40 Statpoints" Type: 0 Buy: 50 Weight: 1 Script: <" StatusPoint=StatusPoint+40; "> }, { Id: 6232 AegisName: "Stat_50Up" Name: "+50 Statpoints" Type: 0 Buy: 50 Weight: 1 Script: <" StatusPoint=StatusPoint+50; "> }, { Id: 6233 AegisName: "Stat_60Up" Name: "+60 Statpoints" Type: 0 Buy: 50 Weight: 1 Script: <" StatusPoint=StatusPoint+60; "> }, { Id: 6234 AegisName: "Stat_70Up" Name: "+70 Statpoints" Type: 0 Buy: 50 Weight: 1 Script: <" StatusPoint=StatusPoint+70; "> }, { Id: 6235 AegisName: "Stat_100Up" Name: "+100 Statpoints" Type: 0 Buy: 50 Weight: 1 Script: <" StatusPoint=StatusPoint+100; "> }, { Id: 6238 AegisName: "Guarantee_Weapon_20Up" Name: "Guarantee Weapon 20Up" Type: 11 Buy: 50 Weight: 70 Script: <" callfunc "GuaranteeRefine",20,4,6238; "> }, { Id: 6239 AegisName: "Guarantee_Armor_20Up" Name: "Guarantee Armor 20Up" Type: 11 Buy: 50 Weight: 70 Script: <" callfunc "GuaranteeRefine",20,0,6239; "> }, { Id: 19787 AegisName: "C_Devoted Eyes" Name: "C Devoted Eyes" Type: 5 Buy: 50000 Weight: 3 Def: 100 Slots: 0 Upper: 63 Loc: 2048 EquipLv: 10 View: 1021 Script: <" skill "AL_TELEPORT",1; bonus3 bAutoSpellWhenHit,"SL_KAIZEL",7,400; bonus3 bAutoSpellWhenHit,NPC_STONESKIN,100,500; "> }, //port malaya cards { Id: 4582 AegisName: "Bungisngis_Card" Name: "Bungisngis Card" Type: 6 Buy: 20 Weight: 10 Loc: 769 Script: <" bonus bMaxHPrate,getrefine()/2; "> }, { Id: 4583 AegisName: "Engkanto_Card" Name: "Engkanto Card" Type: 6 Buy: 20 Weight: 10 Loc: 769 Script: <" bonus2 bAddEle,Ele_Poison,30; bonus2 bIgnoreDefRate,RC_Plant,30; "> }, { Id: 4584 AegisName: "Manananggal_Card" Name: "Manananggal Card" Type: 6 Buy: 20 Weight: 10 Loc: 2 Script: <" bonus bSPDrainValue,1; bonus bMaxSPrate,-1; "> }, { Id: 4585 AegisName: "Mangkukulam_Card" Name: "Mangkukulam Card" Type: 6 Buy: 20 Weight: 10 Loc: 16 Script: <" bonus bMaxSPrate,10; bonus bHPGainValue,-666; "> }, { Id: 4586 AegisName: "Tikbalang_Card" Name: "Tikbalang Card" Type: 6 Buy: 20 Weight: 10 Loc: 769 Script: <" bonus bMatk,10; bonus2 bMagicAtkEle,Ele_Wind,5; if(getrefine()>=9) { bonus2 bMagicAtkEle,Ele_Wind,5; } "> }, { Id: 4587 AegisName: "Tiyanak_Card" Name: "Tiyanak Card" Type: 6 Buy: 20 Weight: 10 Loc: 136 Script: <" bonus2 bCriticalAddRace,RC_DemiHuman,12; bonus2 bCriticalAddRace,RC_Fish,12; bonus2 bCriticalAddRace,RC_Brute,12; "> }, { Id: 4588 AegisName: "Wakwak_Card" Name: "Wakwak Card" Type: 6 Buy: 20 Weight: 10 Loc: 4 Script: <" bonus bBaseAtk,5*(readparam(bStr)/10); "> }, { Id: 4589 AegisName: "Jejeling_Card" Name: "Jejeling Card" Type: 6 Buy: 20 Weight: 10 Loc: 4 Script: <" bonus bMaxHP,200*(readparam(bVit)/10); "> }, { Id: 4590 AegisName: "Bangungot_Card" Name: "Bangungot Card" Type: 6 Buy: 20 Weight: 10 Loc: 16 Script: <" bonus bInt,4; bonus5 bAutoSpellWhenHit,"NPC_WIDESLEEP",3,2500,BF_MAGIC,0; "> }, { Id: 4591 AegisName: "Bakonawa_Card" Name: "Bakonawa Card" Type: 6 Buy: 20 Weight: 10 Loc: 16 Script: <" bonus bStr,4; bonus2 bAddEffWhenHit,Eff_Bleeding,2000; "> }, { Id: 4592 AegisName: "Buwaya_Card" Name: "Buwaya Card" Type: 6 Buy: 20 Weight: 10 Loc: 16 Script: <" bonus bVit,4; bonus5 bAutoSpellWhenHit,"NPC_WIDESTONE",3,2500,BF_MAGIC,0; "> }, { Id: 26005 AegisName: "Gopinich_Card" Name: "Gopinich Card" Type: 6 Sell: 20 Weight: 10 Loc: 32 Script: <" bonus bNoMiscDamage,100; bonus bDefRate,-100; bonus bDef2Rate,-100; bonus bUnbreakableShield,0; bonus2 bSubRace,RC_NonBoss,40; bonus2 bSubRace,RC_Boss,40; "> }, { Id: 22557 AegisName: "Lucky_Bag1" Name: "Lucky Bag1" Type: 2 Buy: 20 Upper: 63 EquipLv: 60 Script: <" packageitem(); "> }, { Id: 22558 AegisName: "Lucky_Bag2" Name: "Lucky Bag2" Type: 2 Buy: 20 Upper: 63 EquipLv: 175 Script: <" packageitem(); "> }, { Id: 22559 AegisName: "Mock_Strawberry" Name: "Mock Strawberry" Type: 11 Buy: 20 Weight: 100 Upper: 63 Script: <" percentheal 50,50; itemskill "SM_ENDURE",3; "> }, { Id: 22569 AegisName: "New_beginning_gift" Name: "New beginning gift" Type: 2 Buy: 1000 Weight: 200 Upper: 63 }, { Id: 22570 AegisName: "Human_Resist_Potion" Name: "Human Resist Potion" Type: 2 Buy: 1000 Weight: 200 Upper: 63 }, { Id: 22571 AegisName: "Easter_Egg" Name: "Easter Egg" Type: 2 Buy: 1000 Weight: 200 Upper: 63 }, { Id: 22610 AegisName: "New_Beginnings_Box" Name: "New Beginnings Box" Type: 2 Buy: 10 Weight: 10 Upper: 63 }, { Id: 22611 AegisName: "Packed_Envelope" Name: "Packed Envelope" Type: 11 Buy: 10 Weight: 10 Upper: 63 }, { Id: 22612 AegisName: "Corrupt_Reagents" Name: "Corrupt Reagents" Type: 11 Buy: 10 Weight: 50 Upper: 63 }, { Id: 22613 AegisName: "Contaminated_Reagents" Name: "Contaminated Reagents" Type: 11 Buy: 10 Weight: 50 Upper: 63 }, { Id: 22614 AegisName: "Premium_Manual" Name: "Premium Manual" Type: 2 Buy: 2 Upper: 63 Script: <" sc_start SC_EXPBOOST,8640000,50; sc_start SC_ITEMBOOST,8640000,200; "> }, { Id: 22619 AegisName: "Ghost_Scroll" Name: "Ghost Scroll" Type: 3 Buy: 10 Upper: 63 }, { Id: 22620 AegisName: "Box_Of_Memories" Name: "Box Of Memories" Type: 3 Buy: 10 Upper: 63 }, { Id: 22621 AegisName: "Barbecued_Squid" Name: "Barbecued Squid" Type: 3 Buy: 10 Weight: 250 Upper: 63 }, { Id: 22625 AegisName: "Oktoberfest_Bag" Name: "Oktoberfest Bag" Type: 2 Buy: 0 Weight: 100 Script: <" sc_start SC_OKTOBERFEST,600000,0; "> }, { Id: 22653 AegisName: "Wet_Card_Album" Name: "Wet Card Album" Type: 11 Buy: 20 Weight: 200 Upper: 63 Script: <" percentheal 20,0; "> }, { Id: 22654 AegisName: "Honey_Cake" Name: "Honey Cake" Type: 2 Buy: 10000 Weight: 500 Upper: 63 Script: <" percentheal 20,20; "> }, { Id: 22658 AegisName: "Steamed_Steak" Name: "Steamed Steak" Type: 11 Buy: 20 Weight: 100 Upper: 63 }, { Id: 22667 AegisName: "WoE_Red_Box" Name: "WoE Red Box" Type: 2 Buy: 20 Weight: 100 Upper: 63 }, { Id: 22669 AegisName: "Halloween_Loose_Box" Name: "Halloween Loose Box" Type: 2 Buy: 20 Weight: 200 Upper: 63 }, { Id: 22670 AegisName: "Invitation_From_The_Dead" Name: "Invitation From The Dead" Type: 2 Buy: 20 Weight: 10 Upper: 63 }, { Id: 22675 AegisName: "Mysterious_Scroll" Name: "Mysterious Scroll" Type: 2 Buy: 20 Weight: 100 Upper: 63 Script: <" sc_start SC_INTFOOD,3600000,30; "> }, { Id: 22676 AegisName: "Hangul_Day_Event_Box" Name: "Hangul Day Event Box" Type: 2 Buy: 20 Weight: 100 Upper: 63 Script: <" getitem 22675,10; getitem 607,9; "> }, { Id: 22679 AegisName: "Death_of_Bin" Name: "Death of Bin" Type: 2 Buy: 20 Upper: 63 EquipLv: 170 }, { Id: 22680 AegisName: "Piece_of_Yellow_Crystal" Name: "Piece of Yellow Crystal" Type: 0 Buy: 0 Weight: 30 Upper: 63 }, { Id: 22681 AegisName: "Piece_of_Blue_Crystal" Name: "Piece of Blue Crystal" Type: 0 Buy: 0 Weight: 30 Upper: 63 }, { Id: 22682 AegisName: "Piece_of_Red_Crystal" Name: "Piece of Red Crystal" Type: 0 Buy: 0 Weight: 30 Upper: 63 }, { Id: 22687 AegisName: "Fragments_of_Evil_Thoughts" Name: "Fragments of Evil Thoughts" Type: 0 Buy: 0 Weight: 1 Upper: 63 }, { Id: 22688 AegisName: "Wisdom_Turn_Eggs2" Name: "ÖÇ»Ûתµ°2" Type: 2 Buy: 20 Weight: 10 Upper: 63 Script: <" packageitem(); "> }, { Id: 22689 AegisName: "Christmas_Turn_Eggs2" Name: "Ê¥µ®½Úתµ°2" Type: 2 Buy: 20 Weight: 10 Upper: 63 Script: <" packageitem(); "> }, { Id: 22690 AegisName: "Mission_Turn_Eggs2" Name: "ʹÃüתµ°2" Type: 2 Buy: 20 Weight: 10 Upper: 63 Script: <" packageitem(); "> }, { Id: 24000 AegisName: "Shadow_Set1_Shirt" Name: "Ó°×ÓÕ½ÅÛT1(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 65536 EquipLv: 1 Script: <" bonus bStr,1; "> }, { Id: 24001 AegisName: "Shadow_Set1_Weapons" Name: "Ó°×ÓÎäÆ÷T1(Ó°×Ó×°±¸)" Type: 4 Buy: 20 Upper: 63 Loc: 131072 EquipLv: 1 Script: <" bonus bDex,1; "> }, { Id: 24002 AegisName: "Shadow_Set1_Shield" Name: "Ó°×Ó¶ÜÅÆT1(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 262144 EquipLv: 1 Script: <" bonus bLuk,1; "> }, { Id: 24003 AegisName: "Shadow_Set1_Shoes" Name: "Ó°×Ó֮ѥT1(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 524288 EquipLv: 1 Script: <" bonus bAgi,1; "> }, { Id: 24004 AegisName: "Shadow_Set1_Pendants_R" Name: "Ó°×Ó×¹ÊÎÓÒT1(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 2097152 EquipLv: 1 Script: <" bonus bVit,1; "> }, { Id: 24005 AegisName: "Shadow_Set1_Pendants_L" Name: "Ó°×Ó×¹ÊÎ×óT1(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 1048576 EquipLv: 1 Script: <" bonus bInt,1; "> }, { Id: 24006 AegisName: "Shadow_Set2_Shirt" Name: "Ó°×ÓÕ½ÅÛT2(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 65536 EquipLv: 1 Script: <" bonus bStr,2; "> }, { Id: 24007 AegisName: "Shadow_Set2_Weapons" Name: "Ó°×ÓÎäÆ÷T2(Ó°×Ó×°±¸)" Type: 4 Buy: 20 Upper: 63 Loc: 131072 EquipLv: 1 Script: <" bonus bDex,2; "> }, { Id: 24008 AegisName: "Shadow_Set2_Shield" Name: "Ó°×Ó¶ÜÅÆT2(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 262144 EquipLv: 1 Script: <" bonus bLuk,2; "> }, { Id: 24009 AegisName: "Shadow_Set2_Shoes" Name: "Ó°×Ó֮ѥT2(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 524288 EquipLv: 1 Script: <" bonus bAgi,2; "> }, { Id: 24010 AegisName: "Shadow_Set2_Pendants_R" Name: "Ó°×Ó×¹ÊÎÓÒT2(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 2097152 EquipLv: 1 Script: <" bonus bVit,2; "> }, { Id: 24011 AegisName: "Shadow_Set2_Pendants_L" Name: "Ó°×Ó×¹ÊÎ×óT2(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 1048576 EquipLv: 1 Script: <" bonus bInt,2; "> }, { Id: 24012 AegisName: "Shadow_Set1_Weapons_Sall" Name: "Ó°×ÓÎäÆ÷´ÙÏú(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 131072 EquipLv: 1 Script: <" bonus bDex,1; "> }, { Id: 24013 AegisName: "Shadow_Set1_Shirt_Sall" Name: "Ó°×ÓÕ½ÅÛ´ÙÏú(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 65536 EquipLv: 1 Script: <" bonus bLuk,1; "> }, { Id: 24014 AegisName: "Shadow_Set1_Shoes_Sall" Name: "Ó°×Ó֮ѥ´ÙÏú(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 524288 EquipLv: 1 Script: <" bonus bAgi,1; "> }, { Id: 24015 AegisName: "Shadow_Set1_Shield_Sall" Name: "Ó°×Ó¶ÜÅÆ´ÙÏú(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 262144 EquipLv: 1 Script: <" bonus bVit,1; "> }, { Id: 24016 AegisName: "Shadow_Set1_Earrings_R_Sall" Name: "Ó°×Ó¶ú»·ÓÒ´ÙÏú(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 2097152 EquipLv: 1 Script: <" bonus bInt,1; "> }, { Id: 24017 AegisName: "Shadow_Set1_Pendants_L_Sall" Name: "Ó°×Ó×¹ÊÎ×ó´ÙÏú(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 1048576 EquipLv: 1 Script: <" bonus bStr,1; "> }, { Id: 24018 AegisName: "Shadow_Set3_Earrings_R_Physical" Name: "ÎïÀíÓ°×Ó¶ú»·(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 2097152 EquipLv: 1 Script: <" bonus bAspdRate,((getrefine()>7)?2:1); "> }, { Id: 24019 AegisName: "Shadow_Set3_Weapons_Physical" Name: "ÎïÀíÓ°×ÓÎäÆ÷(Ó°×Ó×°±¸)" Type: 4 Buy: 20 Upper: 63 Loc: 131072 EquipLv: 1 Script: <" bonus bBaseAtk,10; if(getrefine()>=7) { bonus bAtkRate,1; } "> }, { Id: 24020 AegisName: "Shadow_Set3_Pendants_L_Physical" Name: "ÎïÀíÓ°×Ó×¹ÊÎ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 1048576 EquipLv: 1 Script: <" bonus bMaxHP,100; if(getrefine()>=7) { bonus bMaxHPrate,1; } "> }, { Id: 24021 AegisName: "Shadow_Set3_Earrings_R_Magic" Name: "ħ·¨Ó°×Ó¶ú»·(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 2097152 EquipLv: 1 Script: <" bonus bCastrate,((getrefine()>7)?-2:-1); "> }, { Id: 24022 AegisName: "Shadow_Set3_Weapons_Magic" Name: "ħ·¨Ó°×ÓÎäÆ÷(Ó°×Ó×°±¸)" Type: 4 Buy: 20 Upper: 63 Loc: 131072 EquipLv: 1 Script: <" bonus bMatk,10; if(getrefine()>=7) { bonus bMatkRate,1; } "> }, { Id: 24023 AegisName: "Shadow_Set3_Pendants_L_Magic" Name: "ħ·¨Ó°×Ó×¹ÊÎ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 1048576 EquipLv: 1 Script: <" bonus bMaxSP,100; if(getrefine()>=7) { bonus bMaxSPrate,1; } "> }, { Id: 24024 AegisName: "Shadow_Set2_Shirt_" Name: "΢·çÓ°Ö®îø(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 65536 EquipLv: 1 Script: <" bonus bFlee,((getrefine()>7)?15:5); "> }, { Id: 24025 AegisName: "Shadow_Set3_Shoes_" Name: "¹Ú¾üӰ֮ѥ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 524288 EquipLv: 1 Script: <" bonus bMaxHP,20; bonus bMaxSP,10; if(getrefine()>=7) { bonus bMaxHPrate,1; bonus bMaxSPrate,1; } "> }, { Id: 24026 AegisName: "Shadow_Set3_Shield_" Name: "ÑŵäÄÈÓ°Ö®¶Ü(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 262144 EquipLv: 1 Script: <" bonus bDef,((getrefine()>7)?20:10); "> }, { Id: 24027 AegisName: "Shadow_Set3_Shirt_1" Name: "Ó°×ÓÃâÒßîø¼×(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 65536 EquipLv: 1 Script: <" bonus2 bSubEle,0,1; "> }, { Id: 24028 AegisName: "Shadow_Set3_Shirt_2" Name: "Ó°×ÓÎȹÌîø¼×(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 65536 EquipLv: 1 Script: <" bonus bMaxHP,100; if(getrefine()>=7) { bonus bMaxHPrate,1; } "> }, { Id: 24029 AegisName: "Shadow_Set3_Shirt_3" Name: "Ó°×ÓÔ¶¹Åîø¼×(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 65536 EquipLv: 1 Script: <" bonus bHit,((getrefine()>7)?20:10); "> }, { Id: 24030 AegisName: "Shadow_Set3_Shirt_4" Name: "Ó°×ÓΣ»úîø¼×(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 65536 EquipLv: 1 Script: <" bonus bCritical,((getrefine()>7)?10:5); "> }, { Id: 24031 AegisName: "Shadow_Set3_Weapons_Long" Name: "°µÓ°·ÉÓðÖ®Íõ(Ó°×Ó×°±¸)" Type: 4 Buy: 20 Upper: 63 Loc: 131072 EquipLv: 1 Script: <" bonus bBaseAtk,10; if(getrefine()>=7) { bonus bLongAtkRate,1; } "> }, { Id: 24032 AegisName: "Shadow_Set3_Weapons_Crit" Name: "°µÓ°ÁÒÄñÖìȸ(Ó°×Ó×°±¸)" Type: 4 Buy: 20 Upper: 63 Loc: 131072 EquipLv: 1 Script: <" bonus bBaseAtk,10; if(getrefine()>=7) { bonus bCritAtkRate,(getrefine()-7); } "> }, { Id: 24033 AegisName: "Shadow_Set3_Weapons_Heal" Name: "°µÓ°ÀûÆ÷ÓúºÏ(Ó°×Ó×°±¸)" Type: 4 Buy: 20 Upper: 63 Loc: 131072 EquipLv: 1 Script: <" bonus bMatk,10; if(getrefine()>=7) { bonus bHealPower,5; } "> }, { Id: 24034 AegisName: "Shadow_Set3_Weapons_Luk" Name: "°µÓ°ÀûÆ÷ÐÒÔË(Ó°×Ó×°±¸)" Type: 4 Buy: 20 Upper: 63 Loc: 131072 EquipLv: 1 Script: <" bonus bLuk,1; if(getrefine()>=7) { bonus bLuk,1; } if(getrefine()>=9) { bonus bLuk,1; } "> }, { Id: 24035 AegisName: "Shadow_Set3_Earrings_R_Str" Name: "°µÓ°Á¦Á¿¶ú»·(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 2097152 EquipLv: 1 Script: <" bonus bStr,1; if(getrefine()>=7) { bonus bStr,1; } if(getrefine()>=9) { bonus bStr,1; } "> }, { Id: 24036 AegisName: "Shadow_Set3_Pendants_L_Int" Name: "°µÓ°ÖÇ»Û×¹ÊÎ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 1048576 EquipLv: 1 Script: <" bonus bInt,1; if(getrefine()>=7) { bonus bInt,1; } if(getrefine()>=9) { bonus bInt,1; } "> }, { Id: 24037 AegisName: "Shadow_Set3_Shirt_Dexter_Russ" Name: "µÂ¿Ë˹ÌØÀ­Ë¹°µÓ°»¤¼×(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 65536 EquipLv: 1 Script: <" bonus bDex,1; if(getrefine()>=7) { bonus bDex,1; } if(getrefine()>=9) { bonus bDex,1; } "> }, { Id: 24038 AegisName: "Shadow_Set3_Shoes_Vital" Name: "ÖÁ¹ØÖØÒªµÄÒõӰ֮ѥ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 524288 EquipLv: 1 Script: <" bonus bVit,1; if(getrefine()>=7) { bonus bVit,1; } if(getrefine()>=9) { bonus bVit,1; } "> }, { Id: 24039 AegisName: "Shadow_Set3_Shield_Athletic" Name: "Ó°×Ó¾º¼¼Ö®¶Ü(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 262144 EquipLv: 1 Script: <" bonus bAgi,1; if(getrefine()>=7) { bonus bAgi,1; } if(getrefine()>=9) { bonus bAgi,1; } "> }, { Id: 24040 AegisName: "Shadow_Set3_Shirt_luk" Name: "Ó°×ÓÐÒÔË»¤¼×(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 65536 EquipLv: 1 Script: <" bonus bLuk,1; bonus bCritical,(getrefine()/2); "> }, { Id: 24041 AegisName: "Shadow_Set3_Pendants_L_Power" Name: "Ó°×Ó¶¯Á¦×¹ÊÎ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 1048576 EquipLv: 1 Script: <" bonus bStr,1; bonus bBaseAtk,getrefine(); "> }, { Id: 24042 AegisName: "Shadow_Set3_Earrings_R_Power" Name: "Ó°×Ó¶¯Á¦¶ú»·(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 2097152 EquipLv: 1 Script: <" bonus bInt,1; bonus bMatk,getrefine(); "> }, { Id: 24043 AegisName: "Shadow_Set3_Weapons_Dexter_Russ" Name: "µÂ¿Ë˹ÌØÀ­Ë¹°µÓ°ÀûÆ÷(Ó°×Ó×°±¸)" Type: 4 Buy: 20 Upper: 63 Loc: 131072 EquipLv: 1 Script: <" bonus bDex,1; bonus bHit,getrefine(); "> }, { Id: 24044 AegisName: "Shadow_Set3_Shield_Vital" Name: "ÖÁ¹ØÖØÒªµÄÒõÓ°Ö®¶Ü(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 262144 EquipLv: 1 Script: <" bonus bVit,1; bonus bDef,getrefine(); "> }, { Id: 24045 AegisName: "Shadow_Set3_Shoes_Athletic" Name: "Ó°×Ó¾º¼¼Ö®Ñ¥(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 524288 EquipLv: 1 Script: <" bonus bAgi,1; bonus bFlee,getrefine(); "> }, { Id: 24046 AegisName: "Shadow_Set3_Pendants_L_Spell_Resistance" Name: "Ó°×Ó·¨ÊõÄÜÁ¿µÖ¿¹×¹ÊÎ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 1048576 EquipLv: 1 Script: <" bonus bMef,3; if(getrefine()>=7) { bonus bMef,3; } "> }, { Id: 24047 AegisName: "Shadow_Set3_Pendants_L_Speed" Name: "Ó°×ÓѸ½Ý×¹ÊÎ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 1048576 EquipLv: 1 Script: <" bonus bAspdRate,1; if(getrefine()>=7) { bonus bAspdRate,1; } if(getrefine()>=9) { bonus bAspdRate,2; } "> }, { Id: 24048 AegisName: "Shadow_Set3_Pendants_L_Caster" Name: "Ó°×ÓÊ©·¨Õß×¹ÊÎ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 1048576 EquipLv: 1 Script: <" bonus bCastrate,-1; if(getrefine()>=7) { bonus bCastrate,-1; } if(getrefine()>=9) { bonus bCastrate,-2; } "> }, { Id: 24049 AegisName: "Shadow_Set3_Earrings_R_Tough" Name: "Ó°×Ó¼áÈͶú»·(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 2097152 EquipLv: 1 Script: <" bonus bMaxHP,100; if(getrefine()>=7) { bonus bMaxHPrate,1; } if(getrefine()>=9) { bonus bMaxHPrate,1; } "> }, { Id: 24050 AegisName: "Shadow_Set3_Earrings_R_Wise" Name: "Ó°×ÓÖÇÕ߶ú»·(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 2097152 EquipLv: 1 Script: <" bonus bMaxSP,50; if(getrefine()>=7) { bonus bMaxSPrate,1; } if(getrefine()>=9) { bonus bMaxSPrate,1; } "> }, { Id: 24051 AegisName: "Shadow_Set3_Earrings_R_Athena" Name: "ÑŵäÄÈÓ°×Ó¶ú»·(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Def: 10 Upper: 63 Loc: 2097152 EquipLv: 1 Script: <" if(getrefine()>=7) { bonus bDef,10; } "> }, { Id: 24052 AegisName: "Shadow_Set4_Shield_Earl" Name: "Ó°×ÓÐÇÔ²®¾ô¶ÜÅÆ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 262144 EquipLv: 1 Script: <" bonus2 bSubRace,7,1; if(getrefine()>=7){ bonus2 bSubRace,7,1; } if(getrefine()>=9){ bonus2 bSubRace,7,1; } "> }, { Id: 24053 AegisName: "Shadow_Set4_Shield_Safeguard" Name: "Ó°×Ó±£Õ϶ÜÅÆ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 262144 EquipLv: 1 Script: <" bonus2 bSubRace,10,1; if(getrefine()>=7){ bonus2 bSubRace,10,1; } if(getrefine()>=9){ bonus2 bSubRace,10,1; } "> }, { Id: 24054 AegisName: "Shadow_Set4_Shield_Cruel" Name: "Ó°×Ӳпá¶ÜÅÆ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 262144 EquipLv: 1 Script: <" bonus2 bSubRace,2,1; if(getrefine()>=7){ bonus2 bSubRace,2,1; } if(getrefine()>=9){ bonus2 bSubRace,2,1; } "> }, { Id: 24055 AegisName: "Shadow_Set4_Shield_Miniature" Name: "Ó°×Ó΢ÐͶÜÅÆ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 262144 EquipLv: 1 Script: <" bonus2 bSubRace,4,1; if(getrefine()>=7){ bonus2 bSubRace,4,1; } if(getrefine()>=9){ bonus2 bSubRace,4,1; } "> }, { Id: 24056 AegisName: "Shadow_Set4_Shield_Giants" Name: "Ó°×ÓºÀÃŶÜÅÆ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 262144 EquipLv: 1 Script: <" bonus2 bSubRace,5,1; if(getrefine()>=7){ bonus2 bSubRace,5,1; } if(getrefine()>=9){ bonus2 bSubRace,5,1; } "> }, { Id: 24057 AegisName: "Shadow_Set4_Shield_Dragoons" Name: "Ó°×ÓÁúÆï±ø¶ÜÅÆ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 262144 EquipLv: 1 Script: <" bonus2 bSubRace,6,1; if(getrefine()>=7){ bonus2 bSubRace,6,1; } if(getrefine()>=9){ bonus2 bSubRace,6,1; } "> }, { Id: 24058 AegisName: "Shadow_Set4_Shield_Fourimages" Name: "Ó°×ÓËÄÏó¶ÜÅÆ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 262144 EquipLv: 1 Script: <" bonus2 bSubRace,8,1; if(getrefine()>=7){ bonus2 bSubRace,8,1; } if(getrefine()>=9){ bonus2 bSubRace,8,1; } "> }, { Id: 24059 AegisName: "Shadow_Set4_Shield_Bodyguard" Name: "Ó°×ÓÎÀÊ¿¶ÜÅÆ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 262144 EquipLv: 1 Script: <" bonus2 bSubRace,0,1; if(getrefine()>=7){ bonus2 bSubRace,0,1; } if(getrefine()>=9){ bonus2 bSubRace,0,1; } "> }, { Id: 24060 AegisName: "Shadow_Set4_Shield_Soul" Name: "Ó°×ÓÕò»ê¶ÜÅÆ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 262144 EquipLv: 1 Script: <" bonus2 bSubRace,1,1; if(getrefine()>=7){ bonus2 bSubRace,1,1; } if(getrefine()>=9){ bonus2 bSubRace,1,1; } "> }, { Id: 24061 AegisName: "Shadow_Set4_Shield_Cardiff" Name: "Ó°×Ó¿¨µÏ·ò¶ÜÅÆ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 262144 EquipLv: 1 Script: <" bonus2 bSubRace,3,1; if(getrefine()>=7){ bonus2 bSubRace,3,1; } if(getrefine()>=9){ bonus2 bSubRace,3,1; } "> }, { Id: 24062 AegisName: "Shadow_Set4_Shoes_Bloody" Name: "Ó°×ÓѪɫսѥ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 524288 EquipLv: 1 Script: <" bonus2 bAddRace,7,2; if(getrefine()>=7){ bonus2 bAddRace,7,1; } if(getrefine()>=9){ bonus2 bAddRace,7,2; } "> }, { Id: 24063 AegisName: "Shadow_Set4_Shoes_Liberation" Name: "Ó°×Ó½â·Åսѥ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 524288 EquipLv: 1 Script: <" bonus2 bAddRace,10,2; if(getrefine()>=7){ bonus2 bAddRace,10,1; } if(getrefine()>=9){ bonus2 bAddRace,10,2; } "> }, { Id: 24064 AegisName: "Shadow_Set4_Shoes_Biochemical" Name: "Ó°×ÓÉú»¯Õ½Ñ¥(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 524288 EquipLv: 1 Script: <" bonus2 bAddRace,3,2; if(getrefine()>=7){ bonus2 bAddRace,3,1; } if(getrefine()>=9){ bonus2 bAddRace,3,2; } "> }, { Id: 24065 AegisName: "Shadow_Set4_Shoes_LasMurray" Name: "Ó°×ÓÀ­Ë¹ÄÂÀ×սѥ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 524288 EquipLv: 1 Script: <" bonus2 bAddRace,2,2; if(getrefine()>=7){ bonus2 bAddRace,2,1; } if(getrefine()>=9){ bonus2 bAddRace,2,2; } "> }, { Id: 24066 AegisName: "Shadow_Set4_Shoes_SikaTi" Name: "Ó°×Ó˹¿¨Ìáսѥ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 524288 EquipLv: 1 Script: <" bonus2 bAddRace,4,2; if(getrefine()>=7){ bonus2 bAddRace,4,1; } if(getrefine()>=9){ bonus2 bAddRace,4,2; } "> }, { Id: 24067 AegisName: "Shadow_Set4_Shoes_Fisher" Name: "Ó°×Ó·ÑÉá¶ûսѥ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 524288 EquipLv: 1 Script: <" bonus2 bAddRace,5,2; if(getrefine()>=7){ bonus2 bAddRace,5,1; } if(getrefine()>=9){ bonus2 bAddRace,5,2; } "> }, { Id: 24068 AegisName: "Shadow_Set4_Shoes_Seraphim" Name: "Ó°×ÓÈûÀ­·Òսѥ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 524288 EquipLv: 1 Script: <" bonus2 bAddRace,8,2; if(getrefine()>=7){ bonus2 bAddRace,8,1; } if(getrefine()>=9){ bonus2 bAddRace,8,2; } "> }, { Id: 24069 AegisName: "Shadow_Set4_Shoes_Bystander" Name: "Ó°×ÓÅÔ¹ÛÕßսѥ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 524288 EquipLv: 1 Script: <" bonus2 bAddRace,0,2; if(getrefine()>=7){ bonus2 bAddRace,0,1; } if(getrefine()>=9){ bonus2 bAddRace,0,2; } "> }, { Id: 24070 AegisName: "Shadow_Set4_Shoes_Holy" Name: "Ó°×ÓÉñʥսѥ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 524288 EquipLv: 1 Script: <" bonus2 bAddRace,1,2; if(getrefine()>=7){ bonus2 bAddRace,1,1; } if(getrefine()>=9){ bonus2 bAddRace,1,2; } "> }, { Id: 24071 AegisName: "Shadow_Set4_Shoes_Dragoons" Name: "Ó°×ÓÁúÆï±øսѥ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 524288 EquipLv: 1 Script: <" bonus2 bAddRace,6,2; if(getrefine()>=7){ bonus2 bAddRace,6,1; } if(getrefine()>=9){ bonus2 bAddRace,6,2; } "> }, { Id: 24072 AegisName: "Shadow_Set4_Shirt_Large" Name: "Ó°×Ó´óÐÍîø¼×(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 65536 EquipLv: 1 Script: <" bonus2 bSubSize,2,1; if(getrefine()>=7){ bonus2 bSubSize,2,1; } if(getrefine()>=9){ bonus2 bSubSize,2,2; } "> }, { Id: 24073 AegisName: "Shadow_Set4_Shirt_Middle" Name: "Ó°×ÓÖÐÐÍîø¼×(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 65536 EquipLv: 1 Script: <" bonus2 bSubSize,1,1; if(getrefine()>=7){ bonus2 bSubSize,1,1; } if(getrefine()>=9){ bonus2 bSubSize,1,2; } "> }, { Id: 24074 AegisName: "Shadow_Set4_Shirt_Small" Name: "Ó°×ÓСÐÍîø¼×(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 65536 EquipLv: 1 Script: <" bonus2 bSubSize,0,1; if(getrefine()>=7){ bonus2 bSubSize,0,1; } if(getrefine()>=9){ bonus2 bSubSize,0,2; } "> }, { Id: 24075 AegisName: "Shadow_Set4_Weapons_Large" Name: "Ó°×Ó´óÐÍÎäÆ÷(Ó°×Ó×°±¸)" Type: 4 Buy: 20 Def: 1 Upper: 63 Loc: 131072 EquipLv: 1 Script: <" bonus2 bAddSize,2,1; if(getrefine()>=7){ bonus2 bAddSize,2,1; } if(getrefine()>=9){ bonus2 bAddSize,2,2; } bonus2 bMagicAddSize,2,1; if(getrefine()>=7){ bonus2 bMagicAddSize,2,1; } if(getrefine()>=9){ bonus2 bMagicAddSize,2,2; } "> }, { Id: 24076 AegisName: "Shadow_Set4_Weapons_Middle" Name: "Ó°×ÓÖÐÐÍÎäÆ÷(Ó°×Ó×°±¸)" Type: 4 Buy: 20 Def: 1 Upper: 63 Loc: 131072 EquipLv: 1 Script: <" bonus2 bAddSize,1,1; if(getrefine()>=7){ bonus2 bAddSize,1,1; } if(getrefine()>=9){ bonus2 bAddSize,1,2; } bonus2 bMagicAddSize,1,1; if(getrefine()>=7){ bonus2 bMagicAddSize,1,1; } if(getrefine()>=9){ bonus2 bMagicAddSize,1,2; } "> }, { Id: 24077 AegisName: "Shadow_Set4_Weapons_Small" Name: "Ó°×ÓÖÐÐÍÎäÆ÷(Ó°×Ó×°±¸)" Type: 4 Buy: 20 Def: 1 Upper: 63 Loc: 131072 EquipLv: 1 Script: <" bonus2 bAddSize,0,1; if(getrefine()>=7){ bonus2 bAddSize,0,1; } if(getrefine()>=9){ bonus2 bAddSize,0,2; } bonus2 bMagicAddSize,0,1; if(getrefine()>=7){ bonus2 bMagicAddSize,0,1; } if(getrefine()>=9){ bonus2 bMagicAddSize,0,2; } "> }, { Id: 24078 AegisName: "Shadow_Spirit_Weapons" Name: "Ó°×Ó¾«ÉñÎäÆ÷(Ó°×Ó×°±¸)" Type: 4 Buy: 20 Def: 1 Upper: 63 Loc: 131072 EquipLv: 1 Script: <" bonus bSPrecovRate,5; if(getrefine()>=7){ bonus bSPrecovRate,5; } "> }, { Id: 24079 AegisName: "Shadow_Spirit_Earrings_R" Name: "Ó°×Ó¾«Éñ¶ú»·(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Def: 1 Upper: 63 Loc: 2097152 EquipLv: 1 Script: <" bonus bMaxSP,50; if(getrefine()>=7){ bonus bMaxSPrate,1; } "> }, { Id: 24080 AegisName: "Shadow_Spirit_Pendants_L" Name: "Ó°×Ó¾«Éñ×¹ÊÎ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Def: 1 Upper: 63 Loc: 1048576 EquipLv: 1 Script: <" bonus bMaxSPrate,1; if(getrefine()>=7){ bonus bMaxSPrate,1; } "> }, { Id: 24081 AegisName: "Shadow_Rare_Shirt" Name: "Ó°×ÓÏ¡ÓÐîø¼×(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 65536 EquipLv: 1 Script: <" bonus bMaxHP,100; if(getrefine()>=7){ bonus bMaxHPrate,1; } "> }, { Id: 24082 AegisName: "Shadow_Rare_Shoes" Name: "Ó°×ÓÏ¡ÓÐսѥ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 524288 EquipLv: 1 Script: <" bonus bMaxHPrate,1; if(getrefine()>=7){ bonus bMaxHPrate,1; } "> }, { Id: 24083 AegisName: "Shadow_Rare_Shield" Name: "Ó°×ÓÏ¡ÓжÜÅÆ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 262144 EquipLv: 1 Script: <" bonus bHPrecovRate,5; if(getrefine()>=7){ bonus bHPrecovRate,5; } "> }, { Id: 24084 AegisName: "Shadow_Gem_Shirt" Name: "Ó°×Ó±¦Ê¯îø¼×(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 65536 EquipLv: 1 Script: <" bonus bCritical,5; bonus bCritical,getrefine()/2; "> }, { Id: 24085 AegisName: "Shadow_Gem_Shoes" Name: "Ó°×Ó±¦Ê¯Õ½Ñ¥(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 524288 EquipLv: 1 Script: <" bonus bFlee,5; bonus bFlee,getrefine()/2; "> }, { Id: 24086 AegisName: "Shadow_Gem_Shield" Name: "Ó°×Ó±¦Ê¯¶ÜÅÆ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Upper: 63 Loc: 262144 EquipLv: 1 Script: <" bonus bDef,5; bonus bDef,getrefine()/2; "> }, { Id: 24087 AegisName: "Shadow_Gem_Weapons" Name: "Ó°×Ó±¦Ê¯ÎäÆ÷(Ó°×Ó×°±¸)" Type: 4 Buy: 20 Def: 1 Upper: 63 Loc: 131072 EquipLv: 1 Script: <" bonus bHit,5; bonus bHit,getrefine()/2; "> }, { Id: 24088 AegisName: "Shadow_Gem_Earrings_R" Name: "Ó°×Ó±¦Ê¯¶ú»·(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Def: 1 Upper: 63 Loc: 2097152 EquipLv: 1 Script: <" bonus bMatk,5; bonus bMatk,getrefine()/2; "> }, { Id: 24089 AegisName: "Shadow_Gem_Pendants_L" Name: "Ó°×Ó±¦Ê¯×¹ÊÎ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Def: 1 Upper: 63 Loc: 1048576 EquipLv: 1 Script: <" bonus bAtk,5; bonus bAtk,getrefine()/2; "> }, { Id: 24099 AegisName: "Shadow_Frozen_Weapons" Name: "Ó°×Ó±ù·âÎäÆ÷(Ó°×Ó×°±¸)" Type: 4 Buy: 20 Def: 1 Upper: 63 Loc: 131072 EquipLv: 1 Script: <" bonus2 bResEff,Eff_Freeze,100*getrefine(); "> }, { Id: 24100 AegisName: "Shadow_Frozen_Earrings_R" Name: "Ó°×Ó±ù·â¶ú»·(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Def: 1 Upper: 63 Loc: 2097152 EquipLv: 1 Script: <" bonus2 bResEff,Eff_Freeze,100*getrefine(); "> }, { Id: 24101 AegisName: "Shadow_Frozen_Pendants_L" Name: "Ó°×Ó±ù·â×¹ÊÎ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Def: 1 Upper: 63 Loc: 1048576 EquipLv: 1 Script: <" bonus2 bResEff,Eff_Freeze,100*getrefine(); "> }, { Id: 24102 AegisName: "Shadow_Vitality_Earrings_R" Name: "Ó°×Ó»îÁ¦¶ú»·(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Def: 1 Upper: 63 Loc: 2097152 EquipLv: 1 Script: <" bonus2 bResEff,Eff_Bleeding,100*getrefine(); "> }, { Id: 24103 AegisName: "Shadow_Vitality_Pendants_L" Name: "Ó°×Ó»îÁ¦×¹ÊÎ(Ó°×Ó×°±¸)" Type: 5 Buy: 20 Def: 1 Upper: 63 Loc: 1048576 EquipLv: 1 Script: <" bonus2 bResEff,Eff_Bleeding,100*getrefine(); "> }, { Id: 28000 AegisName: "Variation_of_punch_blade" Name: "±äÒìÈ­ÈÐ" Type: 4 Buy: 20 Weight: 1800 Atk: 220 Matk: 80 Slots: 1 Job: 0x00001000 Loc: 34 WeaponLv: 4 EquipLv: 120 View: 16 Script: <" bonus bVit,6; bonus bInt,6; bonus bLuk,-6; bonus2 bHPDrainRate,10,5; bonus2 bSPDrainRate,10,5; bonus2 bHPLossRate,100,10000; "> OnUnequipScript: <" heal -1000,0; "> }, { Id: 28001 AegisName: "Survivors_punch_blade" Name: "µñÎÆ˺ÁÑÈ­ÈÐ" Type: 4 Buy: 20 Weight: 1200 Atk: 120 Range: 1 Slots: 1 Job: 0x00001000 Upper: 63 Loc: 34 WeaponLv: 3 EquipLv: 100 View: 16 Script: <" bonus2 bAddRace2,1,10; bonus2 bAddRace2,6,10; if(getrefine()>=9) { bonus bAtkRate,5; } if(getrefine()>=12) { bonus bAtkRate,7; } "> }, { Id: 28100 AegisName: "Variation_of_giant" Name: "±äÒì¾Þ¸«" Type: 4 Buy: 20 Weight: 4000 Atk: 300 Matk: 120 Range: 1 Slots: 1 Job: 0x000444A2 Loc: 34 WeaponLv: 4 EquipLv: 120 View: 7 Script: <" bonus bVit,6; bonus bInt,6; bonus bLuk,-6; bonus2 bHPDrainRate,10,5; bonus2 bSPDrainRate,10,5; bonus2 bHPLossRate,100,10000; "> OnUnequipScript: <" heal -1000,0; "> }, { Id: 28101 AegisName: "Axe_Tornado" Name: "Áú¾íÕ½¸«" Type: 4 Buy: 20 Weight: 4000 Atk: 320 Range: 1 Slots: 1 Job: 0x000444A2 Upper: 56 Loc: 34 WeaponLv: 4 EquipLv: 130 View: 7 Script: <" bonus bAtkEle,Ele_Wind; bonus2 bSkillCooldown,"NC_BOOSTKNUCKLE",-1000; "> }, { Id: 28200 AegisName: "Boundary_Line" Name: "ÖÕ½áµÄ¾³½çÏß" Type: 4 Buy: 0 Weight: 2400 Atk: 410 Range: 9 Slots: 1 Job: 0x01000000 Upper: 63 Loc: 34 WeaponLv: 3 EquipLv: 110 View: 21 Script: <" bonus2 bAddEff,Eff_Stun,1; bonus2 bAddEff,Eff_Blind,1; "> }, { Id: 28201 AegisName: "Southern_Cross_1" Name: "ÄÏÊ®×Ö" Type: 4 Buy: 0 Weight: 2000 Atk: 480 Range: 9 Job: 0x01000000 Upper: 63 Loc: 34 WeaponLv: 3 EquipLv: 141 View: 21 Script: <" bonus2 bAddEff,Eff_Curse,1; "> }, { Id: 28202 AegisName: "Southern_Cross_2" Name: "ÄÏÊ®×Ö" Type: 4 Buy: 0 Weight: 2000 Atk: 480 Range: 9 Slots: 1 Job: 0x01000000 Upper: 63 Loc: 34 WeaponLv: 3 EquipLv: 141 View: 21 Script: <" bonus2 bAddEff,Eff_Curse,1; "> }, { Id: 28306 AegisName: "Luna's_Blessing" Name: "ÔÂÉñµÄ×£¸£" Type: 5 Buy: 20 Weight: 100 Def: 5 Slots: 1 Upper: 63 Loc: 136 EquipLv: 1 Refine: false Script: <" bonus bAllStats,1; bonus bMdef,2; bonus3 bAutoSpellWhenHit,"CG_TAROTCARD",5,10; "> }, { Id: 28309 AegisName: "Moon_And_Stars_Necklace" Name: "ÐÇÔÂÏîÁ´" Type: 5 Buy: 20 Weight: 100 Def: 1 Slots: 1 Upper: 63 Loc: 136 EquipLv: 1 Refine: false Script: <" bonus bAllStats,2; bonus bMaxHPrate,10; bonus2 bAddRace,10,7; bonus2 bAddRace,11,7; bonus2 bMagicAddRace,10,7; bonus2 bMagicAddRace,11,7; "> }, { Id: 28310 AegisName: "Sarah's_Earrings_L" Name: "ɯÀ­µÄ×ó¶ú»·" Type: 5 Buy: 20 Weight: 100 Upper: 63 Loc: 136 EquipLv: 145 Refine: false Script: <" skill "AL_HEAL",1; "> }, { Id: 28311 AegisName: "Sarah's_Earrings_R" Name: "ɯÀ­µÄÓÒ¶ú»·" Type: 5 Buy: 20 Weight: 100 Upper: 63 Loc: 136 EquipLv: 145 Refine: false Script: <" skill "AL_TELEPORT",1; "> }, { Id: 28312 AegisName: "Ring_in_Platinum" Name: "²¬½ð½äÖ¸" Type: 5 Buy: 20 Weight: 200 Slots: 1 Upper: 63 Loc: 136 EquipLv: 36 Refine: false Script: <" bonus bLuk,2; bonus bMdef,3; "> }, { Id: 28313 AegisName: "Operation_Globe" Name: "ÕÆ¿ØÊÖÌ×" Type: 5 Buy: 20 Weight: 50 Slots: 1 Upper: 63 Loc: 136 EquipLv: 10 Refine: false Script: <" bonus bAspdRate,1; bonus bBaseAtk,10; bonus bFlee,-10; "> }, { Id: 28314 AegisName: "Hand_of_Glory" Name: "Èٹ⻤ÊÖ" Type: 5 Buy: 20 Weight: 50 Slots: 1 Job: 0xFFFFFFFE Upper: 63 Loc: 136 EquipLv: 80 Refine: false Script: <" bonus bHit,10; "> }, { Id: 28320 AegisName: "Assassin's_Despair" Name: "°µÉ±ÕߵľøÍû" Type: 5 Buy: 20 Weight: 100 Slots: 1 Upper: 63 Loc: 136 EquipLv: 1 Refine: false Script: <" bonus bAspd,1; "> }, { Id: 28323 AegisName: "Devins's_Globe" Name: "µÏÎĵĵØÇòÒÇ" Type: 5 Buy: 20 Weight: 1000 Slots: 1 Upper: 63 Loc: 136 EquipLv: 70 Refine: false Script: <" bonus3 bAutoSpell,PR_TURNUNDEAD,1,30; "> }, )