BBot - The best bot of the world
Ajuda quando nao tiver mais bixo logar - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: Ajuda quando nao tiver mais bixo logar (/thread-4705.html)



Ajuda quando nao tiver mais bixo logar - turu_122 - 09-27-2012

Ola amigos

O dexter tinha me ajudado a criar um macro que quando nao tiver mais monk's na tela ele logava porem com as mudaças dos bbot nao esta funcionando gostaria da ajuda de voces.

1000 {Move3} Creatures.OnScreen<=0 Self.MoveTo(33132, 31632, 13) Self.Stop Self.Logout


RE: Ajuda quando nao tiver mais bixo logar - roy16 - 09-27-2012

Não entendo praticamente nada..mas tenta esse código aqui:
1000 {Move3} Creatures.OnScreen<=0 Self.MoveTo(33132, 31632, 13) Self.Stop() Self.Logout()
se não for, tente esse:

1000 {Move3} Creatures.OnScreen()<=0 Self.MoveTo(33132, 31632, 13) Self.Stop() Self.Logout()

Se não também, não sei rsrs


RE: Ajuda quando nao tiver mais bixo logar - turu_122 - 09-27-2012

Nao deu certo nem dos dois!


Quote:1000 {Move3} Creatures.OnScreen<=0 Self.MoveTo(33130, 31632, 14) Self.Stop() Self.Logout()

Macro Bug

Start-Of-Macro

Creatures.OnScreen returned 1
[False] Creatures.OnScreen<=0
[@] Exit of macro

End-Of-Macro

Quote:1000 {Move3} Creatures.OnScreen()<=0 Self.MoveTo(33130, 31632, 14) Self.Stop() Self.Logout()

Macro Bug

Start-Of-Macro

Creatures.OnScreen() returned 1
[False] Creatures.OnScreen()<=0
[@] Exit of macro

End-Of-Macro



RE: Ajuda quando nao tiver mais bixo logar - Dexter - 09-27-2012

Tenta como abaixo, pois o comando creature.OnScreen() conta seu personagem também.

Code:
1000 {Move3} Creatures.OnScreen()<=1 Self.MoveTo(33130, 31632, 14) Self.Stop() Self.Logout()



RE: Ajuda quando nao tiver mais bixo logar - turu_122 - 09-27-2012

(09-27-2012, 01:52 AM)Dexter Wrote: Tenta como abaixo, pois o comando creature.OnScreen() conta seu personagem também.

Code:
1000 {Move3} Creatures.OnScreen()<=1 Self.MoveTo(33130, 31632, 14) Self.Stop() Self.Logout()

Deu certo cara. Vlw


RE: Ajuda quando nao tiver mais bixo logar - Dexter - 09-27-2012

Np. Big Grin


RE: Ajuda quando nao tiver mais bixo logar - turu_122 - 09-27-2012

(09-27-2012, 01:57 AM)Dexter Wrote: Np. Big Grin

Ja rep + .... cara voce sempre ajudando a todos e fazem um otimo trabalho.