Jump to content
  • 0

Itemdb bonus script please? :D


Question

Posted

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

3 answers to this question

Recommended Posts

Posted (edited)

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
Posted

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 :)

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