jharick Posted July 7, 2012 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 77 Reputation: 3 Joined: 03/25/12 Last Seen: May 8, 2015 Share Posted July 7, 2012 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? Quote Link to comment Share on other sites More sharing options...
Aerie Posted July 7, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 383 Reputation: 110 Joined: 11/11/11 Last Seen: August 2, 2017 Share Posted July 7, 2012 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 Quote Link to comment Share on other sites More sharing options...
jharick Posted July 7, 2012 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 77 Reputation: 3 Joined: 03/25/12 Last Seen: May 8, 2015 Author Share Posted July 7, 2012 many many thanks I find the item script I want the item is "Sigrun's_Wings" Quote Link to comment Share on other sites More sharing options...
Question
jharick
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.