Showing results 1 to 25 of 74
Search took 0.00 seconds.
Search: Posts Made By: Mazzop
Forum: Lua/XML Help 04-14-17, 08:25 AM
Replies: 3
Views: 2,670
Posted By Mazzop
Maybe try not with spellID, but go thru talents...

Maybe try not with spellID, but go thru talents or spellbook directly?

Cant find info about http://wowprogramming.com/docs/api/PickupTalent
Here about spellbook...
Forum: AddOn Help/Support 12-03-16, 05:45 AM
Replies: 5
Views: 2,962
Posted By Mazzop
try that...

try that instead?

http://wowprogramming.com/docs/api/IsLoggedIn

but there was some gimmick with those events and someone sure explain it soon :)
Forum: AddOn Search/Requests 11-29-16, 05:13 AM
Replies: 3
Views: 6,062
Posted By Mazzop
try...

try https://mods.curse.com/addons/wow/artifactpoweruser
Forum: AddOn Search/Requests 10-19-16, 11:45 PM
Replies: 1
Views: 1,544
Posted By Mazzop
http://www.wowinterface.com/downloads/info10162-No...

http://www.wowinterface.com/downloads/info10162-Noerrorsound.html

Read description for installation. You interested in Fizzle part, can ignore others if not bugging you
Forum: Site help, bugs, suggestions/questions 10-09-16, 04:55 PM
Replies: 3
Views: 901
Posted By Mazzop
from no life to 9 lives, that escalated quickly :)

from no life to 9 lives, that escalated quickly :)
Forum: AddOn Search/Requests 09-30-16, 06:36 AM
Replies: 19
Views: 7,519
Posted By Mazzop
would be great if PVP-realm info could be added...

would be great if PVP-realm info could be added to tooltip same way
Forum: General Authoring Discussion 08-09-16, 05:56 AM
Replies: 8
Views: 27,045
Posted By Mazzop
There is InstanceMapID...

There is InstanceMapID (http://wow.gamepedia.com/InstanceMapID) and MapID (http://wow.gamepedia.com/MapID) (dont ask me for differences between them :P), but neither gives that number for Ashran
Forum: Macro Help 08-04-16, 04:33 PM
Replies: 5
Views: 5,626
Posted By Mazzop
Maybe there is that API for quests in your Quest...

Maybe there is that API for quests in your Quest Journal (or whatever its called now).
What you want would be possible only if all party members have same addon installed and thru addon communication
Forum: Legion Beta archived threads 07-27-16, 04:49 AM
Replies: 3
Views: 2,998
Posted By Mazzop
Items starting quest auto-accept bug

Since 7.0.3 there is new functionality, that auto pop-ups quest dialogue from items, that start quests. That is pretty good but even if you decline, quest is accepted. Its minor annoyance with normal...
Forum: AddOn Search/Requests 04-27-16, 11:26 AM
Replies: 5
Views: 2,764
Posted By Mazzop
Ofc can export from ingame in any format you...

Ofc can export from ingame in any format you want. Myself using
http://mods.curse.com/addons/wow/mizusraidtracker
for that. There is plenty more addons like that.

Importing parsed data is different...
Forum: General Authoring Discussion 04-26-16, 02:20 AM
Replies: 6
Views: 2,952
Posted By Mazzop
You need condition if GetBonusBarOffset() > 0 for...

You need condition if GetBonusBarOffset() > 0 for that code to work i think
I not fallow bar and btn variables. Imho bar would be 1 - default, and no idea how to get it, if different. And btn is just...
Forum: General Authoring Discussion 04-25-16, 02:37 AM
Replies: 6
Views: 2,952
Posted By Mazzop
If rogue uses stealth and first action bar...

If rogue uses stealth and first action bar changes, first button there is slot 73, not 1. Maybe there is problem with visual part of your code. Are you using something like button:GetID() to identify...
Forum: General Authoring Discussion 04-24-16, 01:47 PM
Replies: 6
Views: 2,952
Posted By Mazzop
i think you are sorted as is, just be going thru...

i think you are sorted as is, just be going thru 120 action slots.
Those extra bars are just slots above 72 - http://wowwiki.wikia.com/wiki/ActionSlot
Forum: AddOn Search/Requests 03-25-16, 08:19 AM
Replies: 2
Views: 1,966
Posted By Mazzop
dont think so, its not part of blizzard addon...

dont think so, its not part of blizzard addon interface, but i am amateur so i probably wrong :)

