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.

Déplacer un personnage sur un parcours trés précis

Featured Replies

Bonjour

Parfois quand le personnage doit se déplacer pour rendre une quête , le parcours peut s'avérer dangereux et je voulais savoir si il y a un moyen d'effectuer dans quest order editor un parcours précis à faire suivre au personnage

Merci pour votre réponse

Bonjour,

 

Si je chemin ne que vous voulez prendre ne comporte pas de risque (pnj hostile ou autre) vous pouvez essayer dans quests order d'ajouter une action de type "RunCode" avec param:

if (wManager.Wow.Helpers.Quest.HasQuest(1234))
{
    //wManager.wManagerSetting.CurrentSetting.UsePathsFinder = false;
    wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(1000, 2000, 50));
    wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(1000, 2000, 50));
    wManager.wManagerSetting.CurrentSetting.UsePathsFinder = true;
}

Dans ce code:

  • Il faut remplacer 1234 (ligne 1) par l'id de la quête
  • Vous pouvez enlever // (ligne 3) pour désactiver le pathfinder pendant le trajet.
  • Remplacer 1000, 2000, 50 (lignes 4 et 5) par la position x,y,z numero 1, puis la position x,y,z numero 2 (vous pouvez ajouter des positions).

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.