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.

Cast un sort même quand un autre est en cour

Featured Replies

Bonjour, je cherche a faire que quand mon perso cast son sort de zone et que son sort principal est rechargé il arrêt de cast son sort de zone et lance le sort principal.

pouvez vous m'aider?

merci d'avance

 

je suis sur une version Cataclysme 4.3.4

  • Author

Bonjour merci pour la réponse je l'ai fais mais ca ne change rien il continue de faire l'autre sort alors que celui dont j'ai besoin est disponible et est mit en haut de la liste des sort avec une priorité 9

Utilise du code C#

var sortPrincipal = new Spell("SpellNameInEnglish");
new Spell("SpellNameInEnglish").Launch(true, false);
Thread.Sleep(1000 + Usefuls.Latency);
while (Conditions.InGameAndConnected && ObjectManager.Me.IsCast)
{
    if (sortPrincipal.IsSpellUsable)
    {
        Lua.LuaDoString("SpellStopCasting();");
        sortPrincipal.Launch(true, true, true);
    }
}

(pas testé)

Tu dois configurer manuellement les options du sort (distance, ...)

  • Author

cela ne fonctionne pas j'ai teste sur pretre ombre 

quand attaque mentale est disponible il continue a faire fouet mental

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.