Jump to content
  • 0

Item Script Problem!


WhatFT

Question


  • Group:  Members
  • Topic Count:  142
  • Topics Per Day:  0.03
  • Content Count:  511
  • Reputation:   7
  • Joined:  02/15/12
  • Last Seen:  

How to fix this effects? I tried but it doesn't work on some other jobs... It doesn't have any restriction and still gives stats to all jobs who wear..

 

1. Item 1

 

Reduce damage receive from Demi-huamn by 7%

Increase damage to Demi-human by 3%

[Assassin Cross, Champion, Whietsmith & Star Gladiator]

Atk +8%

Str +7, Luk +5

[stalker, Sniper, Gypsy & Clown]

Long Atk +8%

Dex +7, Luk +5

bonus2 bSubRace,7,7; bonus2 bAddRace,7,3;  if(BaseClass==Job_Assassin_Cross||BaseClass==Job_Champion||BaseClass==Job_Whitesmith||BaseClass==Job_Star_Gladiator) bonus bAtkRate,8; bonus bStr,7; if(BaseClass==Job_Stalker||BaseClass==Job_Sniper||BaseClass==Job_Clown||BaseClass==Job_Gypsy) bonus bDex,7; bonus bLuk,5; bonus bLongAtkRate,8; 

2. Item 2

 

Increase damage to Demi-human by 6%

Reduce damage receive from Demi-human by 2%

Reflect Magical Damage by 5%

[Assassin Cross, Champion, Whitesmith & Star Gladiator]

Atk +5%

Max HP +5%

Str, Dex, Luk +5

[High Wizard, Professor, & Soul Linker]

Matk +6%

Max HP +5%

Int, Agi Vit +5

bonus2 bAddRace,7,6; bonus2 bSubRace,7,2; bonus bMagicDamageReturn,5; if(BaseClass==Job_Assassin_Cross||BaseClass==Job_Champion||BaseClass==Job_Whitesmith||BaseClass==Job_Star_Gladiator) bonus bAtkRate,5; bonus bMaxHPrate,5; bonus bStr,5; bonus bDex,5; bonus bLuk,5; if(BaseClass==Job_High_Wizard||BaseClass==Job_Professor||BaseClass==Job_Soul_Linker) bonus bMatkRate,6; bonus bMaxHPrate,5; bonus bVit,5; bonus bInt,5; bonus bAgi,5;
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

change BaseClass to Class

Link to comment
Share on other sites

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.

×
×
  • Create New...