Jump to content
  • Only loot quest item mobs


    Arcangelo
    • Version: All Product: Quester Type: Suggestion Status: Not Added

    Hi

    Was testing my leveling profile - and wanted it do it as fast as possbile - so i disabled the feature to loot mobs, but it ignored all mobs, and thats a bad thing :p

     

    Is it possible we can get an option like "only loot quest mobs" <- simply check the pulsepart, and see if its kill and loot and if it is then it should loot those ids from the questpart :)



    User Feedback

    Recommended Comments

    Arcangelo

    Posted

    Oh if and option could be added like "choose range to loot" - so if mobs was like <5 away it would be looted, as it is really annoying as a caster run run 35-40 all the time to loot.

    Droidz

    Posted

    Hello, at start, run code like:

            wManager.Events.LootingEvents.OnLootingPulse += (unit, cancelable) =>
            {
                if (unit.IsValid && unit.GetDistance2D > 5)
                {
                    wManager.wManagerSetting.AddBlackList(unit.Guid, 1000*120, true);
                    cancelable.Cancel = true;
                }
            };

     



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