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.

Auto Bandage 1.0.0

(0 reviews)

User Feedback

Recommended Comments

Stat

Members

This is great! Thanks for doing this!

 

If you change out line 17 to read:

if (!Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && !Fight.InFight && !ObjectManager.Me.IsMounted && ObjectManager.Me.HealthPercent <= 80 && !ObjectManager.Me.IsDeadMe)
 
That will make sure it doesn't attempt to execute while you're dead.
Basically just adding this:  !ObjectManager.Me.IsDeadMe to the check to make sure you're not dead. Not sure if "!Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause" is supposed to handle that or not, but it didn't seem to in my experience. 
 

temptempdk

Members

Not working, the only place where it works is when its dead it tries to bandage, but cannot since its dead, implementing Stat suggestion stops the trying to bandage when dead because the original code did not check if char was dead or not.

 

But still not working, tested with low level chars, and made sure item id's was correct (vanilla)

Matenia

Elite user

You probably need to increment your latency settings. I presume it doesn't use bandages because your bot never stops moving to cast them.

mpzor

Members

doesnt work!

thelastpanda

Members

There's an error in your fist condition : if (!Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && !Fight.InFight && !ObjectManager.Me.IsMounted && ObjectManager.Me.HealthPercent <= 80)

It should be : if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && !Fight.InFight && !ObjectManager.Me.IsMounted && ObjectManager.Me.HealthPercent <= 80)

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.