![]() |
Follow NPC - 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 NPC (/thread-16055.html) |
Follow NPC - raphaelgbm - 09-05-2014 Good Afternoon ! I'm searching a macro who follow the npc, because i'm trying to do the script of hellgate task and the npc walk too far and the bot talks to no one ![]() Do anyone know what i do in cavebot or macro ? Regards, Raphael Melo. RE: Follow NPC - spodniarz - 09-06-2014 Quote:0 {NPC NAME} id:=Creature.ByName(NPC NAME) Creature.Follow(!id!) Macro.Wait(5000) Creature.Follow(!id!) Self.Say(Hi) Macro.Wait(5000) Self.Say(Hi) Macro.Wait(5000) NPC.Say(WHAT TO SAY) Macro.Wait(1000) Creature.Follow(!id!) NPC.Say(yes) Exit() RE: Follow NPC - raphaelgbm - 09-06-2014 spodniarz, I have made a macro like your but it didn't work. Yours haven't work too. I'm not understand this ****. See the macro: PalimuthID:=Creature.ByName(Palimuth) Creature.Follow(!PalimuthID!) Macro.Wait(1000) Self.Say(hi) Macro.Wait(1000) NPC.Say(Mission) Exit() I have alredy give you repution. |