Jump to content
  • 0

Scripts need help ty ^__^


Question

Posted (edited)

Hi rAthena! need help on this script:
I also need you to modify my script.. >.<

[This is my script..]
21011,{ if(getequipid(EQI_HEAD_MID)+ getequipid(EQI_HEAD_LOW) == 21012+ 21013) { if(getrefine() >9) { bonus bAllStats,120; bonus bdefrate,5; bonus bmdefrate,2; }; if(getrefine() <= 5) { bonus ballstats,50; } } (<- anyways this is wrong. XD)

(here on top_headgear, my description is: if this HEAD_TOP is equipped with: HEAD_MID+10 and HEAD_LOW+10 bonus to allstats+ 120, if the items HEAD_MID and HEAD_LOW has lesser than +5 refines, This HEAD_TOP gives +50 bonus to  allstats only.)

Thanks a bunch! :D

Edited by Veiler

1 answer to this question

Recommended Posts

Posted

Hello, this is not the correct section to post this topic! This is Database Support,

and you should made a post in script request, or script support next time!

 

 

for your Issue, I recommend you to open db/item_combo_db.txt

 

and add:

 

21011:21012:21013, { if(getrefine() >9) { bonus bAllStats,120; bonus bdefrate,5; bonus bmdefrate,2; }; if(getrefine() <= 5) { bonus ballstats,50; } }

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