Tassadar Posted June 5, 2019 Group: Members Topic Count: 52 Topics Per Day: 0.02 Content Count: 107 Reputation: 5 Joined: 07/21/16 Last Seen: January 27 Share Posted June 5, 2019 I want to give INT a bonus to the player because it loads the sword x into the inventory (alt + E) without it having to equip. Tks. for help. Quote Link to comment Share on other sites More sharing options...
0 sader1992 Posted June 6, 2019 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: 2 hours ago Share Posted June 6, 2019 what the item id ? and how many int ? Quote Link to comment Share on other sites More sharing options...
0 Tassadar Posted June 6, 2019 Group: Members Topic Count: 52 Topics Per Day: 0.02 Content Count: 107 Reputation: 5 Joined: 07/21/16 Last Seen: January 27 Author Share Posted June 6, 2019 For example item 7169. +5 int. Quote Link to comment Share on other sites More sharing options...
0 sader1992 Posted June 6, 2019 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: 2 hours ago Share Posted June 6, 2019 - script bonus_for_7169 -1,{ OnPCStatCalcEvent: if(countitem(7169)){ bonus bInt,5; } end; } 1 Quote Link to comment Share on other sites More sharing options...
0 Tassadar Posted June 6, 2019 Group: Members Topic Count: 52 Topics Per Day: 0.02 Content Count: 107 Reputation: 5 Joined: 07/21/16 Last Seen: January 27 Author Share Posted June 6, 2019 This 5 minutes ago, sader1992 said: OnPCStatCalcEvent Stay in player character or player account? I need this in account. Quote Link to comment Share on other sites More sharing options...
0 llchrisll Posted June 6, 2019 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 626 Reputation: 189 Joined: 11/19/11 Last Seen: March 25 Share Posted June 6, 2019 (edited) That's an global event, every player which has that item gets the INT + 5 bonus. Edited June 6, 2019 by llchrisll Quote Link to comment Share on other sites More sharing options...
Question
Tassadar
I want to give INT a bonus to the player because it loads the sword x into the inventory (alt + E) without it having to equip.
Tks. for help.
Link to comment
Share on other sites
5 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.