letstry Posted May 3, 2012 Posted May 3, 2012 Can someone help me add more bonuses on the following Talisman Spirits? Star Gladiator Spirit: Enables the use of Lv10 Parrying and Lv10 Lord of Vermillion. Increases damage on Boss monsters and Holy monsters by 100%. Perfect Dodge +10. Sage Spirit: Sage's HP will increase by BLvl*200 HP Sage's Vit will increase by Int/5 Hunter Spirit: 15% chance to cast Falcon Assault when attacking. Wizard Spirit: Wizard's HP will increase by BLvl*200 HP Wizard's Vit will increase by Int/5 Priest Spirit: Reflect 30% of the damage receive for melee attacks. Thank You in Advance Quote
Felgrande Posted May 10, 2012 Posted May 10, 2012 (edited) Dear letstry, Let's try not to be lazy. All of these can be found around the server files, that's why they were put there. You also have a ton of references on RMS alone. Nevertheless: Star Gladiator Spirit: skill 356,10; skill 85,10; bonus2 bAddRace2,10,100; bonus bFlee2,10; Sage Spirit: if(BaseJob==Job_Sage) bonus bMaxHP,(BaseLevel*200); if(BaseJob==Job_Sage) bonus bVit,readparam(bInt)/5; Hunter Spirit: bonus3 bAutoSpell,"SN_FALCONASSAULT",5,150; Sage Spirit: if(BaseJob==Job_Wizard) bonus bMaxHP,(BaseLevel*200); if(BaseJob==Job_Wizard) bonus bVit,readparam(bInt)/5; Priest Spirit: bonus bShortWeaponDamageReturn,30; Edited May 10, 2012 by Felgrande Quote
Question
letstry
Can someone help me add more bonuses on the following Talisman Spirits?
Star Gladiator Spirit:
Enables the use of Lv10 Parrying and Lv10 Lord of Vermillion.
Increases damage on Boss monsters and Holy monsters by 100%.
Perfect Dodge +10.
Sage Spirit:
Sage's HP will increase by BLvl*200 HP
Sage's Vit will increase by Int/5
Hunter Spirit:
15% chance to cast Falcon Assault when attacking.
Wizard Spirit:
Wizard's HP will increase by BLvl*200 HP
Wizard's Vit will increase by Int/5
Priest Spirit:
Reflect 30% of the damage receive for melee attacks.
Thank You in Advance
4 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.