Redbot submitted a new resource:
MQCharInfo - NetBots replacement using Actor and Lua bindings
Read more about this resource...
MQCharInfo - NetBots replacement using Actor and Lua bindings
MQCharinfo
Publishes your character’s state over the Actors (post office) system so other clients can see it, and exposes a Lua module to read peer data. The data shape and API are similar to NetBots-style peer info: vitals, buffs, zone, target, experience, and more.
Loading the Lua module
Load the module with:
The plugin DLL is...Lua:local charinfo = require("plugin.charinfo")
Read more about this resource...
