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

Resolved Powers.Magic#activate() bug

Discussion in 'Client & Site Support' started by Baddest Man on Earth, Sep 26, 2015.

  1. Baddest Man on Earth

    Joined:
    Nov 26, 2014
    Messages:
    616
    Likes Received:
    246
    The method works fine when using:
    • Modern Interface with EOC Combat
    • Modern Interface with Legacy Combat
    • Legacy Interface with EOC Combat
    However when using it with Legacy Interface with Legacy Combat, the bot will just open the Magic tab and not click the spell.
    Code (Text):
    1. if (!Powers.Magic.HIGH_LEVEL_ALCHEMY.isSelected()) {
    2.     Painter.status = "Spell not selected";
    3.     Powers.Magic.HIGH_LEVEL_ALCHEMY.activate();
    4. } else {
    5.     Painter.status = "Spell is selected";
    6. }
     
  2. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,938
    Likes Received:
    1,266
  3. Defeat3d

    Defeat3d Primate

    Joined:
    Oct 30, 2014
    Messages:
    3,072
    Likes Received:
    1,894
    Probably the border thickness story again. >.>
     

Share This Page

Loading...