pedro chaves Posted June 27, 2018 Posted June 27, 2018 Hi guys, i need help to make a script. Like this... If(countitem 7129 ==1){ bonus allstats, 100; } but it cant be lost latter, it cant change for stpoint, this bonus is like that agi: 250 + 100 str: 300+ 100 vit: 200+ 100 int 400+ 100 etc... need this + 100 like when u get bonus2Luk when equip some item or card like this... someone can help me? Quote
1 hakuren Posted June 27, 2018 Posted June 27, 2018 (edited) Hi there, you can use this to achieve your condition it works like what you want Edited June 27, 2018 by hakuren Quote
0 Emistry Posted June 29, 2018 Posted June 29, 2018 - script sample -1,{ OnPCStatCalcEvent: if(countitem(7129)) { bonus bAllStats, 100; end; } Quote
Question
pedro chaves
Hi guys, i need help to make a script.
Like this...
If(countitem 7129 ==1){
bonus allstats, 100;
}
but it cant be lost latter, it cant change for stpoint, this bonus is like that
agi: 250 + 100
str: 300+ 100
vit: 200+ 100
int 400+ 100
etc...
need this + 100 like when u get bonus2Luk when equip some item or card
like this...
someone can help me?
3 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.