Quote Originally Posted by shadowart View Post
shAdOwHUD
Download
Download - OT Version

Description
My standard HUD that displayed exp and profit gained per stamina hour. No configuration is required and rings, soft boots and amulets counts towards waste. The OT version is slightly more fragile as it cannot detect nearby NPCs, but the normal version will not work at all on many OTs. The script will generate a config file in the Documents/Xenobot folder which can be used to change the value of items.
11:22 XenoScript Error:
Script: shAdOwHUD.lua
Line #: 454
Chunk: C:?Users?Bollo?DOCUME?1?XenoBot?Scripts??SHADOW?1. LUA
Error: attempt to perform arithmetic on field '?' (a nil value)
This is an error with user-input and should not be reported as a bug with XenoBot.

Crashes randomly after a while.

#453 elseif count < 0 and not IsSupply(id) then
#454 totalNewCount = totalNewCount + (Item.isStackable(id) and 1 or new[id])

Any ideas?