Jump to content

Pusle quest in runcode block


zzzar

Recommended Posts

Hello, is it possible to pulse quest in runcode block?

Something like

        if (ObjectManager.Me.WowClass == WoWClass.Paladin)
        {

Pulsequest("gototrainer")

wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new robotManager.Helpful.Vector3(1, 2, 3), 12345              wManager.Wow.Helpers.Usefuls.SelectGossipOption(wManager.Wow.Enums.GossipOptionsType.trainer);
wManager.Wow.Helpers.Trainer.TrainingSpell();
        }

?

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