Signup Now
Results 1 to 2 of 2
  1. #1
    Free User
    Join Date
    Aug 2014
    Posts
    15
    Reputation
    10
    Rep Power
    0

    Change walking method

    Hello,
    I was making my first script and i don't now how to change the walking method. My idea is to put walking method by keys on hunting and map click to go to town, what is the command to do that? i know that i have to put in an action, but i don't know the command

    Thanks for your help

  2. #2
    Helper StaR's Avatar
    Join Date
    Dec 2013
    Location
    Manchester
    Posts
    713
    Reputation
    50
    Rep Power
    22
    Something like this for example would work.


    auto(100)
    if $wptsection == 'Hunt' or $pzone then
    setsetting('Cavebot/WalkingMethod', 'Walk With Arrow Keys')
    else
    setsetting('Cavebot/WalkingMethod', 'Walk With Map-Clicks')
    end



 

 

Posting Permissions

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