Thread Tools Display Modes
01-11-06, 02:05 PM   #1
tralkar
An Onyxian Warder
 
tralkar's Avatar
Join Date: Jan 2005
Posts: 352
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 =)
  Reply With Quote
01-11-06, 02:49 PM   #2
avngr
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 14
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.
  Reply With Quote
01-11-06, 03:06 PM   #3
tralkar
An Onyxian Warder
 
tralkar's Avatar
Join Date: Jan 2005
Posts: 352
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..
  Reply With Quote
01-11-06, 03:21 PM   #4
avngr
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 14
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.
  Reply With Quote
01-11-06, 03:49 PM   #5
tralkar
An Onyxian Warder
 
tralkar's Avatar
Join Date: Jan 2005
Posts: 352
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
  Reply With Quote
02-01-06, 01:44 AM   #6
tralkar
An Onyxian Warder
 
tralkar's Avatar
Join Date: Jan 2005
Posts: 352
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>
  Reply With Quote
04-05-06, 08:59 PM   #7
elviso
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 17
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:

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
.
  Reply With Quote
04-05-06, 10:46 PM   #8
tralkar
An Onyxian Warder
 
tralkar's Avatar
Join Date: Jan 2005
Posts: 352
??

look at the date when this was posted, things change in 4 months..
  Reply With Quote

WoWInterface » Developer Discussions » Wish List » old addon thats giving me the bug

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off