Jhosef Posted June 4, 2012 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 299 Reputation: 5 Joined: 04/05/12 Last Seen: September 9, 2012 Share Posted June 4, 2012 Valkyrie Armor - 100% Anti Freeze Valk Shoes - +10% HP and SP , 100% Sleep Resistance Valk Mant - Same Effect in Normal but * 3 Valk Shoes - 100% Stone Resist Set Effect - +10 dex , +5% atk power Quote Link to comment Share on other sites More sharing options...
RCharles Posted June 4, 2012 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 154 Reputation: 10 Joined: 05/31/12 Last Seen: May 15, 2014 Share Posted June 4, 2012 You want a item script with those effect?? Quote Link to comment Share on other sites More sharing options...
Jhosef Posted June 4, 2012 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 299 Reputation: 5 Joined: 04/05/12 Last Seen: September 9, 2012 Author Share Posted June 4, 2012 yes.. Quote Link to comment Share on other sites More sharing options...
RCharles Posted June 4, 2012 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 154 Reputation: 10 Joined: 05/31/12 Last Seen: May 15, 2014 Share Posted June 4, 2012 Please refer to this if you are looking for Item bonuses list. http://eathena-project.googlecode.com/svn/trunk/doc/item_bonus.txt Quote Link to comment Share on other sites More sharing options...
Jhosef Posted June 4, 2012 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 299 Reputation: 5 Joined: 04/05/12 Last Seen: September 9, 2012 Author Share Posted June 4, 2012 i cannot understand that ... thats why i am requesting it Quote Link to comment Share on other sites More sharing options...
JoWei Posted June 4, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 117 Reputation: 18 Joined: 01/06/12 Last Seen: April 1, 2021 Share Posted June 4, 2012 (edited) Here you go, just change the ID if need so. It has not been tested but pretty sure it'll work fine. 100% freeze resist and SET> shoe and manteau is equipped: dex + 10 and attack rate + 5% 2357,Valkyrie_Armor,Valkyrian Armor,5,0,,2800,,55,,1,0xFFFFFFFE,2,2,16,,1,1,0,{ bonus2 bResEff,Eff_Freeze,100; bonus bAllStats,1; bonus bUnbreakableArmor,0; if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) bonus2 bResEff,Eff_Silence,5000; else if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) bonus2 bResEff,Eff_Stun,5000; if(isequipped(2421,2524)){ bonus bDex,10; bonus bAtkRate,5; } },{},{} 100% sleep resist, 100% stone resist, HP+ 10%, SP+ 10% 2421,Valkyrie_Shoes,Valkyrian Shoes,5,0,,500,,13,,1,0xFFFFFFFE,2,2,64,,1,1,0,{ bonus2 bResEff,Eff_Sleep,100; bonus2 bResEff,Eff_Stone,100; bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bUnbreakableShoes,0; if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) bonus bMaxHP,(BaseLevel*5); else if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) bonus bMaxSP,(JobLevel*2); },{},{} refine * 3 reflect 2524,Valkyrie_Manteau,Valkyrian Manteau,5,0,,500,,10,,1,0xFFFFFFFE,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)*3); },{},{} Edited June 4, 2012 by JoWei Quote Link to comment Share on other sites More sharing options...
Question
Jhosef
Valkyrie Armor - 100% Anti Freeze
Valk Shoes - +10% HP and SP , 100% Sleep Resistance
Valk Mant - Same Effect in Normal but * 3
Valk Shoes - 100% Stone Resist
Set Effect
- +10 dex , +5% atk power
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.