Showing results 1 to 25 of 54
Search took 0.00 seconds.
Search: Posts Made By: Dorwido
Forum: AddOn Help/Support 05-21-15, 05:59 AM
Replies: 20
Views: 6,344
Posted By Dorwido
I dont use Bartender, but just had a look it uses...

I dont use Bartender, but just had a look it uses quite some libraries and you should be aware of:



I would just run the profile while raiding (but be aware profile is quite some extra overhead)...
Forum: AddOn Help/Support 05-20-15, 07:15 AM
Replies: 20
Views: 6,344
Posted By Dorwido
I use Bigwigs and Recount without any...

I use Bigwigs and Recount without any problems.

If it happens regulary you could try an addon like:

http://www.wowinterface.com/downloads/info7362-AddonUsage.html

Would read the whole description...
Forum: Lua/XML Help 05-12-15, 05:22 AM
Replies: 3
Views: 1,644
Posted By Dorwido
Question like that you should at least post the...

Question like that you should at least post the part of the code producing it otherwise its a wild guess, but in this case I am quite sure Resike answer is correct.
Forum: Lua/XML Help 05-07-15, 04:19 PM
Replies: 11
Views: 4,084
Posted By Dorwido
you should overwork "if not AddOn == MyAddOn...

you should overwork
"if not AddOn == MyAddOn then
return
end"

2nd time i see you posting that which wont work
Forum: Lua/XML Help 03-17-15, 04:02 PM
Replies: 7
Views: 5,564
Posted By Dorwido
usually such stuff is called from an blizzard...

usually such stuff is called from an blizzard addon and you could just hook into it and change the text or change it when the frame is drawn, looks like this one is just a chat output and would...
Forum: Lua/XML Help 03-17-15, 08:35 AM
Replies: 7
Views: 5,564
Posted By Dorwido
I think anyway not a good idea to change a global...

I think anyway not a good idea to change a global string, other addons maybe relay on it too for example translation reasons would be kinda better to directly manipulate the string.
Forum: AddOn Help/Support 03-16-15, 02:48 AM
Replies: 30
Views: 15,846
Posted By Dorwido
Removing extra copies of those shared libs wont...

Removing extra copies of those shared libs wont help at all, they are loaded only once even multiple addons include it.

And if it is only the loading screens taking longer but there is not a fps...
Forum: AddOn Search/Requests 03-14-15, 01:30 PM
Replies: 7
Views: 14,573
Posted By Dorwido
I was so free to add that option to my garrison...

I was so free to add that option to my garrison addon:
http://www.wowinterface.com/downloads/info23332-GarrisonEnhanced.html

If you only want that you can turn off all other options
Forum: Lua/XML Help 03-10-15, 05:15 AM
Replies: 56
Views: 27,518
Posted By Dorwido
Hab es mal benutzt und konnte das problem mit dem...

Hab es mal benutzt und konnte das problem mit dem spam clicken nicht nachvollziehen und war erstmal am überlegen wie man es benutzt, hätte eigentlich erwartet man gibt ne command ein kriegt dann ne...
Forum: Lua/XML Help 03-06-15, 10:40 AM
Replies: 56
Views: 27,518
Posted By Dorwido
Also in der angehängten version fehlt das...

Also in der angehängten version fehlt das definieren von L in der options.lua ansonsten so geht es:

local itemName = L[tostring(itemID)]

du definierst die übersetzung halt als string und fragt mit...
Forum: Lua/XML Help 03-06-15, 09:36 AM
Replies: 56
Views: 27,518
Posted By Dorwido
da fehlt was Addon:CreateOptionsCheckButton tut

da fehlt was
Addon:CreateOptionsCheckButton tut
Forum: Lua/XML Help 03-06-15, 06:00 AM
Replies: 56
Views: 27,518
Posted By Dorwido
total vergessen das es ja die api gibt, darüber...

total vergessen das es ja die api gibt, darüber geht das auch.



