donkeyg Posted January 18, 2013 Posted January 18, 2013 (edited) - 10% chance to increase atk by 100 for 10 seconds when attacking a headgear that can add weight capacity to 500 / 1k how do i make this, someone please give me. ^^ Edited January 18, 2013 by donkeyg Quote
Capuche Posted January 18, 2013 Posted January 18, 2013 autobonus "{ bonus bBaseAtk,100; }",100,10000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }"; 5010,Indian_Hair_Piece,Indian Fillet,5,20,,100,,5,,0,0xFFFFFFFF,7,2,256,,0,1,96,{ set MaxWeight, MaxWeight + 5000; },{},{} Quote
Euphy Posted January 18, 2013 Posted January 18, 2013 Be aware that you'll be able to go past 100% weight capacity when removing the hat, though. Quote
donkeyg Posted January 19, 2013 Author Posted January 19, 2013 autobonus "{ bonus bBaseAtk,100; }",100,10000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }"; 5010,Indian_Hair_Piece,Indian Fillet,5,20,,100,,5,,0,0xFFFFFFFF,7,2,256,,0,1,96,{ set MaxWeight, MaxWeight + 5000; },{},{} 30640,Pikachu,Pikachu,5,20,,10,,10,,1,0xFFFFFFFF,7,2,256,,0,1,1640,{ autobonus "{ bonus bBaseAtk,100; }",100,10000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }"; },{},{} like this? Be aware that you'll be able to go past 100% weight capacity when removing the hat, though. hmm.. what does it mean u wil be able to go poast 100% weight capacity when removing the hat.. Quote
Euphy Posted January 19, 2013 Posted January 19, 2013 hmm.. what does it mean u wil be able to go poast 100% weight capacity when removing the hat.. 1. Player puts on headgear for weight bonus. 2. Player fills inventory to new max weight. 3. Player takes off headgear, and weight is now over the previous limit. Quote
donkeyg Posted January 19, 2013 Author Posted January 19, 2013 hmm.. what does it mean u wil be able to go poast 100% weight capacity when removing the hat.. 1. Player puts on headgear for weight bonus. 2. Player fills inventory to new max weight. 3. Player takes off headgear, and weight is now over the previous limit. Oh!! thanks for reminding Quote
nicoscene Posted January 19, 2013 Posted January 19, 2013 @Euphy, but they cant attack when they are on 90% weight? Quote
donkeyg Posted January 21, 2013 Author Posted January 21, 2013 30640,Pikachu,Pikachu,5,20,,10,,10,,1,0xFFFFFFFF,7,2,256,,0,1,1640,{ autobonus "{ bonus bBaseAtk,100; }",100,10000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }"; },{},{} got wrong? Quote
Capuche Posted January 22, 2013 Posted January 22, 2013 (edited) 30640,Pikachu,Pikachu,5,20,,10,,10,,1,0xFFFFFFFF,7,2,256,,0,1,1640,{ autobonus "{ bonus bBaseAtk,100; }",100,10000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }"; },{},{} got wrong? No you're right. Be more confident in yourself, no need to ask for a simple check like this one. Edited January 22, 2013 by Capuche Quote
Question
donkeyg
how do i make this, someone please give me. ^^
Edited by donkeyg8 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.