Jump to content

Open a door


Blobby

Recommended Posts

Hi,

Im just starting to make some own profiles.

Im trying to make a profile to kill Onyxia, but my problem is the door in front of the lair. How can I tell the bot right click the door?

Thank you very much

Link to comment
Share on other sites

Hi, this is an idea not sure that works

try to add step "Interact with npc" put the id and the position of the door.

Now to go to the next step you need to detect a change in the game.

Perhaps, it's ID or Position change when you click on it ?

or try this with step runcode (never tested with GameObject)

Vector3 DoorPos = new Vector3(5718, 721, 641); // for example

wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(DoorPos, ID, -1);

Link to comment
Share on other sites

29 minutes ago, Blobby said:

How I can do this? 
I see in the memory that Im near the door, but can I do this in the Quest Editor? 

If its a "gather" you could add it to the; advanced options > looting and farming options > harvest objects tab?

Link to comment
Share on other sites

15 minutes ago, eeny said:

If its a "gather" you could add it to the; advanced options > looting and farming options > harvest objects tab?

Thank you, that was the hint. Now it works :)

And I really have to learn the C# Code. Ill search some tutorials here :) 

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...