Showing results 1 to 25 of 36
Search took 0.00 seconds.
Search: Posts Made By: Lazare
Forum: Lua/XML Help 11-14-21, 07:41 PM
Replies: 4
Views: 2,651
Posted By Lazare
Hoping this will help, it is an addon here on WoW...

Hoping this will help, it is an addon here on WoW Interface called idTip: https://www.wowinterface.com/downloads/info17033-idTip.html


Cheers!
Forum: Site help, bugs, suggestions/questions 11-14-21, 07:24 PM
Replies: 60
Views: 36,764
Posted By Lazare
Would love to jump on the bandwagon and have this oldie deleted

QuestGuru (bfa). https://www.wowinterface.com/downloads/info24655-QuestGuruBfA.html

Cheers and thanks in advance!
Forum: Classic - AddOn Help/Support 01-23-21, 11:35 PM
Replies: 2
Views: 2,717
Posted By Lazare
Check the scripting in the addon "Outfitter" as...

Check the scripting in the addon "Outfitter" as it has scripting for changing gear when certain things happen i.e. fishing, picking of herbs and mining.Cheers!
Forum: Site help, bugs, suggestions/questions 10-26-19, 08:52 AM
Replies: 6
Views: 2,558
Posted By Lazare
You might want to correct your...

You might want to correct your "https://www.minion.gg" link as it is actually pointing to "https://www.minion.gg/http://" which gives the user a 404 page.
Cheers!
Forum: AddOn Search/Requests 10-26-19, 08:43 AM
Replies: 1
Views: 2,395
Posted By Lazare
I use FuBar_RestFu...

