
Originally Posted by
Esvedium
Is ObiAway a working addon? I can't seem to get it to work at all. I start with all 8 obis in my inventory, cast Thunderstorm on myself, nothing happens, and when I click thunderstorm off, I get errors in the console:
"obiaway: Lua error (runtime) - ...am Files (x86)Windower4/addons/obiaway/obiaway.lua:69: attempt to compare number with string"
Line 69 in my obiaway.lua is: "if id>=178 and id<=185 then"
I also have another error that pops up in my console when loading obiaway:
"obiaway: Lua error (runtime) - ...am files (x86)Windower4/addons/obiaway/obiaway.lua:84: attempt to call field 'get_items' (a nil value)"
Line 84 in my obiaway.lua is: "items = windower.get_items()"
I tried changing obiaway to function off of /case rather than /sack by changing all the references from sack to case, but even with them all going back to sack, I get the same errors. Any help would be appreciated.