UOOutlands / Razor

Razor is a free tool designed to help with simple tasks while playing Ultima Online.
http://www.uor-razor.com
GNU General Public License v3.0
9 stars 6 forks source link

[BUG] `setvar myVar "text"` casts as `int` and expressions fail on it #69

Open ncskrypt opened 3 years ago

ncskrypt commented 3 years ago

Another bug resulting from this: https://github.com/UOOutlands/Razor/issues/55

image

Tranq1 commented 2 years ago

The number you see here is the max value of an unsigned integer, so the issue is not that it converts a string to an integer, it tries to convert it to a serial and when that doesn't work uses the max number as a fallback (for some reason)