I use FuBar_RestFu (https://www.curseforge.com/wow/addons/broker_restfu) which is only on CurseForge, on my Classic and Retail accounts and it works great. It shows most of the info you need about...
Forum: AddOn Help/Support 09-08-19, 08:00 AM
Replies: 2
Views: 2,904
Posted By Lazare
you can "program" a custom conditional that says...

you can "program" a custom conditional that says if you are stealthed, the bar is visiable, otherwise visibility is et at 50%

I am not sure of the exact wording needed, but check out the Visibility...
Forum: Classic - AddOn Search/Requests 09-08-19, 06:35 AM
Replies: 5
Views: 6,180
Posted By Lazare
I will second this. I use it also and is great....

I will second this. I use it also and is great. For a dual page quest log, try QuestGuru_Classic (https://www.wowinterface.com/downloads/info25195-QuestGuru_Classic.html), which is on this...
Forum: Lua/XML Help 09-13-18, 12:12 AM
Replies: 0
Views: 1,206
Posted By Lazare
Check boxes not "unchecking" or toggling

I know that BfA screwed up some addons and this one is one of them. This gives you a list of your current Battle Pets and is supposed to allow you to pick which ones you want as "favorites" to show...
Forum: General Authoring Discussion 05-19-18, 07:10 AM
Replies: 1
Views: 4,117
Posted By Lazare
Patch 8.0.1 API changes and Bfa addon changes

Patch_8.0.1/API_changes (https://wow.gamepedia.com/Patch_8.0.1/API_changes)

Found this on gamepedia. Have not found the changes here in Wowinterface yet

Also found on BattleNet site: Battle For...
Forum: AddOn Help/Support 12-17-17, 05:00 PM
Replies: 9
Views: 8,451
Posted By Lazare
I take GREAT OFFENSE to that statement as an...

I take GREAT OFFENSE to that statement as an addon author both here and on Curse. I do it for the love of the game and how to make it better :)
I also HATE the Twitch app, but it is finally getting...
Forum: Lua/XML Help 10-25-16, 08:08 PM
Replies: 11
Views: 11,304
Posted By Lazare
Thanks for all of your help, especially Phanx....

Thanks for all of your help, especially Phanx. They code I posted above was directly from my addon. Next time I will postman or github them. For any wanting to know how I fixed it, posting below:This...
Forum: Lua/XML Help 10-14-16, 05:07 AM
Replies: 11
Views: 11,304
Posted By Lazare
Trying the above gave this error: 1x [string...

Trying the above gave this error:
1x [string "QuestGuru.TrackButton:SetText("Test")"]:1: attempt to index field 'TrackButton' (a nil value)
[string "QuestGuru.TrackButton:SetText("Test")"]:1: in main...
Forum: Lua/XML Help 10-12-16, 01:32 AM
Replies: 11
Views: 11,304
Posted By Lazare
The full xml code is below. I only did the...

The full xml code is below. I only did the section of Lua code that has anything to do with trying to change the button text. Pasting over 500 lines of Lua code that has nothing to do with it doesn't...
Forum: Lua/XML Help 10-06-16, 04:58 AM
Replies: 11
Views: 11,304
Posted By Lazare
The xml code is below <Button...

The xml code is below <Button parentKey="TrackButton" inherits="MagicButtonTemplate" text="TRACK_QUEST_ABBREV">
<Size x="80" y="22"/>
<Anchors>
...
Forum: Lua/XML Help 10-03-16, 07:51 PM
Replies: 11
Views: 11,304
Posted By Lazare
setText or setFormattedText or ?

I have a button defined in my xml file as TRACK_QUEST_ABBREV The normal text for it is "Track". I would love to be able to change it to "UnTrack" if the quest is being tracked (like the Blizz quest...
Forum: Legion Beta archived threads 07-24-16, 08:55 PM
Replies: 4
Views: 2,454
Posted By Lazare
Thank you very much! Cheers!

Thank you very much!
Cheers!
Forum: Legion Beta archived threads 07-23-16, 08:48 PM
Replies: 4
Views: 2,454
Posted By Lazare
Thank you for the quick response, but I asked how...

Thank you for the quick response, but I asked how you do it in Lua so that I may insert it into my addon.


Cheers!
Forum: Legion Beta archived threads 07-23-16, 08:01 PM
Replies: 4
Views: 2,454
Posted By Lazare
Opening the World Map with Quest pane closed

The subject pretty much says it. Trying to find lua that would Open the World Map with Quest pane closed. i.e. Just open the world map itself, not the quest pane. Tried all the major sites along with...
Forum: Site help, bugs, suggestions/questions 05-26-16, 01:26 AM
Replies: 1
Views: 841
Posted By Lazare
Trying to do a link on my addon page but…

I try to make a like on my addon page but after pressing the link button the underlying link becomes
http://www.wowinterface.com/downloads/true, which is not what I want. I really wanted to do a...
Forum: Lua/XML Help 10-19-14, 07:55 PM
Replies: 5
Views: 4,135
Posted By Lazare
Over my head and drowning...

For a little background, I started programming in 1975 using COBOL and FORTRAN. I did a little Basic years later but lapsed in my programming for about 25 years. At 54 I started up with Lua about the...
Forum: Lua/XML Help 10-18-14, 03:18 AM
Replies: 1
Views: 1,929
Posted By Lazare
staring me in the face...

I took over the QuestGuru addon as it was "dying" and wanted to save it, but now need saving myself. Not sure how well I will come thru with this since being up for 30 hours is wacking me out a bit....
Forum: AddOn Help/Support 09-22-14, 03:36 AM
Replies: 11
Views: 6,963
Posted By Lazare
Just finished reading this thread and had to say...

Just finished reading this thread and had to say thanks to Phanx for his knowledge and well written explanations. Was checking the forums for changes for WoD and saw this thread and had to read it. :)
Forum: General Authoring Discussion 09-15-13, 06:36 PM
Replies: 7
Views: 6,057
Posted By Lazare
Gregity PM'd me today that he is going to...

Gregity PM'd me today that he is going to continue maintaining QuestGuru for now as things have changed for him again and he can keep playing WoW. He even did an update today for it I noticed. So...
Forum: General Authoring Discussion 09-11-13, 03:40 PM
Replies: 7
Views: 6,057
Posted By Lazare
For me this was one of the first quest log addons...

For me this was one of the first quest log addons that I used (I started playing in May 2005) and love it to death. i have tried others in the past but nothing compares to it. I am "retired" (54 yro,...
Forum: General Authoring Discussion 09-10-13, 12:00 AM
Replies: 7
Views: 6,057
Posted By Lazare
QuestGuru

I have sent you a PM with no response from you, but will send another as I would love to take this over. QuestGuru is one of the first quest log addons I downloaded and love it to death!
Showing results 1 to 25 of 36