BBot - The best bot of the world

Full Version: Follow NPC
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 Sad.

Do anyone know what i do in cavebot or macro ?

Regards,
Raphael Melo.
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()
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.