Jump to content
  • 0

Item Script help


Ragnar Lothbrok

Question


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  309
  • Reputation:   6
  • Joined:  04/24/12
  • Last Seen:  

"Increase and reduce damage from Player type by 2% per refine level of the headgear.",
            "Increase MaxHP, MaxSP per refine.",
            "Atk +5 and Matk by 2% per refine level of the headgear.",

 

item script:

{ bonus bAtk,getequiprefinerycnt(EQI_HEAD_TOP)*5; bonus bMatkRate,getequiprefinerycnt(EQI_HEAD_TOP)*2; bonus bMaxSPRate,getequiprefinerycnt(EQI_HEAD_TOP); bonus bMaxHPRate,getequiprefinerycnt(EQI_HEAD_TOP); bonus2 bAddRace,RC_DemiHuman,getequiprefinerycnt(EQI_HEAD_TOP)*2; bonus2 bSubRace,RC_DemiHuman,getequiprefinerycnt(EQI_HEAD_TOP)*2; },{},{}
 

is this correct?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  15
  • Reputation:   0
  • Joined:  04/24/12
  • Last Seen:  

"Increase MaxHP, MaxSP per refine."

 

bonus bMaxHP,getrefine(); bonus bMaxSP,getrefine();
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...