ThyroDree 3 Posted December 23, 2013 help me my custom set (armor ,mantue and shoes) can't be wear with Expanded Jobs Like GS,SG,etc., 29969,_farmor,Fusion Valkyrie Armor,5,0,,2800,,6,,1,0xFFFFFFFF,2,2,16,,1,1,0,{ bonus bUnbreakableArmor,0; bonus2 bResEff,Eff_Freeze,10000; },{},{} 29968,_fmanteau,Fusion Valkyrie Manteau,5,0,,500,,3,,1,0xFFFFFFFF,2,2,4,,1,1,0,{ bonus bUnbreakableGarment,0; if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) bonus bFlee2,5+(getequiprefinerycnt(EQI_GARMENT)*2); else if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) bonus bShortWeaponDamageReturn,5+(getequiprefinerycnt(EQI_GARMENT)*2); },{},{} 29967,_fshoes,Fusion Valkyrie Shoes,5,0,,500,,4,,1,0xFFFFFFFF,2,2,64,,1,1,0,{ bonus bUnbreakableShoes,0; bonus bMaxHPRate,20; bonus bMaxSPRate,10; bonus2 bResEff,Eff_Sleep,10000; },{},{} 29966,_fshield,Fusion Valkyrie Shield,5,30000,,500,,3,,1,0xFFFFFFFF,7,2,32,,65,1,4,{ bonus2 bSubEle,Ele_Water,10; bonus2 bSubEle,Ele_Fire,10; bonus2 bSubEle,Ele_Dark,10; bonus2 bSubEle,Ele_Undead,10; bonus bMdef,5; },{},{} Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted December 23, 2013 / Structure of Database: // ID,AegisName,Name,Type,Buy,Sell,Weight,ATK,DEF,Range,Slots,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script } Upper: Equippable upper-types. Uses the following bitmasks: Normal jobs: 0x01 (1) Upper jobs: 0x02 (2) Baby jobs: 0x04 (4) Third jobs: 0x08 (8) Upper Third jobs: 0x10 (16) Baby Third jobs: 0x20 (32) example: 29969,_farmor,Fusion Valkyrie Armor,5,0,,2800,,6,,1,0xFFFFFFFF,2,2,16,,1,1,0,{ bonus bUnbreakableArmor,0; bonus2 bResEff,Eff_Freeze,10000; },{},{} change it to 63 29969,_farmor,Fusion Valkyrie Armor,5,0,,2800,,6,,1,0xFFFFFFFF,63,2,16,,1,1,0,{ bonus bUnbreakableArmor,0; bonus2 bResEff,Eff_Freeze,10000; },{},{} Quote Share this post Link to post Share on other sites
help me my custom set (armor ,mantue and shoes)
can't be wear with Expanded Jobs Like GS,SG,etc.,
Share this post
Link to post
Share on other sites