Jump to content

Dungeon Leveling


xerion777

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
Share on other sites

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. ?

 

 

Link to comment
Share on other sites

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 ?

Link to comment
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
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...