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.

Stop/Start Auto Attack C#, And Wanding?

Featured Replies

Hey guys I am seeking a way to call a function to stop and start Auto Attacking. I am making a caster routine and all is fine until the target gets within auto attack range and starts auto attacking which is fine at low levels but at higher levels it looks very dumb. C#

Not necessary but would be nice, also trying to figure out how to get the Fight class to wand. 

  • 2 weeks later...
  • 4 weeks later...
On 07/02/2017 at 7:54 PM, Droidz said:

This link to xml made throught Fight Class creator but in pur C# it is not relevant.

I have the exact same problem with hunter, and casters with wand. Here is what I do but, it's not working : 

 

        //Auto Shot
        if (!SpellManager.IsRepeating(AutoShot.Ids) && AutoShot.IsDistanceGood)
        {
            AutoShot.Launch();
            return;
        }
        
        //Attack
        if (!SpellManager.IsRepeating(Attack.Ids) && Attack.IsDistanceGood)
        {
            Attack.Launch();
            return;
        }

At the end of the first pass in Combat routine I see

[Fight] Manually target change

If target stay in AUto Shot range (higher than 8 Yards) Auto Shot is retriggered

If target come to close combat range my target is still highlighted but but my toon drops combat state and stay still until he dies.

 

 

McRo Hunter.cs

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.