Jump to content
  • 0

item script


Bringer

Question


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  742
  • Reputation:   47
  • Joined:  03/12/14
  • Last Seen:  

anyone help me about this item script not working 

13423,Fire_Blazed_Sword,Fire Blazed Sword,5,20,,1200,85,,1,0,0x000654E2,7,2,2,4,40,1,2,{ if(BaseJob == Job_Whitesmith) { bonus bStr,10; bonus2 bSkillAtk,"WS_CARTTERMINATION",20; } else if(BaseJob == Job_Creator ) { bonus bInt,10; bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",20; } else if(BaseJob == Job_Lord_Knight )  { bonus bStr,10; bonus2 bSkillAtk,"KN_BOWLINGBASH",20; } else if(BaseJob == Job_Assassin_Cross ) { bonus bStr,10; bonus2 bSkillAtk,"ASC_METEORASSAULT",20; } },{},{}
A One-handedd Sword made to rush at the enemy's position, especially designed for battles against Demihumans.
[^0000FFWhitesmith^000000]
Strength + 10
Increase Damage Cart Termination by 20%
[^0000FFCreator^000000]
Intelligence + 10
Increase Damage Acid Demonstration by 20%
[^0000FFLord Knight^000000]
Strength + 10
Increase Damage Bowling Bash damage by 20%
[^0000FFAssasin Cross^000000]
Strength + 10
Increase Damage Meteor Assault damage by 20%
Class :^777777 Sword^000000
Attack :^777777 150^000000
Weight :^777777 60^000000
Weapon Level :^777777 4^000000
Required Level :^777777 40^000000
Applicable Job :^777777 Swordman Class, Merchant Class, Thief Class^000000
Edited by DrewxD
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   337
  • Joined:  10/17/12
  • Last Seen:  

try

Class == Job_Assassin_Cross

instead of

BaseJob == Job_Assassin_Cross

 

anyone help me about this item script not working 

13423,Fire_Blazed_Sword,Fire Blazed Sword,5,20,,1200,85,,1,0,0x000654E2,7,2,2,4,40,1,2,{ if(BaseJob == Job_Whitesmith) { bonus bStr,10; bonus2 bSkillAtk,"WS_CARTTERMINATION",20; } else if(BaseJob == Job_Creator ) { bonus bInt,10; bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",20; } else if(BaseJob == Job_Lord_Knight )  { bonus bStr,10; bonus2 bSkillAtk,"KN_BOWLINGBASH",20; } else if(BaseJob == Job_Assassin_Cross ) { bonus bStr,10; bonus2 bSkillAtk,"ASC_METEORASSAULT",20; } },{},{}
A One-handedd Sword made to rush at the enemy's position, especially designed for battles against Demihumans.
[^0000FFWhitesmith^000000]
Strength + 10
Increase Damage Cart Termination by 20%
[^0000FFCreator^000000]
Intelligence + 10
Increase Damage Acid Demonstration by 20%
[^0000FFLord Knight^000000]
Strength + 10
Increase Damage Bowling Bash damage by 20%
[^0000FFAssasin Cross^000000]
Strength + 10
Increase Damage Meteor Assault damage by 20%
Class :^777777 Sword^000000
Attack :^777777 150^000000
Weight :^777777 60^000000
Weapon Level :^777777 4^000000
Required Level :^777777 40^000000
Applicable Job :^777777 Swordman Class, Merchant Class, Thief Class^000000

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  742
  • Reputation:   47
  • Joined:  03/12/14
  • Last Seen:  

13423,Fire_Blazed_Sword,Fire Blazed Sword,5,20,,1200,85,,1,0,0x000654E2,7,2,2,4,40,1,2,{ if(Class == Job_Whitesmith) { bonus bStr,10; bonus2 bSkillAtk,"WS_CARTTERMINATION",20; } else if(Class == Job_Creator) { bonus bInt,10; bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",20; } else if(Class == Job_Lord_Knight)  { bonus bStr,10; bonus2 bSkillAtk,"KN_BOWLINGBASH",20; } else if(Class == Job_Assassin_Cross) { bonus bStr,10; bonus2 bSkillAtk,"ASC_METEORASSAULT",20; } },{},{}

@stolao Thanks its Working Now

Edited by DrewxD
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...