Results 1 to 4 of 4

Thread: How to check the duration of Armor Reinforcement remaining?

  1. #1

    Default How to check the duration of Armor Reinforcement remaining?

    Armor Reinforcements lasts for 4 hours and shows up in the list with "spell active".

    What would be the code to check the duration of it, so I can run do it again if it's say below 30 min remaining?

  2. #2

    Default

    Spell[9504].remaining

  3. #3

    Default

    i finally got it working with this:

    Code:
    if (Spell[9509].timeleft <= 60)
         fput "armor rein"
         waitrt
    end

  4. #4

    Default

    Sorry, I read it as support not reinforcement. =-(

Similar Threads

  1. Official: Armor Reinforcement Update
    By SashaFierce in forum Gemstone News
    Replies: 2
    Last Post: 02-28-2017, 09:23 PM
  2. armor support vs reinforcement
    By Wrathbringer in forum Warrior
    Replies: 3
    Last Post: 07-06-2012, 12:30 PM
  3. armor reinforcement?
    By khorpulent in forum Warrior
    Replies: 7
    Last Post: 01-28-2012, 09:07 PM
  4. Replies: 1
    Last Post: 05-17-2010, 02:36 AM
  5. Check my armor numbers?
    By Artha in forum Warrior
    Replies: 10
    Last Post: 06-18-2004, 11:22 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •