Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. This message will be removed once you have signed in.
Login to Account Create an Account
Best Answer
jouzuna
,
25 January 2016 - 08:15
Updated to 0.05a!
- Added Fog-of-war prediction (for brief time).
- Added member predictInfo.timeToHit.
- Added global _G.OpenPredict_Version.
- GetHealthPrediction now return predicted health and aggro count.
- Fixed Health Prediction (a lot of bugs with previous version due to lack of testing).
- Fixed hit chance for conic spells (dynamic width based on distance & angle).
- Removed auto updater (will send to Feretorix each time I push an update from now).
- Removed _G.OpenPredict_Loaded (replaced with _G.OpenPredict_Version).
Example of checking OpenPredict version:
if _G.OpenPredict_Version and _G.OpenPredict_Version == "0.05" then
-- Do stuff
end
Example of getting aggro count from GetHealthPrediction:
local pHealth, nAggro = GetHealthPrediction(target, 1)
Go to the full post »