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.

One more thread about double casting

Featured Replies

This have been discussed like 20 times already during like 2 years at least, but still, there is no good solution for this, as far as i know.

So the problem is, wrobot will cast spell with the cast time twice in a row sometimes (Very often, to be fair).

Base example, if have condition like:
 

if (Target.HealthPercent <= 60)
{
	HealingSpell.Launch();
}

There is prety high chance that when Target will reach 60% hp that's what will happen:
1) You will start to cast Healing Spell
2) You will heal the target to 100% health
3) While target is at 100% health you will start to cast the same Healing spell again, that will be just a mana waste.

And there is no way to really fix it "normal way", without adding enormous delays in your rotation. Atleast i can't.

Maybe i'm wrong, feel free to point me at right code direction ?

So my proposition is, maybe, we can have some way to preven spell to be casted 2 times in a row with the .lauch(parameter) method?

Something like: "If SpellName have been casted successful, then prevent SpellName to be casted for N ms".

Thank you.

 

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.