Hey guys, sorry I've been super busy, but I thought I'd come back and share a little trick to use to get idTip working on the beta.
Simply copy the core.lua from the idTip folder into PQR's Data folder, add the PQR_ prefix to it, then load it as Xelper suggested at the start of a profile:
Code:
if PQR_LoadLua("PQR_core.lua") == false then
PQR_WriteToChat("You are missing PQR_core.lua. Rotation has been stopped.", "Error")
PQR_StopRotation()
return true
end
Start the rotation and you should have spell ID information available!
Hope this helped all you beta profile writers!
Edit: Quick question, Xelper, I noticed you made a post regarding multi-line LUA comments causing an error in a previous version, does that mean we're allowed to use them now?
Also, I'm running into the same problem of repping everyone I can for everything useful, but then not being able to give more to someone before spreading more rep... but to let you know that YES, your stuff is appreciated, thank you to firepong, Valma, sheuron, bu_ba (and mentally, since they're a team!), Xelper, Gabbz, kickmydog, diesall, and anyone else that I tried to rep and couldn't.