You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2) You *can* put strings in LUA array elements and read them! If an array element holds a string instead of a float, read a 4-byte pointer from the same address the float would have been stored in:
[PTR]+0x10 - Length of the string, 4-byte integer
[PTR]+0x14 - The string, one byte per char, null terminated
Bot handles heals, Adam handles running and CC
Input above info into PlayerNames.Update.
Lua code writes in all raid party members into array, name string followed by GUID string.