Jump to content

mesutmess

Inactive Member
  • Posts

    1
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by mesutmess

  1. Change:

    if app.__COMPARE_TOOLTIP__ and app.IsPressed(app.DIK_LSHIFT) and not slotIndex >= player.EQUIPMENT_SLOT_START and CompareItem:
    			self.SetCompareItem(itemVnum)

    to:

    if app.__COMPARE_TOOLTIP__ and app.IsPressed(app.DIK_LSHIFT) and not slotIndex >= player.EQUIPMENT_SLOT_START and CompareItem:
    			self.__ModelPreviewClose()
    			self.SetCompareItem(itemVnum)

    Notice: your default button may be different, mine is left shift.

    Capture.png

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.