Jump to content
  • 0

Itemdb bonus script please? :D


Santafe

Question


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  325
  • Reputation:   34
  • Joined:  06/01/13
  • Last Seen:  

Guyz i need the following bonus scripts :) i dont think i can do this with the item_bonus.txt so plz help me :I

 

1.+15 all stat , 2% atk per refine,5% Vit rate(not per refine just standard.)

2.+25 all stat, 1% resistance to demihuman per refine,Reduces 3% defence reduction per refine?(like grimtooth? :o)

3.+ 40 all stat, 2% matk per refine,5% int increase(not per refine).

 

Thanks <3

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  76
  • Topics Per Day:  0.02
  • Content Count:  461
  • Reputation:   61
  • Joined:  08/28/12
  • Last Seen:  

Its simple too.

bonus bStr,5; or bonus bStr,(getrefine()*5);

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  76
  • Topics Per Day:  0.02
  • Content Count:  461
  • Reputation:   61
  • Joined:  08/28/12
  • Last Seen:  

1. If you using renewal, it dosn't anymore atk rate. I fixed it for you with addrace bonus. It don't give vit rate. I've add now for you max hp 5%.

3. Like 1. it dosn't give anymore matk rate too. At this sample it gives each refine 5 matk. 

1. { bonus bAllStats,15; bonus2 bAddRace,RC_NonBoss,(getrefine()*2); bonus2 bAddRace,RC_Boss,(getrefine()*2; bonus2 bSubRace,RC_Player,(getrefine()*2; bonus bMaxHPrate,5; }
2. { bonus bAllStats,25; bonus2 bSubRace,RC_DemiHuman,(getrefine()*1); bonus2 bSubRace,RC_Player,(getrefine()*1); bonus bDefRate,(getrefine()/-3); }
3. { bonus bAllStats,40; bonus bMatk,(getrefine()*5); bonus bInt,5;

(not tested)

 

 Hope it help you.

Edited by WhiteEagle
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  325
  • Reputation:   34
  • Joined:  06/01/13
  • Last Seen:  

1. If you using renewal, it dosn't anymore atk rate. I fixed it for you with addrace bonus. It don't give vit rate. I've add now for you max hp 5%.

3. Like 1. it dosn't give anymore matk rate too. At this sample it gives each refine 5 matk. 

1. { bonus bAllStats,15; bonus2 bAddRace,RC_NonBoss,(getrefine()*2); bonus2 bAddRace,RC_Boss,(getrefine()*2; bonus2 bSubRace,RC_Player,(getrefine()*2; bonus bMaxHPrate,5; }
2. { bonus bAllStats,25; bonus2 bSubRace,RC_DemiHuman,(getrefine()*1); bonus2 bSubRace,RC_Player,(getrefine()*1); bonus bDefRate,(getrefine()/-3); }
3. { bonus bAllStats,40; bonus bMatk,(getrefine()*5); bonus bInt,5;

(not tested)

 

 Hope it help you.

Thanks alot but could u change the  add race on number 1. to max str or smthing? like (Max str+ 5 or 5% per refine) thnx again :)

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