Jump to content
  • 0

Scripts need help ty ^__^


Veiler

Question


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  61
  • Reputation:   12
  • Joined:  10/19/13
  • Last Seen:  

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
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   108
  • Joined:  10/05/12
  • Last Seen:  

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; } }

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