Signup Now
Results 1 to 5 of 5
  1. #1
    Wind Powered zipus's Avatar
    Join Date
    Jan 2014
    Posts
    209
    Reputation
    12
    Rep Power
    21

    Question if playerattacking, go to x label;

    Hello All,

    What I need is if @hunting place 'when someone is attacking me (PK)' go to label "Exit".

    Is there any way to active the persistant on just certain waypoints? ( like from waypoints 10 - 30 make it active and the others inactive)
    OR when at label "Exit" turn off the persistant?

    Can't be a persistant for the whole bot, cause i would get stuck at exit label forever right? :P

    Any experiences with that?

    Thanks in Advance,
    Zipus

  2. #2
    Wind Powered
    Join Date
    Dec 2013
    Location
    dvscripts.com
    Posts
    7,101
    Reputation
    433
    Rep Power
    40
    auto(200)
    if $pattacker.id ~= 0 then
    gotolabel("x","y")
    wait(70000,100000)
    end

    Regards

  3. #3
    Wind Powered zipus's Avatar
    Join Date
    Jan 2014
    Posts
    209
    Reputation
    12
    Rep Power
    21
    Quote Originally Posted by Dworak View Post
    auto(200)
    if $pattacker.id ~= 0 then
    gotolabel("x","y")
    wait(70000,100000)
    end

    Regards
    well, that was a easy way aswell

    1000 = 1second? I'm never sure

  4. #4
    Free User rick_mandela's Avatar
    Join Date
    Dec 2013
    Location
    São Paulo, Brazil
    Posts
    60
    Reputation
    11
    Rep Power
    22
    Quote Originally Posted by zipus View Post
    well, that was a easy way aswell

    1000 = 1second? I'm never sure
    Yep! (Message too low)

  5. #5
    Wind Powered zipus's Avatar
    Join Date
    Jan 2014
    Posts
    209
    Reputation
    12
    Rep Power
    21
    Quote Originally Posted by rick_mandela View Post
    Yep! (Message too low)
    thanksss

 

 

Posting Permissions

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