Jump to content

Question

Posted

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

Posted (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 by Felgrande

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...