1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Small Question.

Discussion in 'Developer Support' started by konchan, Mar 31, 2015.

  1. konchan

    Joined:
    Dec 28, 2014
    Messages:
    76
    Likes Received:
    25
    What is in everyone's opinion on keeping track of potion cool-downs?

    I can think of a few methods but they won't really work for every potion universally. I could see using message listeners for Anti-fire variants, Overload variants, and prayer restore variants. You could also track Skill levels for supers and extremes.

    This still leaves out Juju potions and other potions that don't give a visual skill boost or message of expiration. I know there is a better way to track it, but I'm drawing a blank since it's been a while.
     
  2. Geashaw

    Joined:
    Jan 8, 2015
    Messages:
    1,429
    Likes Received:
    252
    There might be settings for that, or varp bits or whatever thet are called @Cloud
     
  3. EvilCabbage

    Joined:
    Nov 3, 2013
    Messages:
    2,389
    Likes Received:
    849
    Watch out with message listeners. I remember people copying the "your option is about to wear off" message repeatedly to make bots drink all their pots and leave/die.
     
  4. konchan

    Joined:
    Dec 28, 2014
    Messages:
    76
    Likes Received:
    25
    There's ways to circumvent them doing that, especially since most are color coded now. I would have to see if the bot has a way to detect colored text if I went that route.
     
  5. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,937
    Likes Received:
    1,266
    If you do go that route it's even easier than that. Check out Chatbox.Message.Type.
     

Share This Page

Loading...