Jump to content

Recommended Posts

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
https://wrobot.eu/forums/topic/5951-open-a-door/#findComment-27044
Share on other sites

  On 5/25/2017 at 9:33 AM, 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? 

Expand  

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

Link to comment
https://wrobot.eu/forums/topic/5951-open-a-door/#findComment-27045
Share on other sites

  On 5/25/2017 at 10:05 AM, eeny said:

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

Expand  

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
https://wrobot.eu/forums/topic/5951-open-a-door/#findComment-27046
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...