Signup Now
Results 1 to 3 of 3
  1. #1
    Free User White Bear's Avatar
    Join Date
    Dec 2013
    Posts
    7
    Reputation
    10
    Rep Power
    0

    Use Mastermind Potion if not icon next to the crosses

    Hello!
    I need action if not increased magic level via using mastermind potion then use mastermind potion,
    (I know when I use this potion, it works in next 10 minutes and I can make action like "use potion, wait 10 minutes, use potion" but I do not want to do it that way)

    in this picture you can see the icon next to the crosses which increases magic level (via using mastermind potion), I need action
    "if you do not have this icon then use mastermind potion"

    This image is hosted on a possibly dangerous website (http://s3.ifotos.pl/mini/bufpng_ewhhnse.png). Please consider reuploading it on Imgur.com.

    Attached Images Attached Images
    Last edited by White Bear; 06-26-2014 at 06:18 AM.

  2. #2
    Free User Jesusz0r's Avatar
    Join Date
    Dec 2013
    Location
    Spain
    Posts
    278
    Reputation
    70
    Rep Power
    22
    auto(100)
    if not $strenghtened then
    pausewalking(10000)
    useoncreature('mastermind potion', $self) wait(500,1000)
    pausewalking(0)
    end

  3. #3
    Free User Rihop's Avatar
    Join Date
    May 2014
    Posts
    291
    Reputation
    18
    Rep Power
    21
    @Jesusz0r

    does this works with bullseyes potion for paladin also? even if i use utura gran?

 

 

Posting Permissions

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