Eros Posted August 14, 2016 Posted August 14, 2016 Can someone help me what i want is if i have a certain talisman it will give bonus effects for example.31077 - Talisman Of DamageIf i have it on my inventory it will give extra +10 Str. - script bonus { OnPCCalcStatEvent: if ( countitem(31077) ) { bonus bStr,10; } end; }My script is not working can someone help me. Quote
0 Technoken Posted August 14, 2016 Posted August 14, 2016 it is OnPCStatCalcEvent not OnPCCalcStatEvent. Quote
0 Eros Posted August 14, 2016 Author Posted August 14, 2016 Ok let me try this one. - script potangina { OnPCStatCalcEvent: if ( countitem(512) >= 1 ) { bonus bAllStats,100; } end; }Still not working. Quote
0 Yonko Posted August 14, 2016 Posted August 14, 2016 Ok let me try this one. - script potangina { OnPCStatCalcEvent: if ( countitem(512) >= 1 ) { bonus bAllStats,100; } end; }Still not working. why dont use charm system? just search it on source area im using right now SS: sample i made a item#15000 as a misc item with effect with effect of str+100 Quote
Question
Eros
Can someone help me what i want is if i have a certain talisman it will give bonus effects for example.
31077 - Talisman Of Damage
If i have it on my inventory it will give extra +10 Str.
My script is not working can someone help me.
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.