Jump to content

ToPositionAndIntecractWithNpc Not working


zadman

Recommended Posts

Hi I was trying the meatgut profile in my pc (used to work on my laptop)

 

 

However it seems that this instruction:

 

GoToTask.ToPositionAndIntecractWithNpc(new Vector3(2938.628f, 4863.047f, 128.2746f), 82727);

 

Is not properly working.

 

My character moves towrds the npc but then just stands there. It seems that the IntecractWithNpc part is not working.

Anyway to fix this?

 

I'm a programmer myself and I have tried a few thing but none seem to work. (i.e. adding thread sleep, trying with other npcs)

Weird thing is that on my other machine it works, could it be a wow setting?

 

 

Thank you,

--Victor

Link to comment
Share on other sites

Ok, so I figured it out. It was fun.

 

Nearest unit was Meatgut.

However the zone was blacklisted and some function was returning false.

 

Altought Meatgut was not blacklisted, the zone where he is was blacklisted so that condition failed.

I cleared the blacklist zones and it works again.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...