View Single Post
Aril
Senior Member
 
Join Date: Jul 2019
Posts: 142

Old July 15th, 2020, 09:32 PM
WooT! Thank you everyone who tried to help me.

Finally got it to work with this script:


~ Add a +1 racial bonus to our Bluff skill using the "skillbonus" macro
#skillbonus[skBluff] += round(#totallevelcount[]/5,0,-1) + 1

~ Add a +1 racial bonus to our Diplomacy skill using the "skillbonus" macro
#skillbonus[skDiplo] += round(#totallevelcount[]/5,0,-1) + 1

~ Add a +1 racial bonus to our Handle Animal skill using the "skillbonus" macro
#skillbonus[skHandleAn] += round(#totallevelcount[]/5,0,-1) + 1
Aril is offline   #17 Reply With Quote