Jump to content

Recommended Posts

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

Link to comment
https://wrobot.eu/forums/topic/11145-dungeon-leveling/#findComment-53202
Share on other sites

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.

Link to comment
https://wrobot.eu/forums/topic/11145-dungeon-leveling/#findComment-53209
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...