Eros Posted August 14, 2016 Group: Members Topic Count: 76 Topics Per Day: 0.02 Content Count: 202 Reputation: 2 Joined: 07/09/12 Last Seen: June 7, 2023 Share 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 Link to comment Share on other sites More sharing options...
0 Technoken Posted August 14, 2016 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 505 Reputation: 127 Joined: 04/04/16 Last Seen: April 13 Share Posted August 14, 2016 it is OnPCStatCalcEvent not OnPCCalcStatEvent. Quote Link to comment Share on other sites More sharing options...
0 Eros Posted August 14, 2016 Group: Members Topic Count: 76 Topics Per Day: 0.02 Content Count: 202 Reputation: 2 Joined: 07/09/12 Last Seen: June 7, 2023 Author Share 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 Link to comment Share on other sites More sharing options...
0 Yonko Posted August 14, 2016 Group: Members Topic Count: 166 Topics Per Day: 0.03 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Share 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 Link to comment Share on other sites More sharing options...
0 Eros Posted August 16, 2016 Group: Members Topic Count: 76 Topics Per Day: 0.02 Content Count: 202 Reputation: 2 Joined: 07/09/12 Last Seen: June 7, 2023 Author Share Posted August 16, 2016 Thanks done. Quote Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.