Follow Creature - 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: Follow Creature (/thread-16360.html) |
Follow Creature - Seeken - 10-10-2014 Hello mates, I need macro witch one follow or chase creature, NPC for example. It is possible to make? RE: Follow Creature - damiansnk - 10-10-2014 200 {wio} target:=Creature.Target() Creature.Follow(!target! founded on forum didn't tested 0 {Reach NPC} id:=Creature.ByName(NAME OF NPC) Macro.Wait(1000) Self.Say(Hi) Macro.Wait(1000) Self.SayInChannel(NPC, Liberty Bay) Macro.Wait(1000) Creature.Follow(!id!) Self.SayInChannel(NPC, yes) RE: Follow Creature - Seeken - 10-11-2014 (10-10-2014, 09:27 PM)damiansnk Wrote: 200 {wio} target:=Creature.Target() Creature.Follow(!target! Not working First is all the time chasing NPC, cavebot stops at this macro, second dosn't work. But thanks mate! I'm looking for script wich one chasin NPC, then i move forward. |