![]() |
Macro Request / Solicitacion de Macro - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: Macro Request / Solicitacion de Macro (/thread-10744.html) |
Macro Request / Solicitacion de Macro - Awenao - 07-03-2013 Hello! Someone can make a "macro" or something that check that if the attacked monster doesnt killed in certain amount of time, the character attack the closest monster? this because if other monsters trap me, but the "attacked" monster is around there far of me but in the screen, i will be trapped until i death just there "attacking" an unreachable monster. Alguien puede hacer un "macro" o algo asi que cheqe que si el monstruo atacado no murió en cierta cantidad de tiempo, el char ataqe otro monstruo? esto porque si otros monstruos me atrapan, pero el monstruo qe se esta "atacando" ando por ahi lejos de mi pero en la pantalla, estare atrapado hasta que me maten simplemente "atacando" a un mounstro inalcanzable... here the problem ![]() in this example, ill never kill the terramite in front of me, unless the attacked terramite gets out of screen, therefore die by a simple terramite Thanks! Gracias! RE: Macro Request / Solicitacion de Macro - Awenao - 07-03-2013 i have an idea of how to create it but i dont have any experience.. it will be something like this if a creature stay more than 10sec beside me restart the killer and that way retarget to the creature beside me please help me! ![]() tengo una idea de como hacerlo pero no tengo nada de experiencia.. seria algo asi si el mounstro se queda mas de 10 segundos a lado de mi retargetear o reiniciar el killer para que empieze a atacar la qe este a junto a mi RE: Macro Request / Solicitacion de Macro - Kimoszin - 07-04-2013 [macro]800 {Change Attack} target:=Creature.Attacking() Macro.Wait(30000) newTarget:=Creature.Attacking() target==newTarget Self.Stop()[/macro] RE: Macro Request / Solicitacion de Macro - Awenao - 07-04-2013 (07-04-2013, 08:35 PM)Kimoszin Wrote: [macro]800 {Change Attack} target:=Creature.Attacking() Macro.Wait(30000) newTarget:=Creature.Attacking() target==newTarget Self.Stop()[/macro] thanks!!! can you explain me what the macro do? RE: Macro Request / Solicitacion de Macro - Awenao - 07-05-2013 it doesnt work... :S try it |