A fix for the Mob's mini bars when using Ctrl shift.


Currently when you use the ctrl/shift keys to get the mini bars on screen to look for mob's bars they will be red along with all the summons.  Now in a sea of mini bars filled with blue, green and red it almost impossible to pick the right one to attack.  Would it be possible to make the mob's bar purple?
Remove Trap = Bad News
for
Treasure Hunters

Comments

  • ForeverFunForeverFun Posts: 900
    edited March 2021
    This should be moved to the general discussion forum.

    First, install EC.
    Then, click "Actions"
    Navigate to "Other" action section
    Drag "Switch Object Handle" to a new hotbar slot.
    Click "Switch Object Handle" hotbar item, select "Set Filter"
    Type in name of mob/corpse/etc to filter when hitting CTRL-SHIFT.

    As a bonus, Sherry the mouse sees this in her copy of ObjectHandle.lua, from default.zip.  @Bleak

    function ObjectHandleWindow.CreateObjectHandles()
    ....

                        if (wstring.find(wstring.lower(name), wstring.lower(cf))) then
                            found = true
                            break    -- added: allow usage of |, e.g. "virtuebane|lich|human|mage's"
                        else
    ....
  • DrakelordDrakelord Posts: 1,792
    This should be moved to the general discussion forum.

    First, install EC.
    Then, click "Actions"
    Navigate to "Other" action section
    Drag "Switch Object Handle" to a new hotbar slot.
    Click "Switch Object Handle" hotbar item, select "Set Filter"
    Type in name of mob/corpse/etc to filter when hitting CTRL-SHIFT.

    As a bonus, Sherry the mouse sees this in her copy of ObjectHandle.lua, from default.zip.  @ Bleak

    function ObjectHandleWindow.CreateObjectHandles()
    ....

                        if (wstring.find(wstring.lower(name), wstring.lower(cf))) then
                            found = true
                            break    -- added: allow usage of |, e.g. "virtuebane|lich|human|mage's"
                        else
    ....
    I cannot play EC.  Medical reasons.
    Remove Trap = Bad News
    for
    Treasure Hunters
  • DrakelordDrakelord Posts: 1,792
    Remove Trap = Bad News
    for
    Treasure Hunters
Sign In or Register to comment.