Jump to content
  • 0

Item effect by class.


Question

Posted

Can someone help me to fix this item effect by class?

ALL STATS +2, Resist Demi-Human attacks by 10%
Cannot be cursed by stone.
[Hunter Class]
Grants 10% more damage on ranged attacks.
Gives extra 8% resistance against Demi-Humans.
[Mage Base Class & Alchemist Class]
Intellect side of Thor gives 5% MATK while Sacrificing 5% of your Def.
[Priest Class]
Gives +20% more healing power.

Item effect

{ bonus bAllStats,2; bonus2 bSubRace,7,10; bonus2 bAddEff2,Eff_Stone,100; if(BaseClass==Job_Archer) bonus bLongAtkRate,10; bonus2 bSubRace,7,8; else if(BaseClass==Job_Mage||BaseClass==Job_Merchant) bonus bMatkRate,5; if(BaseClass==Job_Acolyte) bonus bHealPower,20; bonus bSpeedRate,30; },{},{}

Effect doesn't work when i add this

else if(BaseClass==Job_Mage||BaseClass==Job_Merchant) bonus bMatkRate,5; if(BaseClass==Job_Acolyte) bonus bHealPower,20; bonus bSpeedRate,30;

1 answer to this question

Recommended Posts

Posted (edited)

Item effect

{ bonus bAllStats,2; bonus2 bSubRace,7,10; bonus2 bAddEff2,Eff_Stone,100; if(BaseClass==Job_Archer) bonus bLongAtkRate,10; bonus2 bSubRace,7,8; else if(BaseClass==Job_Mage||BaseClass==Job_Merchant) bonus bMatkRate,5; if(BaseClass==Job_Acolyte) bonus bHealPower,20; bonus bSpeedRate,30; },{},{}

Effect doesn't work when i add this

else if(BaseClass==Job_Mage||BaseClass==Job_Merchant) bonus bMatkRate,5; if(BaseClass==Job_Acolyte) bonus bHealPower,20; bonus bSpeedRate,30;

Here, you can compare to see what you wrong !

{ bonus bAllStats,2; bonus2 bSubRace,7,10; bonus2 bAddEff2,Eff_Stone,100; if(BaseClass==Job_Archer) { bonus bLongAtkRate,10; bonus2 bSubRace,7,8;}; if(BaseClass==Job_Mage||BaseClass==Job_Merchant) bonus bMatkRate,5; if(BaseClass==Job_Acolyte) bonus bHealPower,20; bonus bSpeedRate,30; },{},{}

Edited by Phantasm

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...