This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I have pet ability (Web) that i added to cooldowns, it works fine but every time i mount when Web is on cooldown i have ultra fps drop (like 3fps), any way to fix it?
i use this script:
if HasPet() then
Show()
else Hide()
end spell("Web")
i have found out that it has something to do with pet being hidden (after i mount for example) i dont know too much about writing scripts but i think that the way to fix it is through setting "hard" icon for pet abilities (no matter if u have the pet or not) but i dont know if its doable :/
Having this ability (Web) listed also causes severe fps drop when i have Web on CD and im mounting
ok i have found solution for icon not showing. wrote this script:
so everything is now ok, the only problem is FPS drop when im mounting
To post a comment, please login or register a new account.