You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curious what others have created for custom sj ratios
especially due to the config files referencing these so no recompile needed every change thoguht i would share one
that people may find desireable minus the tenorary operator for ???
case 4: // sj > 36 = mainjob level
if (slvl > 36)
{
slvl=75;
}
if (slvl > m_mlvl)
{
slvl = m_mlvl;
}
m_slvl = slvl;
break;
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
curious what others have created for custom sj ratios
especially due to the config files referencing these so no recompile needed every change thoguht i would share one
that people may find desireable minus the tenorary operator for ???
Beta Was this translation helpful? Give feedback.
All reactions