naser080291 Posted August 28, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 26 Reputation: 0 Joined: 08/09/13 Last Seen: April 18, 2020 Share Posted August 28, 2013 Hi guys can some one tell me how can i change or put some stat on a head gear.. do i need to change the stat at item_db2 or item_db ? Quote Link to comment Share on other sites More sharing options...
Patskie Posted August 28, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: Yesterday at 01:20 AM Share Posted August 28, 2013 Give +3 strength when this hat is equipped 2221,Hat_,Hat,5,1000,,200,,2,,1,0xFFFFFFFF,63,2,256,,0,1,16,{ bonus bStr, 3; },{},{} You can find all item bonus for your scripts here trunk/doc/item_bonus.txt Quote Link to comment Share on other sites More sharing options...
naser080291 Posted August 28, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 26 Reputation: 0 Joined: 08/09/13 Last Seen: April 18, 2020 Author Share Posted August 28, 2013 what if i try to add str and dex can you tell me how to do it is it like this? 2221,Hat_,Hat,5,1000,,200,,2,,1,0xFFFFFFFF,63,2,256,,0,1,16,{ bonus bStr, 3; },{bonus bDex,3;},{} Quote Link to comment Share on other sites More sharing options...
Patskie Posted August 28, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: Yesterday at 01:20 AM Share Posted August 28, 2013 Seperated by a semicolon you can have multiple item bonuses 2221,Hat_,Hat,5,1000,,200,,2,,1,0xFFFFFFFF,63,2,256,,0,1,16,{ bonus bStr, 3; bonus bDex, 3; },{},{} Table structure : // ID,AegisName,Name,Type,Buy,Sell,Weight,ATK,DEF,Range,Slots,Job,Class,Gender,Loc,wLV,eLV,Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script } Quote Link to comment Share on other sites More sharing options...
naser080291 Posted August 28, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 26 Reputation: 0 Joined: 08/09/13 Last Seen: April 18, 2020 Author Share Posted August 28, 2013 thx a lot dude ur the best Quote Link to comment Share on other sites More sharing options...
Question
naser080291
Hi guys can some one tell me how can i change or put some stat on a head gear.. do i need to change the stat at item_db2 or item_db ?
Link to comment
Share on other sites
4 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.