FPS drop when mounting #24


  • Defect
  • Accepted
Open
Assigned to _ForgeUser818274
  • _ForgeUser6389803 created this issue Mar 12, 2011

    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")

  • _ForgeUser6389803 added the tags New Defect Mar 12, 2011
  • _ForgeUser6389803 posted a comment Mar 12, 2011

    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 :/

  • _ForgeUser6389803 posted a comment Mar 12, 2011

    Having this ability (Web) listed also causes severe fps drop when i have Web on CD and im mounting

  • _ForgeUser6389803 posted a comment Mar 12, 2011

    ok i have found solution for icon not showing. wrote this script:

    if HasPet() then

    Show()

    else Hide()

    end spell("Web")

    so everything is now ok, the only problem is FPS drop when im mounting


    Edited Mar 16, 2011
  • _ForgeUser6389803 edited description Mar 16, 2011
  • _ForgeUser6389803 removed a tag New Mar 16, 2011
  • _ForgeUser6389803 added a tag Invalid Mar 16, 2011
  • _ForgeUser6389803 closed issue Mar 16, 2011
  • _ForgeUser6389803 edited description Mar 16, 2011
  • _ForgeUser818274 removed a tag Invalid Mar 17, 2011
  • _ForgeUser818274 added a tag Accepted Mar 17, 2011
  • _ForgeUser818274 reopened issue Mar 17, 2011

To post a comment, please login or register a new account.