Jump to content
  • 0

help script for this item


jharick

Question


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.00
  • Content Count:  77
  • Reputation:   3
  • Joined:  03/25/12
  • Last Seen:  

can anyone know how to script this in item.

this is the description of item

*STR +10, LUK + 10, Mdef +10

*Attack +8%

*Hit + 50

*Adds 10% resistance against FIRE PROPERTY

*Reduce 10% resist against WATER PROPERTY

*Enable to use lvl 1 Sight

~(Ninja Class)

*Max HP + 25%

*Int + 20

~(Stalker Class)

*Int + 20

*Dex + 20

~(Assasin Class)

*STR + 20

*Attack + 5%

~(Gunslinger Class)

*Long Range Damage + 12%

*Dex + 8

*Agi + 8

is this possible?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  383
  • Reputation:   109
  • Joined:  11/11/11
  • Last Seen:  

You should refer to this document who gives you all commands avaible in rAthena : https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/doc/item_bonus.txt


5134,Pumpkin_Hat,Pumpkin-Head,5,20,,200,,2,,0,0xFFFFFFFF,7,2,256,,0,1,206,{ bonus2 bSubRace,RC_Demon,5; },{},{}

For your item add commands and separate them by an espace after the semi-colon ;


5134,Pumpkin_Hat,Pumpkin-Head,5,20,,200,,2,,0,0xFFFFFFFF,7,2,256,,0,1,206,{ bStr,10; bonus bLuk,10; bonus bMdef,10;},{},{}

Refer to existing to existing objects to know how write your item :

https://rathena.svn..../re/item_db.txt

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.00
  • Content Count:  77
  • Reputation:   3
  • Joined:  03/25/12
  • Last Seen:  

many many thanks

I find the item script I want the item is "Sigrun's_Wings"

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