Signup Now
Results 1 to 2 of 2

Thread: Supplies/logout

  1. #1
    Free User
    Join Date
    Mar 2016
    Posts
    3
    Reputation
    10
    Rep Power
    0

    Supplies/logout

    Hey I tried make mine own waypoints/settings to bot, sometimes dead sometimes good but I have a question about supplies. What i need to do to my character (when low supplies) leave cave and logout. For example hellhounds inq.... go left or somewhere they didnt respawn and logout..... or mahrdis, just go into tp and logout. I put arrows and strong pot on supplylist, put "leave cave at" and whats now? Thanks

  2. #2
    Free User oliveraf's Avatar
    Join Date
    Dec 2015
    Posts
    9
    Reputation
    10
    Rep Power
    0
    hey!

    You need to create a waypoint section where you can start your way out. After that use an action waypoint to check supplies like this:
    "local captoleave = set here the cap you want your char to leave cave
    if needresupply(captoleave) then
    gotolabel(0, 'GoDeposit')
    end
    "

    inside "gotolabel" you need to set the first waypoint you want him to go, and after the comma, the waypoint section you create for leaving.

    Another option is to create a "forceRefill" persistent script... but that one I would recommend to try after you getting some experience with WindBot and lua script.

    Hope I made it clear.
    Any further questions I'll be glad to help.

 

 

Posting Permissions

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