naser080291 Posted August 28, 2013 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
Patskie Posted August 28, 2013 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
naser080291 Posted August 28, 2013 Author 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
Patskie Posted August 28, 2013 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
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 ?
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.