WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Wish List (https://www.wowinterface.com/forums/forumdisplay.php?f=15)
-   -   old addon thats giving me the bug (https://www.wowinterface.com/forums/showthread.php?t=3314)

tralkar 01-11-06 02:05 PM

old addon thats giving me the bug
 
After along time of fixing this addon to work. Its finaly got a bug that i cant seem to fix. The check boxes on the quest sometimes get stuck and dont move.. heres the link to where it is...
http://www.curse-gaming.com/mod.php?addid=83

Any help would be realy realy nice =)

avngr 01-11-06 02:49 PM

MonkeyQuest/UberQuest
 
why not try MonkeyQuest which takes this idea much further or Saien's UberQuest which is a nicer QuestLog than the Blizzard one and also includes its own QuestMinion? (I use both.)

i'm not sure what this old one has over those for your needs. just a suggestion.

tralkar 01-11-06 03:06 PM

I tryed those and there missing the one thing that i want it for.. when i pick up or kill a quest mob it shows in the minion.. Those others you talked about dont have this..

avngr 01-11-06 03:21 PM

Do you mean increasing the count like "Savannah Lion Tusk 5/5" in the screenshot on the link you gave? If so, MonkeyQuest certainly keeps track of how many items you've picked up or how many kills you've completed. If you mean something else, please explain.

tralkar 01-11-06 03:49 PM

with yours if you close the window and pick up a quest item nothing happends.. with mine it will open the window and show you, and tell you what quest it belongs too

tralkar 02-01-06 01:44 AM

Any one tell me why this don't scrolling right? sometimes it does and sometimes it don't Am i missing something?

<Script file="localization.lua"/>
<Include file="QuestToolTip.xml"/>
<CheckButton name="MinionCheckButtonTemplate" virtual="true" hidden="true" inherits="OptionsCheckButtonTemplate">
<HitRectInsets>
<AbsInset left="0" right="0" top="0" bottom="0"/>
</HitRectInsets>
<Size>
<AbsDimension x="15" y="15"/>
</Size>
<Scripts>
<OnClick>
QuestToolTip_MinionCheckButton_OnClick();
</OnClick>
</Scripts>
</CheckButton>
<Frame name="QuestMinionFrame" toplevel="true" movable="true" parent="QuestLogFrame" enableMouse="true" hidden="false">
<Size>
<AbsDimension x="256" y="64"/>
</Size>
<Anchors>
<Anchor point="BOTTOM" relativeTo="QuestLogFrame" relativePoint="TOP">
<Offset>
<AbsDimension x="-63" y="-64"/>
</Offset>
</Anchor>
</Anchors>
<Frames>
<CheckButton name="QuestLogTitle1MinionCheckButton" inherits="MinionCheckButtonTemplate">
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="30" y="-77"/>
</Offset>
</Anchor>
</Anchors>
</CheckButton>
<CheckButton name="QuestLogTitle2MinionCheckButton" inherits="MinionCheckButtonTemplate">
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="30" y="-92"/>
</Offset>
</Anchor>
</Anchors>
</CheckButton>
<CheckButton name="QuestLogTitle3MinionCheckButton" inherits="MinionCheckButtonTemplate">
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="30" y="-107"/>
</Offset>
</Anchor>
</Anchors>
</CheckButton>
<CheckButton name="QuestLogTitle4MinionCheckButton" inherits="MinionCheckButtonTemplate">
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="30" y="-122"/>
</Offset>
</Anchor>
</Anchors>
</CheckButton>
<CheckButton name="QuestLogTitle5MinionCheckButton" inherits="MinionCheckButtonTemplate">
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="30" y="-137"/>
</Offset>
</Anchor>
</Anchors>
</CheckButton>
<CheckButton name="QuestLogTitle6MinionCheckButton" inherits="MinionCheckButtonTemplate">
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="30" y="-152"/>
</Offset>
</Anchor>
</Anchors>
</CheckButton>
<Frame name="QuestCompanionCheckFrame">
<Size>
<AbsDimension x="54" y="32"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="190" y="-48"/>
</Offset>
</Anchor>
</Anchors>
<Layers>
<Layer level="BACKGROUND">
<FontString name="QuestCompanionLabel" inherits="GameFontNormalSmall" justifyH="LEFT" text="QMINION_TITLE">
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="-47" y="-12"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="ShowLevelLabel" inherits="GameFontNormalSmall" justifyH="LEFT" text="QMINION_SHOWLEVEL">
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="53" y="-12"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="QuestLogCountText" inherits="GameFontHighlight" text="">
<Size>
<AbsDimension x="100" y="14"/>
</Size>
<Anchors>
<Anchor point="LEFT" relativeTo="QuestLogTitleText" relativePoint="CENTER">
<Offset>
<AbsDimension x="30" y="-1"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
</Layer>
</Layers>
<Frames>
<CheckButton name="QuestCompanionCheckButton" hidden="false" inherits="OptionsCheckButtonTemplate">
<HitRectInsets>
<AbsInset left="0" right="-70" top="0" bottom="0"/>
</HitRectInsets>
<Size>
<AbsDimension x="25" y="25"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="-70" y="-4"/>
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnClick>
QuestToolTip_Button_OnClick();
</OnClick>
<OnEnter>
local tooltip = QuestToolTip_GetTooltip();
tooltip:SetOwner(this,"ANCHOR_RIGHT");
tooltip:SetText(QMINION_BUTTON_TTIP, 1.0, 1.0, 1.0);
</OnEnter>
<OnLeave>
local tooltip = QuestToolTip_GetTooltip();
tooltip:Hide();
</OnLeave>
<OnShow>
this:SetChecked(QMinionConfig.Enabled);
QuestToolTip_QuestSearch();
</OnShow>
</Scripts>
</CheckButton>
<CheckButton name="ShowLevelCheckButton" hidden="false" inherits="OptionsCheckButtonTemplate">
<Size>
<AbsDimension x="25" y="25"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="30" y="-4"/>
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnClick>
QMinionConfig.ShowLevel = this:GetChecked();
QuestLog_Update();
QuestToolTip_Show(3);
</OnClick>
<OnEnter>
local tooltip = QuestToolTip_GetTooltip();
tooltip:SetOwner(this,"ANCHOR_RIGHT");
tooltip:SetText(QMINION_SHOWLEVEL_INFO, 1.0, 1.0, 1.0);
</OnEnter>
<OnLeave>
local tooltip = QuestToolTip_GetTooltip();
tooltip:Hide();
</OnLeave>
<OnShow>
this:SetChecked(QMinionConfig.ShowLevel);
QuestToolTip_QuestSearch();
</OnShow>
</Scripts>
</CheckButton>
</Frames>
</Frame>
</Frames>
</Frame>
<Frame name="QTTFrame" frameStrata="LOW" enableMouse="false" hidden="false" parent="UIParent">
<Scripts>
<OnShow>
if (QMinionConfig.Enabled == 1) then QuestToolTip_Show(QMinionConfig.Minimized); end
</OnShow>
</Scripts>
</Frame>
</Ui>

elviso 04-05-06 08:59 PM

Quote:

Originally Posted by tralkar
After along time of fixing this addon to work. Its finaly got a bug that i cant seem to fix. The check boxes on the quest sometimes get stuck and dont move.. heres the link to where it is...
http://www.curse-gaming.com/mod.php?addid=83

Any help would be realy realy nice =)

Respectfully,

This forum is:

Quote:

Wish List
A place for AUTHORS to post their requests to Blizzard about api functions/interface features for possible inclusion.
NOT for end users to post mod requests.
This post probably belongs in:
Interface Requests
.

tralkar 04-05-06 10:46 PM

??
 
look at the date when this was posted, things change in 4 months..


All times are GMT -6. The time now is 05:52 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI