Signup Now
Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Free User Jesusz0r's Avatar
    Join Date
    Dec 2013
    Location
    Spain
    Posts
    278
    Reputation
    70
    Rep Power
    21

    Go back to hunting if went up/downstairs

    If you only hunt in one floor.
    auto(100)
    if $self.posz ~= 1 and $wptsection == 'Hunting1' then
    gotolabel('go_down1', 'To_first_cave')
    end


    If you hunt in multiple floors
    auto(100)
    if $self.posz ~= 1 and $wptsection == 'Hunting1' then
    gotolabel('go_down1', 'To_first_cave')
    elseif $self.posz ~= 2 and $wptsection == 'Hunting2' then
    gotolabel('go_down2', 'To_second_cave')
    end

  2. #2
    Free User
    Join Date
    Aug 2014
    Posts
    12
    Reputation
    10
    Rep Power
    0
    we need to change the labels to our own right¡? or i just copy this on my persistent scropter? srry im a newbie

  3. #3
    Free User Davi's Avatar
    Join Date
    Apr 2014
    Posts
    135
    Reputation
    30
    Rep Power
    21
    yep u have to change the labels

  4. #4
    Free User Jesusz0r's Avatar
    Join Date
    Dec 2013
    Location
    Spain
    Posts
    278
    Reputation
    70
    Rep Power
    21
    Quote Originally Posted by warfare View Post
    we need to change the labels to our own right¡? or i just copy this on my persistent scropter? srry im a newbie
    You have to change the labels and the name of the waypoint sections to your own.

  5. #5
    Free User
    Join Date
    Dec 2014
    Posts
    86
    Reputation
    10
    Rep Power
    19
    For example i fell into a hole, what should i do to rope myself. I understand i need to change wptsection, but i dont understand those 2 labels beneath "go_down1" and "To first cave"

  6. #6
    Free User
    Join Date
    Dec 2014
    Posts
    86
    Reputation
    10
    Rep Power
    19
    Quote Originally Posted by herijolo View Post
    For example i fell into a hole, what should i do to rope myself. I understand i need to change wptsection, but i dont understand those 2 labels beneath "go_down1" and "To first cave"
    Bump !

  7. #7
    Free User
    Join Date
    Feb 2015
    Location
    Brasil
    Posts
    19
    Reputation
    10
    Rep Power
    0
    JesuszOr sabe informa se existe uma persistem em um char segue outro durante uma hunt?

  8. #8
    Free User
    Join Date
    Mar 2015
    Posts
    14
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Jesusz0r View Post
    If you only hunt in one floor.
    auto(100)
    if $self.posz ~= 1 and $wptsection == 'Hunting1' then
    gotolabel('go_down1', 'To_first_cave')
    end




    If you hunt in multiple floors
    auto(100)
    if $self.posz ~= 1 and $wptsection == 'Hunting1' then
    gotolabel('go_down1', 'To_first_cave')
    elseif $self.posz ~= 2 and $wptsection == 'Hunting2' then
    gotolabel('go_down2', 'To_second_cave')
    end

    I don't understand what labels to use, or certain waypoint tabs. such as waypoint tab GoToHunt on move/action/use/etc.38 explain please
    im a noob at this stuff

  9. #9
    Free User Garkstal's Avatar
    Join Date
    Dec 2013
    Location
    www.garkstalscripts.com
    Posts
    795
    Reputation
    124
    Rep Power
    23
    Quote Originally Posted by dbords View Post
    I don't understand what labels to use, or certain waypoint tabs. such as waypoint tab GoToHunt on move/action/use/etc.38 explain please
    im a noob at this stuff
    if your bot will fall to lower floor or go upstairs this action will force bot to go to the label "go_down1" in section 'To_first_cave'. So you have to add some other waypoints in other tab in case when bot will change floor by mistake
    http://i.imgur.com/lkWkIMg.png
    ........................Script Name......................
    Profession
    Asura Palace ED + EK
    Characters for sale! | Like Our Facebook! | Sell Tibia Gold

  10. #10
    Free User
    Join Date
    Mar 2015
    Posts
    14
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Garkstal View Post
    if your bot will fall to lower floor or go upstairs this action will force bot to go to the label "go_down1" in section 'To_first_cave'. So you have to add some other waypoints in other tab in case when bot will change floor by mistake
    ahhh I see thanks man

 

 

Posting Permissions

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