Healing - 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: Healing (/thread-7483.html) |
Healing - lfeio - 03-03-2013 Preciso de ajuda! o bot nao ta usando health potion, ele usa apenas as magias. teria algum macro pra usar potion? RE: Healing - 81432858 - 03-03-2013 1000 {Macro Sample} POTION:=X LIFE:=Y Target.Self() Target.Health()<=!LIFE! Target.Shoot(!POTION!) Mude o que está em vermelho e teste. X= ID da potion Y= Life para usar pot RE: Healing - lfeio - 03-03-2013 (03-03-2013, 02:23 AM)81432858 Wrote: 1000 {Macro Sample} POTION:=X LIFE:=Y Target.Self() Target.Health()<=!LIFE! Target.Shoot(!POTION!) Esse fica usando potion sem parar... HEUHuEHE 20 potion se foi =D RE: Healing - 81432858 - 03-03-2013 (03-03-2013, 02:35 AM)lfeio Wrote:(03-03-2013, 02:23 AM)81432858 Wrote: 1000 {Macro Sample} POTION:=X LIFE:=Y Target.Self() Target.Health()<=!LIFE! Target.Shoot(!POTION!) Poderia mandar como você configurou o macro? RE: Healing - lfeio - 03-03-2013 (03-03-2013, 01:27 PM)81432858 Wrote:(03-03-2013, 02:35 AM)lfeio Wrote:(03-03-2013, 02:23 AM)81432858 Wrote: 1000 {Macro Sample} POTION:=X LIFE:=Y Target.Self() Target.Health()<=!LIFE! Target.Shoot(!POTION!) 1000 {Macro Sample} POTION:=266 LIFE:=400 Target.Self() Target.Health()<=!LIFE! Target.Shoot(!POTION!) RE: Healing - 81432858 - 03-03-2013 Perdão ocorreu um erro. Ao usar o Target.Heath, a contagem é contada em % e não em vida... \/ tem como entrar msn kimozin? Se quiser testar com 400 de vida, teste esse. 1000 {Macro Sample} POTION:=266 LIFE:=400 Self.Health()<=!LIFE! Target.Self() Target.Shoot(!POTION!) RE: Healing - Kimoszin - 03-03-2013 Target.Health() retorna a sua vida em porcentagem, ou seja, de 0 a 100. RE: Healing - lfeio - 03-03-2013 Obrigado, funcionou quando coloquei em porcentagem, mais por que sera que o healing do bot n ta funcionando, BUG? E outra coisa, qual o tipo de linguagem pra criar macro, queria saber fazer uns desses vlw aew RE: Healing - 81432858 - 03-03-2013 (03-03-2013, 06:06 PM)lfeio Wrote: Obrigado,Deve ser bug. Eu nunca usei o heal do bot. Sempre por macros. Macro não tem uma linguagem específica ( Não tenho ctz), todas funções de cada macro estão no wiki do bbot. É muito fácil criar, basta querer. RE: Healing - Kimoszin - 03-03-2013 Podemos dizer que é uma linguagem do proprio BBot. Você pode ver as funções aqui: wiki.bmega.net/doku.php?id=macros_commands |