Signup Now
Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Free User
    Join Date
    Aug 2014
    Location
    Rio de Janeiro - Brazil
    Posts
    356
    Reputation
    66
    Rep Power
    20
    Ok, I will do it, thanks!

  2. #12
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23
    @Jesseh @StaR

    As I said to you, it was better to wait someone more experienced. I'm not much of programming, like over a test script (usually free), point out some mistakes I think that could be adjusted and some tips for the script to be as complete as possible, contacting the creators.
    But wanted to give some idea before, so you do not go unanswered, and also a trained you to venture into the bot.

    ------------

    Como falei com você, era melhor esperar alguém mais experiente. Não sou muito de programar, gosto mais de testar algum script (normalmente free), apontar alguns erros que eu acho, que poderiam ser ajustados e algumas dicas para o script ficar mais completo possível, contatando os criadores.
    Mas quis dar alguma idéia antes, para você não ficar sem resposta, e também uma treinada para você aventurar no bot.

  3. #13
    Free User
    Join Date
    Aug 2014
    Location
    Rio de Janeiro - Brazil
    Posts
    356
    Reputation
    66
    Rep Power
    20
    Alright Cisco, thanks for the help too! =)

  4. #14
    Free User
    Join Date
    Aug 2014
    Location
    Rio de Janeiro - Brazil
    Posts
    356
    Reputation
    66
    Rep Power
    20
    Quote Originally Posted by baraomcz View Post
    Como exatamente você randomizou os waypoints? pode exemplificar?
    For randomizing waypoints I did

    gotolabel("route"..math.random(1,3))

    Then I put labels on waypoints possibilities, like:

    route1: node on posx 33000 posy 32000 posz 7
    gotolabel endroutechoose
    route2: node on posx 33100 posy 32100 posz 7
    gotolabel endroutechoose
    route3: node on posx 33200 posy 32200 posz 7
    endroutechoose

    The bot will choose from route1 to route3 to go.

    If you want to understand better you can download the scripts I released on free cavebot scripts subforum.

    This is just a part of randomizing. You can randomize your talk to npc, your waiting times for respawn, simulating afk, etc.

  5. #15
    Wind Powered
    Join Date
    Feb 2015
    Posts
    22
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Jesseh View Post
    For randomizing waypoints I did

    gotolabel("route"..math.random(1,3))

    Then I put labels on waypoints possibilities, like:

    route1: node on posx 33000 posy 32000 posz 7
    gotolabel endroutechoose
    route2: node on posx 33100 posy 32100 posz 7
    gotolabel endroutechoose
    route3: node on posx 33200 posy 32200 posz 7
    endroutechoose

    The bot will choose from route1 to route3 to go.

    If you want to understand better you can download the scripts I released on free cavebot scripts subforum.

    This is just a part of randomizing. You can randomize your talk to npc, your waiting times for respawn, simulating afk, etc.
    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
  •