donkeyg Posted January 18, 2013 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Share 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 Link to comment Share on other sites More sharing options...
Capuche Posted January 18, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share 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 Link to comment Share on other sites More sharing options...
Euphy Posted January 18, 2013 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted January 18, 2013 Be aware that you'll be able to go past 100% weight capacity when removing the hat, though. Quote Link to comment Share on other sites More sharing options...
donkeyg Posted January 19, 2013 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
Euphy Posted January 19, 2013 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share 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 Link to comment Share on other sites More sharing options...
donkeyg Posted January 19, 2013 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
nicoscene Posted January 19, 2013 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 154 Reputation: 6 Joined: 04/26/12 Last Seen: January 26, 2016 Share Posted January 19, 2013 @Euphy, but they cant attack when they are on 90% weight? Quote Link to comment Share on other sites More sharing options...
donkeyg Posted January 21, 2013 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
Capuche Posted January 22, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share 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 Link to comment Share on other sites More sharing options...
Question
donkeyg
how do i make this, someone please give me. ^^
Edited by donkeygLink to comment
Share on other sites
8 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.