RandomOption Error

06/21/2013 06:08 Sh1nra#1
Hello,

Why i get this logs?
The most id's are elementary weapons or ?????? weapons...

06/21/2013 07:00 castor4878#2
cause you define a not-null number of orange stats (byServer=3 or 4) but the maximal value (ReqWis) is settled to 0.

set 'server' to 0 for all these items (batch process is possible (*)) or assign the orange max value (batch process is usually not wanted since the figure to be used depends on the level of weapons).


(*) UPDATE PS_GameDefs.dbo.Items SET Server=0 WHERE ReqWis=0