Miku Roboport

by plexpt

Add a miku roboport. it has very nice animations.

Content
8 months ago
1.1 - 2.0
5.23K
Environment

b Crashes if i equip it with anything

10 months ago

Is it supposed to actually work as a Roboport or only be cosmetic? cause it does not work and if I equip it with anything it crashes.

10 months ago

got

9 months ago

For me it not crashes directly when I equip something, seem append when a robot try to leave.

Error whule running event miku;on_tick (ID 0)
Invalid ItemID: expected LuaItemPrototype, LuaItemStack, LuaItem or string.
stack traceback:
[C]: in function 'insert'
miku/control.lua:73: in function 'upgrade_miku'
miku/control.lua:173: in function <miku/control.lua:166>

3 months ago

For me it not crashes directly when I equip something, seem append when a robot try to leave.

Error whule running event miku;on_tick (ID 0)
Invalid ItemID: expected LuaItemPrototype, LuaItemStack, LuaItem or string.
stack traceback:
[C]: in function 'insert'
miku/control.lua:73: in function 'upgrade_miku'
miku/control.lua:173: in function <miku/control.lua:166>

same here:

3 months ago

hello everyone u can fix the bug by just editing the miku/control.lua file line 75
inv2.insert { name = name, count = count , quality = quality}
change this to
inv.insert { name = name, count = count , quality = quality}

New response