Signup Now
Page 5 of 6 FirstFirst ... 3456 LastLast
Results 41 to 50 of 57
  1. #41
    Free User
    Join Date
    Nov 2015
    Posts
    2
    Reputation
    10
    Rep Power
    0
    Easier than position

    auto(100)
    if itemcount("mana potion") > 0 then
    useoncreature('mana potion', 'Char Name')
    wait(200)
    end

  2. #42
    Free User
    Join Date
    Jun 2015
    Posts
    12
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Borges View Post
    you can just drop all potions on the ground... open browsefield remove mana potion from hotkey...
    and put to use mana potions.

    so simple!
    Can you adjust the script for that? Just take the potions from field instead of inside bps? Thanks!

  3. #43
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by luccafacc View Post
    Can you adjust the script for that? Just take the potions from field instead of inside bps? Thanks!
    You don't need take potions,

    Open browsefield and enable potion healer without Hotkeys and "Fast Hotkeys"
    Helped you? REP+

  4. #44
    Free User
    Join Date
    Jun 2015
    Posts
    12
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Borges View Post
    You don't need take potions,

    Open browsefield and enable potion healer without Hotkeys and "Fast Hotkeys"
    Thanks, borges!

  5. #45
    Free User
    Join Date
    May 2015
    Posts
    19
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Borges View Post
    You don't need take potions,

    Open browsefield and enable potion healer without Hotkeys and "Fast Hotkeys"
    Sorry how you do this? cannot find option

  6. #46
    Moderator Josh's Avatar
    Join Date
    Dec 2013
    Posts
    1,394
    Reputation
    183
    Rep Power
    24
    Quote Originally Posted by GreenCS View Post
    Sorry how you do this? cannot find option
    Just don't launch the client using WindAddons and don't have the mana potion you're going to use on hotkey. If you have it on hotkey, the bot will try to press that hotkey. If not, it will click the potion in an open container (Browse Field).

  7. #47
    Free User
    Join Date
    May 2014
    Posts
    17
    Reputation
    10
    Rep Power
    0
    Hello, I want to use a browse field in the position BpPos = {$posx+1, $posy+1, $posz}, but the character only do browe field but don't open the backpack, can u help me?

  8. #48
    Free User
    Join Date
    Mar 2016
    Posts
    1
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Garkstal View Post
    Like that:
    init start
    local friendPos = {12345, 12331, 5}
    init end

    auto(100)
    if itemcount("mana potion") > 0 then
    useitemon(itemid("mana potion"), 0, unpack(friendPos))
    wait(200)
    end
    I did it just the way you are saying. i ve added persist to get manas, and one for this. but its not using mps on my main character. I ve changed mp for smps but no problem at my main char so far. however noob char is not healing main char's mana.

  9. #49
    Free User
    Join Date
    Jul 2014
    Posts
    4
    Reputation
    10
    Rep Power
    0
    how do i make this just pick up the pots and trow them down not use on my self

  10. #50
    Free User
    Join Date
    Jul 2015
    Posts
    5
    Reputation
    10
    Rep Power
    0
    can u make the script so that it moves empty pots into another backpack instead of ground?

 

 

Posting Permissions

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