Signup Now
Page 1 of 3 123 LastLast
Results 1 to 10 of 21
  1. #1
    Free User Solis's Avatar
    Join Date
    May 2014
    Location
    Sweden
    Posts
    111
    Reputation
    14
    Rep Power
    20

    auto follow, attack then auto follow again

    need a hotkey that auto follows (or maybe reach should be better) x person but when he attacks a creature it kills it first before putting reaching or follow again, possible? this would help me alot

  2. #2
    Banned
    Join Date
    Aug 2014
    Posts
    315
    Reputation
    18
    Rep Power
    0
    @Solis did u mean if u are hunting whit some guy on a simple floor then follow that char but if there is a creature then start killing the creatures and after kill the creatures start following again the guy??

    If u want to do that u can use the targeting system just add the name of the player and select Follow and just put danger 0 and to the other monster danger 1 +

  3. #3
    Free User Solis's Avatar
    Join Date
    May 2014
    Location
    Sweden
    Posts
    111
    Reputation
    14
    Rep Power
    20
    just did that and didnt work man ;/

  4. #4
    Free User Solis's Avatar
    Join Date
    May 2014
    Location
    Sweden
    Posts
    111
    Reputation
    14
    Rep Power
    20
    Still looking.

  5. #5
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by Solis View Post
    need a hotkey that auto follows (or maybe reach should be better) x person but when he attacks a creature it kills it first before putting reaching or follow again, possible? this would help me alot
    local main = 'Eternal Oblivion'
    local distance = 3

    auto(500)
    reachcreature(main,distance)


    set targeting in targeting tab
    Last edited by Borges; 11-06-2014 at 04:05 AM.
    Helped you? REP+

  6. #6
    Free User Solis's Avatar
    Join Date
    May 2014
    Location
    Sweden
    Posts
    111
    Reputation
    14
    Rep Power
    20
    Does this work if I ad more players? so every time a new player enters the cave im on it follow it? (doind a quest on many chars and I need this hk to follow 1 at the time trough a cave and help them kills the creatures (just in case) @borges

  7. #7
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by Solis View Post
    Does this work if I ad more players? so every time a new player enters the cave im on it follow it? (doind a quest on many chars and I need this hk to follow 1 at the time trough a cave and help them kills the creatures (just in case) @borges
    this persistent will follow just eternal oblivion with 3 sqms distance... what you want?
    Last edited by Borges; 11-06-2014 at 04:15 AM.
    Helped you? REP+

  8. #8
    Free User Solis's Avatar
    Join Date
    May 2014
    Location
    Sweden
    Posts
    111
    Reputation
    14
    Rep Power
    20
    I want to put more ppl to folwo if its possible, so when the first character leaves the cave and the second player enters it will follow him, and the third and so on.
    Also if possible make it so when x creature appears it kills it first then go back to following. @borges

  9. #9
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by Solis View Post
    I want to put more ppl to folwo if its possible, so when the first character leaves the cave and the second player enters it will follow him, and the third and so on.
    Also if possible make it so when x creature appears it kills it first then go back to following. @borges
    I didn't tested... can you try this?

    local friends = {'Player 1','Player 2','Player 3','Player 4'}   -- Players to follow
    local distance = 3 -- How much sqms to stay from follower

    auto(500)
    foreach creature m 'pt' do
    if table.find(friends,m.name) and m.onscreen and m..isreachable then
    reachcreature(m.name,distance)
    end
    end
    Last edited by Borges; 11-06-2014 at 01:41 PM.
    Helped you? REP+

  10. #10
    Free User
    Join Date
    Feb 2015
    Location
    United States
    Posts
    145
    Reputation
    10
    Rep Power
    19
    Works perfectly, but one thing is when I use it to warzone 1, the poison bombs on the floor stops it.

 

 

Posting Permissions

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