GithubHelp home page GithubHelp logo

laytya / eqcompare-vanilla Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 0.0 73 KB

Equpcompare ACE2 replica. When you shop for items at a vendor or the Auction House and you hover over an item, you get a comparison tooltip showing the "currently equipped" item too. This AddOn adds such a feature everywhere in the game where you can hover over items, such as in your bags, in the loot window or on the reward page of a quest. You also receive comparison tooltips when clicking an item link in the chat box.

Lua 100.00%

eqcompare-vanilla's People

Contributors

laytya avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

eqcompare-vanilla's Issues

Doesn't like to load with Antagonist

[2017/04/03 02:16:57-434]: EQCompare\EQCompare.lua:460: attempt to perform arithmetic on a boolean value
AceAddon-2.0\AceAddon-2.0.lua:595: in function obj_method' AceEvent-2.0\AceEvent-2.0.lua:247: in function TriggerEvent'
AceEvent-2.0\AceEvent-2.0.lua:902: in function <...AddOns\Antagonist\libs\AceEvent-2.0\AceEvent-2.0.lua:894>


Disabled eqcompare module in pfUI and still this happens

[2017/04/03 02:21:54-436]: modules\skin.lua:72: Usage: ShoppingTooltip1:SetPoint("point" [, region or nil] [, "relativePoint"] [, offsetX, offsetY])
: in function SetPoint' modules\skin.lua:72: in function <Interface\AddOns\pfUI\modules\skin.lua:68> <in C code>: in function SetInventoryItem'
EQCompare\EQCompare.lua:226: in function <Interface\AddOns\EQCompare\EQCompare.lua:181>
:
: in function SetBagItem' FrameXML\ContainerFrame.lua:622: in function <Interface\FrameXML\ContainerFrame.lua:602> QuestItem\QuestItemTooltip.lua:245: in function ContainerFrameItemButton_OnEnter'
FrameXML\ContainerFrame.lua:658: in function `ContainerFrameItemButton_OnUpdate'
:"pfBag0item16:OnUpdate":2: in main chunk


"show Currently Equipped in lightyellow" never worked as intended

I would like to have the function "--show Currently Equipped in lightyellow" fixed, since even if before wasn't working, now it will be impossible to fix by having the 3 main lines removed from the function.

BEFORE:

--show Currently Equipped in lightyellow
local oldtext=shoptiptext:GetText() or ""
local newtext=LIGHTYELLOW_FONT_COLOR_CODE..CURRENTLY_EQUIPPED.. FONT_COLOR_CODE_CLOSE.."\n"
shoptiptext:SetText(newtext..oldtext)
shoptiptext:SetJustifyH("LEFT")

AFTER:

--show Currently Equipped in lightyellow
local oldtext=shoptiptext:GetText() or ""
shoptiptext:SetJustifyH("LEFT")

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.