Results: 4Comments by: Icycool
File: FaceShooter04-06-10
I noticed there is a function "isTr...
Posted By: Icycool
I noticed there is a function "isTrackable", is that function used to ask me switch tracking or just for damage calculation?
File: FaceShooter04-06-10
Below has to be changed as well to...
Posted By: Icycool
Below has to be changed as well to detect ammo DPS correctly. if ammoDPS then local strStart = string.find(ammoDPS, FS.L) + #FS.L local strEnd = #ammoDPS FS.data.ammoDPS = string.sub(ammoDPS, strStart, strEnd)
File: FaceShooter04-06-10
These are the translations I came o...
Posted By: Icycool
These are the translations I came out with: elseif lang == "zhTW" then FS.L = { = "提高", = "每秒傷害", = "3%致命一擊傷害", = "天譴巡者", = "風行者的", = "速度", = "&#...
File: FaceShooter04-06-10
Hello, After tweaking the addon...
Posted By: Icycool
Hello, After tweaking the addon a bit, I was able to try the addon on zhTW with a hunter at level 76. Although personally I would prefer to see more than 1 "next skill", but it is very amazing. Thank you for the addon. From reading the discussion I noticed that the addon will try to gather information in game for calculation, a...