Signup Now
Page 4 of 18 FirstFirst ... 2345614 ... LastLast
Results 31 to 40 of 177
  1. #31
    Free User zehvamp's Avatar
    Join Date
    Jan 2014
    Posts
    7
    Reputation
    10
    Rep Power
    0
    melhorou um pouco, mas o meu problema agora é que ele não pega loot quando eu mesma abro o corpo, qnd abro ele fecha e abre novamente sozinho pra pegar loot "/

  2. #32
    Free User
    Join Date
    Dec 2013
    Posts
    24
    Reputation
    10
    Rep Power
    0
    Como eu ponho na action

    if huntspawn is true then
    gotolabel ("0","respawntwo")
    else
    gotolabel ("0","respawnone")
    end

    isso funcionará?

  3. #33
    Free User Nightshade's Avatar
    Join Date
    Dec 2013
    Location
    Brasil
    Posts
    513
    Reputation
    31
    Rep Power
    22
    Quote Originally Posted by kiwi View Post
    Como eu ponho na action

    if huntspawn is true then
    gotolabel ("0","respawntwo")
    else
    gotolabel ("0","respawnone")
    end

    isso funcionará?
    não vai funcionar, tenta assim
    local huntspawn = getuseroption('nome aqui') -- nome que esta no user option

    if huntspawn is true then
    gotolabel ("0","respawntwo")
    else
    gotolabel ("0","respawnone")
    end
    Tibia player since 2003

    +Rep Everyone That Helped You.

    New on WindBot?, Try this amazing tutorial

  4. #34
    Free User
    Join Date
    Dec 2013
    Posts
    24
    Reputation
    10
    Rep Power
    0
    -- Hunt option
    local checkhunt = getuseroption('Respawn Two')

    if checkhunt then
    gotolabel ("0","Hunt2")
    else
    gotolabel ("continue","Hunt")
    end

    eu fiz assim, sem o is true e deu certo
    tem problema será?

  5. #35
    Free User Nightshade's Avatar
    Join Date
    Dec 2013
    Location
    Brasil
    Posts
    513
    Reputation
    31
    Rep Power
    22
    ate onde sei não tem problema não
    Tibia player since 2003

    +Rep Everyone That Helped You.

    New on WindBot?, Try this amazing tutorial

  6. #36
    Free User Dramas Doramas's Avatar
    Join Date
    Feb 2014
    Posts
    5
    Reputation
    10
    Rep Power
    0
    Falta um videozin ai hein.
    Até um "Time Lapse" ajudaria a entender melhor...

  7. #37
    Free User leandrocore's Avatar
    Join Date
    Dec 2013
    Location
    Lucksstore.com
    Posts
    261
    Reputation
    41
    Rep Power
    21
    Quote Originally Posted by Dramas Doramas View Post
    Falta um videozin ai hein.
    Até um "Time Lapse" ajudaria a entender melhor...
    Está área brasileira não está mais disponível por este motivo os tutoriais foram deixados de lado.
    na área oficial possui vários detalhados.

  8. #38
    Free User
    Join Date
    Feb 2014
    Posts
    1
    Reputation
    10
    Rep Power
    0
    leandro pode me tirar algumas duvidas? estou começando com o windbot agora, e não peguei muita prática... poderia me dizer se eu tenho q colocar as actions de depositar no banco, comprar pot, refilar e etc, podem ser colocadas no mesmo ou edit ou se é um por vez? e eu tbm n entendi muito dessa parte de persistent, tbm gostaria de saber como eu crio essas actions.

    Aguardando seu post, grato.

  9. #39
    Free User Dani Scripts's Avatar
    Join Date
    Dec 2013
    Location
    Mexico
    Posts
    558
    Reputation
    56
    Rep Power
    22
    como eu posso editar este script para mover para outra mochila?

    --Potion
    sellflasks()
    local Potionmana = getuseroption("MPtobuy")
    local Potionvida = getuseroption("HPtobuy")

    buyitemsupto(getuseroption("ManaType"),Potionmana)
    wait(300,700)
    buyitemsupto(getuseroption("HPname"),Potionvida)

  10. #40
    Free User
    Join Date
    Mar 2014
    Posts
    11
    Reputation
    10
    Rep Power
    0
    leandro você pode me da uma força aqui?

    eu to caçando hellspaws com makers quero deixar uma bp no chão com varias pote e quero que meu char va puxando pra bp quando for acabando a dele, mas ate agora não consegui..
    f itemcount("Mana Potion", "Brocade Backpack") < 100
    then
    moveitems("mana potion","Brocade Backpack",100)
    end

    eu coloquei essa, mas ele so puxa as mana potions quando eu clico ok, depois ele para de puxar.
    se puder ajudar

 

 

Posting Permissions

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