Signup Now
Results 1 to 2 of 2
  1. #1
    Free User
    Join Date
    Feb 2016
    Posts
    2
    Reputation
    10
    Rep Power
    0

    Edit User Options or Action Script ?

    Hello staff have a doubt , what windbot scans a script to validate the cap and suplly in Cavebot > Settigns > Edit User Otions
    {
    "type" : "scriptinfo",
    "name" : "Carlin Underground",
    "version" : "1.0.0"
    },
    {
    "type" : "group",
    "name" : "Valida Cap",
    "children": [
    {
    "type" : "spinbox",
    "name" : "Cap to go deposit.",
    "text" : "Cap to go deposit:",
    "min" : 0,
    "max" : 200,
    "value" : 150
    }
    ]
    }
    or in
    Cavebot > Waypoints > Action
    if itemcount("Health Potion") < 11 or $cap < 100 then
    gotolabel(0, "Leave")
    end

    Ola pessoal tenho uma duvida, o que o windbot verifica um script para validar a cap e os suplly em Cavebot > Settigns > Edit User Otions
    {
    "type" : "scriptinfo",
    "name" : "Carlin Underground",
    "version" : "1.0.0"
    },
    {
    "type" : "group",
    "name" : "Valida Cap",
    "children": [
    {
    "type" : "spinbox",
    "name" : "Cap to go deposit.",
    "text" : "Cap to go deposit:",
    "min" : 0,
    "max" : 200,
    "value" : 150
    }
    ]
    }

    ou em
    Cavebot > Waypoints > Action
    if itemcount("Health Potion") < 11 or $cap < 100 then
    gotolabel(0, "Leave")
    end


  2. #2
    Free User
    Join Date
    Dec 2015
    Posts
    12
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by andretalon View Post
    Hello staff have a doubt , what windbot scans a script to validate the cap and suplly in Cavebot > Settigns > Edit User Otions
    {
    "type" : "scriptinfo",
    "name" : "Carlin Underground",
    "version" : "1.0.0"
    },
    {
    "type" : "group",
    "name" : "Valida Cap",
    "children": [
    {
    "type" : "spinbox",
    "name" : "Cap to go deposit.",
    "text" : "Cap to go deposit:",
    "min" : 0,
    "max" : 200,
    "value" : 150
    }
    ]
    }
    or in
    Cavebot > Waypoints > Action
    if itemcount("Health Potion") < 11 or $cap < 100 then
    gotolabel(0, "Leave")
    end

    Ola pessoal tenho uma duvida, o que o windbot verifica um script para validar a cap e os suplly em Cavebot > Settigns > Edit User Otions
    {
    "type" : "scriptinfo",
    "name" : "Carlin Underground",
    "version" : "1.0.0"
    },
    {
    "type" : "group",
    "name" : "Valida Cap",
    "children": [
    {
    "type" : "spinbox",
    "name" : "Cap to go deposit.",
    "text" : "Cap to go deposit:",
    "min" : 0,
    "max" : 200,
    "value" : 150
    }
    ]
    }

    ou em
    Cavebot > Waypoints > Action
    if itemcount("Health Potion") < 11 or $cap < 100 then
    gotolabel(0, "Leave")
    end


    Valida o action, ele só vai utilizar o userOption se em algum momento vc tiver no codigo algum "getuseroption('cap to go deposit')" aí ele puxa o valor que vc setou como cap mínimo. No caso do action ele está pegando a variável do cap e comparando com 100 somente.

 

 

Posting Permissions

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