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.

kraszus

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    kraszus reacted to Haven65 in Bot stopping every 5 Meter´s   
    Ahhh he´s trying to revive his Pet that has to be the problem.
    So i have to wait till level 10 then i guess
     
  2. Haha
    ::thumbs-up::
  3. Like
    kraszus got a reaction from arkhan in move back if... add code in fightclass editor   
    Excellent..will try it out
     
    [EDIT] Works a treat. Thanks Arkhan :)
  4. Thanks
    kraszus reacted to arkhan in move back if... add code in fightclass editor   
    static Main() { wManager.Events.FightEvents.OnFightLoop += (unit, cancelable) => { if (unit.IsValid && ObjectManager.Target.IsTargetingMyPet && ObjectManager.Target.GetDistance <= 5) { wManager.Wow.Helpers.Move.Backward(Move.MoveAction.PressKey, 1500); } }; } 1)not tested, but that doesn't check if they are an obstacle behind you.
    2) you could do more properly by using  
    MovementManager.Go(PathFinder.FindPath(ObjectManager.Me.Position, new Vector3(ObjectManager.Me.Position.X, ObjectManager.Me.Position.Y + 15, ObjectManager.Me.Position.Z))); For example

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.