Jump to content

Recommended Posts

Also, how should I put this code in Runcode:

(whatever, and however i copy this, its not working)

Can somebody copy this code, and set him up like it should look like in Quester--> Quest order --> Runcode.

I dont know from where you copy this codes, but they needs to be edited to work with Quester, or I dont know how to copy them?

        if (wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new robotManager.Helpful.Vector3(1, 2, 3), 12345)) // replace 1, 2, 3 by position, and 12345 by npc entry id
        { 
            wManager.Wow.Helpers.Usefuls.SelectGossipOption(wManager.Wow.Enums.GossipOptionsType.trainer);
            wManager.Wow.Helpers.Trainer.TrainingSpell();
        }

Hello,

18 hours ago, Ivkan1997 said:

Hello,

Can anyone show me the code for changing ground mount? It should be accepted for Runcode in quester profile.

Thanks 

wManager.wManagerSetting.CurrentSetting.GroundMountName = "My mount name";

 

17 hours ago, Ivkan1997 said:

Also, how should I put this code in Runcode:

(whatever, and however i copy this, its not working)

Can somebody copy this code, and set him up like it should look like in Quester--> Quest order --> Runcode.

I dont know from where you copy this codes, but they needs to be edited to work with Quester, or I dont know how to copy them?


        if (wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new robotManager.Helpful.Vector3(1, 2, 3), 12345)) // replace 1, 2, 3 by position, and 12345 by npc entry id
        { 
            wManager.Wow.Helpers.Usefuls.SelectGossipOption(wManager.Wow.Enums.GossipOptionsType.trainer);
            wManager.Wow.Helpers.Trainer.TrainingSpell();
        }

This code is good, do you have error message?

Hello drooidz,

1. I have already found RunCode for changing mount, but thanks anyway.

 

2. I have separate your code in 3 steps then it works!

First Action --> If --> 

(wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new robotManager.Helpful.Vector3(1, 2, 3), 12345))

Second Action --> RunCode --> 

wManager.Wow.Helpers.Usefuls.SelectGossipOption(wManager.Wow.Enums.GossipOptionsType.trainer);

Third Action --> RunCode --> 

wManager.Wow.Helpers.Trainer.TrainingSpell();

Yes, I got error because I dont know how to copy it, probably spaces are problem or something...

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