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.

Dungeon Leveling

Featured Replies

Hey,

Is it possible to level through dungeons with this bot ? I tried various options with wrotation/party mode but bot never uses mana potions after combat. 

  • Author

Log without addons and plugins 

 

The issue is fixed but there is still one problem with the Party Module. While im drinking if the tank moves it stops drinking and tries to drink again which wasted alot of mana potions. The second issue is when there is a roll for an item going on it stops all healing.

30 Apr 2019 21H01.log.html

1 hour ago, xerion777 said:

Added fixed log 

I have made a plugin just for leveling in dungeons.
However, the profiles for each dungeon. You'll have to make yourself. There is a video guide etc. ?

 

 

  • Author

Thx Ordush for the amazing plugin but all i want is to use dungeon finder and do the dungeons with other people. All i need is to use mana potions on party mode and dont mindlessly follow the target when drinking ?

you are able to add pots to you're fightclass with this.

if (ItemsManager.HasItemById(118) && ItemsManager.GetItemCountByIdLUA(118) >= 1 && ObjectManager.Me.HealthPercent <= 40 && ObjectManager.Me.InCombat && ObjectManager.Me.Level <= 10) // change 118 in Hasitem, item count and use item.
        {
            ItemsManager.UseItem(108);
            Thread.Sleep(10); // change sleep to you're ms. i use 10 as a defult. 
            return;
        }

you can add any condition you would like.

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.