View Single Post
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,243

Old October 19th, 2010, 12:17 PM
So, all weapons are one class easier?

That doesn't need to involve the race.

Pre-Levels/5500:

Code:
 
foreach pick in hero from BaseWep
  eachpick.field[wClass].value = maximum(eachpick.field[wClass].value - 1, 0)
  nexteach
(Note that a there are a few problems I came across in field[wClass].value - 2-handed use doesn't detect changes to that, for example, that I've fixed for the next update, so you may have to wait until the next update for a thourough testing).
Mathias is offline   #5 Reply With Quote