Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Runcode to change mount name

Featured Replies

  • Author

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?

  • Author

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.