Tassadar Posted June 5, 2019 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
0 sader1992 Posted June 6, 2019 Posted June 6, 2019 - script bonus_for_7169 -1,{ OnPCStatCalcEvent: if(countitem(7169)){ bonus bInt,5; } end; } 1 Quote
0 Tassadar Posted June 6, 2019 Author Posted June 6, 2019 This 5 minutes ago, sader1992 said: OnPCStatCalcEvent Stay in player character or player account? I need this in account. Quote
0 llchrisll Posted June 6, 2019 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
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.
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.