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.

2 questions interressantes

Featured Replies

Bonjour

Pourrais tu m'eclaircir ces deux points :

1/ L'extension .IsSpellUsable : Tient elle compte du GCD (c'est a dire est elle false pendant qu on est en GCD) ? Qu'est ce que prend en compte exactement IsSpellUsable.

2/ Le monk MistWeaver (Healer donc) a besoin de canaliser un sort et d'en lancer en meme temps pendant qu'il canalise afin d'effectuer ses soins (Particularité du monk)

Je ne sais pas comment on ecrirait cela sous wrobot. Car avec wrobot, quand on lance un sort permettant la canalisation, on ne peut tout en maintenant la canalisation, en lancer un second.

 

exemple : Brume apaisante doit etre canalisee afin de pouvoir lancer instantanement "Brume enveloppante"  

Salut,

1/ IsSpellUsable utilises: http://wow.gamepedia.com/API_IsUsableSpell et http://wow.gamepedia.com/API_GetSpellCooldown (Quand le GCD est activé IsSpellUsable r'envoi "false").

2/ Avec un code de ce genre:

        var spell1 = new Spell("spell1"); // sort qui canalise
        var spell2 = new Spell("Spell2"); // sort a lancer pendant que sort1 canalise

        spell1.Launch(false, false); // stopMove = false, waitIsCast = false
        spell2.Launch(true, true, true); // stopMove = true, waitIsCast = true, ignoreIfCast = true

 

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.