frage mich wie das heut zu tage ist wollte vor zig jahren mal ace3 nutzen und die doku war einfach bescheiden, stand quasi überall...
Forum: Lua/XML Help 03-05-15, 08:23 AM
Replies: 56
Views: 27,518
Posted By Dorwido
Kannst ja direkt nach dem laden des addons,...

Kannst ja direkt nach dem laden des addons, anfangen die liste zu erstellen denke mal das sollte nicht allzulange dauern
Forum: Lua/XML Help 03-05-15, 07:51 AM
Replies: 56
Views: 27,518
Posted By Dorwido
Bei sowas wie Standardeinstellung finde ich...

Bei sowas wie Standardeinstellung finde ich übrigens Metatabellen recht handlich:


local defaultconf =...
Forum: Lua/XML Help 03-05-15, 07:21 AM
Replies: 56
Views: 27,518
Posted By Dorwido
Ich würde sowas in der art...

Ich würde sowas in der art machen:
http://us.battle.net/wow/en/forum/topic/2842565045

Und die namen dann global als savedvariable speichern so muss das addon die nur einmal requesten und kann sie...
Forum: Lua/XML Help 03-04-15, 06:13 AM
Replies: 7
Views: 3,090
Posted By Dorwido
Beside that you should unterstand what _G is,...

Beside that you should unterstand what _G is, that is the global table in lua holding all the global stuff, there is no need at all to ever attach it like you did
Forum: Site help, bugs, suggestions/questions 03-03-15, 06:44 AM
Replies: 1
Views: 1,853
Posted By Dorwido
Download counter per file version

Would be really nice to see a download counter per version instead only a total

Edit: Would be also nice if the search would search by default also in the addon description, its so easy to miss out...
Forum: AddOn Help/Support 03-03-15, 06:10 AM
Replies: 6
Views: 3,659
Posted By Dorwido
While it is true that you need to open it its...

While it is true that you need to open it its still faster, because you dont need to bother to decide which flightmaster is the closest to where you want to go and you need to open a map so or so...
Forum: Tutorials & Other Helpful Info. 02-14-15, 07:33 PM
Replies: 35
Views: 53,352
Posted By Dorwido
nice cant await it :-D

nice cant await it :-D
Forum: Tutorials & Other Helpful Info. 02-14-15, 06:25 PM
Replies: 35
Views: 53,352
Posted By Dorwido
na adding changelog and i am happy with my...

na adding changelog and i am happy with my script, one click to update here, just miss the api here to upload images too :-P
Forum: Lua/XML Help 02-13-15, 01:14 PM
Replies: 27
Views: 16,309
Posted By Dorwido
Thought cause it is flagged as noncombat and not...

Thought cause it is flagged as noncombat and not as protected it works, but while removetalent is protected learntalents is not, just tested that.
Forum: Lua/XML Help 02-13-15, 09:08 AM
Replies: 27
Views: 16,309
Posted By Dorwido
should be...

should be possible:
http://wow.gamepedia.com/World_of_Warcraft_API#Talent_Functions

have a look at the last 3 there.
Forum: Tutorials & Other Helpful Info. 02-13-15, 08:56 AM
Replies: 35
Views: 53,352
Posted By Dorwido
Due the P3lim’s AddOn Packager Proxy needs github...

Due the P3lim’s AddOn Packager Proxy needs github which I dont like, hacked myself a script together to update it, its located at
https://github.com/Dorwido/wowiupdater

Its still work in progress,...
Forum: Dev Tools 02-11-15, 11:19 AM
Replies: 59
Views: 66,381
Posted By Dorwido
any news about this one?

any news about this one?
Forum: Dev Tools 02-07-15, 07:06 PM
Replies: 59
Views: 66,381
Posted By Dorwido
Saw that one too, even its only a quick...

Saw that one too, even its only a quick documentation how to use it, I guess setting it up to easy push a new release takes some time too, I would really love to see here a packager too and allow the...
Showing results 1 to 25 of 54