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.

zze

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    zze got a reaction from fantasia in trying to use ItemsManager.HasItemById but with a stack   
    after messing around with it more found was just the area desolace being werid with pathing after i died :3 now its working ?
    if (!ObjectManager.Me.IsMounted && ItemsManager.GetItemCountById(6265) <= 8 && ObjectManager.Target.HealthPercent <= 15) { DrainSoul.Launch(); System.Threading.Thread.Sleep(700); return; }  
    thank you very much for you help ?
  2. Like
    zze reacted to fantasia in trying to use ItemsManager.HasItemById but with a stack   
    Maybe you use Sleep somewhere that blocks the code from running (not sure if it would block the pathfinding from running its code).
    Maybe you need to enclose your buff and combat code in a "if (!ObjectManager.Me.IsDeadMe)".
    That is the only 2 things I can come up with that could possibly affect it.
  3. Thanks
    zze reacted to fantasia in trying to use ItemsManager.HasItemById but with a stack   
    I have not tried this, but I think this would work: ItemsManager.GetItemCountById(6265) <= 10
    HasItemById is just a bool (true/false if we have it or not)

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.