Signup Now
Results 1 to 2 of 2
  1. #1
    Free User Rihop's Avatar
    Join Date
    May 2014
    Posts
    291
    Reputation
    18
    Rep Power
    21

    Post Bullseye+Mastermind+Berserker Potion Persistent?!?

    Im looking for a Persistent that uses 1 Bullseye potion every 10 mins and on spawn like waypoint section?

    when i use a bullseye potion can i still use utura/utura gran i dont know? i know that i cannot use sharpshooter anymore and it reduce shielding by 10.

  2. #2
    Free User xinxs's Avatar
    Join Date
    Sep 2014
    Posts
    50
    Reputation
    18
    Rep Power
    20
    Quote Originally Posted by Rihop View Post
    Im looking for a Persistent that uses 1 Bullseye potion every 10 mins and on spawn like waypoint section?

    when i use a bullseye potion can i still use utura/utura gran i dont know? i know that i cannot use sharpshooter anymore and it reduce shielding by 10.
    i think it will work
    init start
    local wp = 'hunt' --waypoint section of hunt
    local skillup = '100' -- your distance skill when drink potion, regular skill + 5
    local pot = 'bullseye potion'
    init end

    auto (500)
    if $wptsection == wp then
    if not $strengthened then
    pausewalking(1000)
    useoncreature(pot, $self)wait (1500,2000)
    elseif $distance < skillup then
    pausewalking(1000)
    useoncreature(pot, $self)wait (1500,2000)
    end
    end
    Last edited by xinxs; 06-17-2015 at 04:04 AM.

 

 

Posting Permissions

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