
- When attempting to use a value greater than INT_MAX or smaller than INT_MIN (about +/- 2 billions), a warning message will be shown and the values capped to INT_MAX or INT_MIN. - Corrected some scripts that were attempting to use such values. - Fixed some possible issues when using literal negative values in scripts. * Added a note to @job documentation. Signed-off-by: Euphy <euphy@rathena.org>