http://www.wowace.com/addons/bosseskilled/images/2-how-it-looks-v1-3/
could be done similar to that,...
Forum: AddOn Help/Support 12-31-15, 08:58 AM
Replies: 1
Views: 2,467
Posted By Mazzop
if it worked before, i doubt it is a matter of...

if it worked before, i doubt it is a matter of font, but you can check one from this old addon

http://wow.curseforge.com/addons/hide-xp/
Forum: Lua/XML Help 08-23-15, 08:05 PM
Replies: 2
Views: 1,886
Posted By Mazzop
just a shot, desc is about horde/ally, but you...

just a shot, desc is about horde/ally, but you can check in arena

GetBattlefieldArenaFaction()
Forum: Lua/XML Help 08-16-15, 02:38 AM
Replies: 26
Views: 7,033
Posted By Mazzop
ok ok, select is big nono, i get it :) dont wanna...

ok ok, select is big nono, i get it :)
dont wanna hijack topic, but not even here

instead of sexy and nice

for j = 1, numbonuses do
bonus[j] = select(14 + j, strsplit(":", itemstring))
end
Forum: Lua/XML Help 08-15-15, 03:48 PM
Replies: 26
Views: 7,033
Posted By Mazzop
instead of UnitName("player") use select(1,...

instead of UnitName("player") use select(1, UnitName("player"))
or make a variable local playername=UnitName("player")
Forum: Lua/XML Help 08-15-15, 03:23 PM
Replies: 26
Views: 7,033
Posted By Mazzop
obviously i cannot drycode :) its 5th argument,...

obviously i cannot drycode :)
its 5th argument, from fast /etrace


ChatFrame_AddMessageEventFilter("CHAT_MSG_LOOT",function(self,event,msg,who,language,channelString,target, ...)
if...
Forum: Lua/XML Help 08-15-15, 02:50 PM
Replies: 26
Views: 7,033
Posted By Mazzop
try ChatFrame_AddMessageEventFilter("CHAT_MSG_LO...

try


ChatFrame_AddMessageEventFilter("CHAT_MSG_LOOT",function(self,event,msg,who...)
if who==UnitName("player")
local id=tonumber(msg:match("|Hitem:(%d+)")) or 0;-- Force nil to zero if we...
Forum: Lua/XML Help 08-13-15, 04:26 PM
Replies: 26
Views: 7,033
Posted By Mazzop
cannot help on technical side and i am not sure...

cannot help on technical side and i am not sure if i get, what you trying to do :)
but what if you do table other way around and index by itemID with aray of sets name that item is in
adding tooltip...
Forum: AddOn Help/Support 04-18-15, 12:41 PM
Replies: 9
Views: 71,789
Posted By Mazzop
cool kids use details! meter nowadays ;) online...

cool kids use details! meter nowadays ;)

online logs are better anyway imho, especially for OP purposes to improve self - can fast lookup other ppl with similar gear on given encounter and compare...
Forum: AddOn Help/Support 03-28-15, 01:12 AM
Replies: 7
Views: 4,410
Posted By Mazzop
yea, i know, but that does not makes data from...

yea, i know, but that does not makes data from creaturecache spooky or something :)
but yea, i should stop at first answer from semlar
Forum: AddOn Help/Support 03-27-15, 01:08 PM
Replies: 7
Views: 4,410
Posted By Mazzop
snippping :P

snippping :P
Forum: AddOn Help/Support 03-27-15, 03:57 AM
Replies: 7
Views: 4,410
Posted By Mazzop
serching on that topic, my google-fu brought me...

serching on that topic, my google-fu brought me to some dark corners of ze internet, wich i even dont understand :P
long story short: is possible in game to access creaturecache.wdb?
Showing results 1 to 25 of 74