Comments on Profile Post by ToPoEdiTs

  1. Forge_User_62502025
    Forge_User_62502025
    Post your code in pastie.org or pastebin.com.
    Aug 10, 2014
  2. ToPoEdiTs
    ToPoEdiTs
    Aug 10, 2014
  3. Forge_User_62502025
    Forge_User_62502025
    Sorry, change that line of code from:
    int secondsRemaining = (int) (timeRemaining / 1000);

    To:
    int secondsRemaining = this.castDelay - (int) (timeRemaining / 1000);

    Also, you don't need the: (secondsRemaining != 1 ? "s" : "")
    Bit if you're not typing "seconds" but using "s".
    Just make it: "s"
    Aug 10, 2014
  4. Forge_User_62502025
    Forge_User_62502025
    Lastly, I have no clue what you mean by what you asked after. Sorry, the English...
    Aug 10, 2014