Showing results 1 to 25 of 27
Search took 0.00 seconds.
Search: Posts Made By: rowaasr13
Forum: Lua/XML Help 11-20-20, 10:14 AM
Replies: 1
Views: 2,318
Posted By rowaasr13
"script ran too long" out of combat

I'm pretty sure time limits were previously imposed on runtime only in combat, but nowadays I see reports of people seeing it on entering game with big on-demand loading addons like BigWigs or people...
Forum: Dev Tools 02-07-17, 11:00 PM
Replies: 21
Views: 17,696
Posted By rowaasr13
I can't help to notice pretty big boilerplates....

I can't help to notice pretty big boilerplates. Does this actually makes code smaller and easier to read? Can you show some examples?

Considering you're developing this since 2009 and still have no...
Forum: AddOn Search/Requests 11-28-16, 10:42 PM
Replies: 3
Views: 6,062
Posted By rowaasr13
http://www.wowhead.com/artifact-power-and-artifact...

http://www.wowhead.com/artifact-power-and-artifact-knowledge-guide#comments:id=2425620

Pull to action bar and click until done. Since bars are spec-specifc, you won't use them on wrong weapon...
Forum: Legion Beta archived threads 11-07-16, 01:33 PM
Replies: 3
Views: 6,406
Posted By rowaasr13
Ugh, it returns false for...

Ugh, it returns false for http://www.wowhead.com/item=141699/boon-of-the-companion.
Forum: Legion Beta archived threads 11-04-16, 12:58 PM
Replies: 1
Views: 5,106
Posted By rowaasr13
New bindtype return from GetItemInfo

So, what values does it have and is there constants for them?

So far it looks like 0 - no binding, 1 - BoP+BoA, 2 - BoE.

As expected, since it targets links/ids/strings, it doesn't tell if BoE item...
Forum: Lua/XML Help 11-03-16, 12:24 PM
Replies: 11
Views: 11,304
Posted By rowaasr13
Just confirmed this. /run for idx = 1, 500000 do...

Just confirmed this.

/run for idx = 1, 500000 do MountJournal.SummonRandomFavoriteButton.spellname:SetText(string.format("%d %d", idx, idx)) end
+10 Mb addon memory.

/run for idx = 1, 500000 do...
Forum: Lua/XML Help 11-01-16, 11:16 PM
Replies: 11
Views: 11,304
Posted By rowaasr13
I believe the real difference is that resulting...

I believe the real difference is that resulting formatted string doesn't enter Lua's hashed pool, thus not only providing noticeable speed up, but also saving you from tons of throwaway strings for...
Forum: General Authoring Discussion 10-29-16, 11:45 AM
Replies: 11
Views: 3,260
Posted By rowaasr13
What EXACTLY do you mean when you say "not...

What EXACTLY do you mean when you say "not available"?
Forum: Legion Beta archived threads 10-29-16, 01:09 AM
Replies: 3
Views: 6,406
Posted By rowaasr13
I couldn't find one, so I just scan the item's...

I couldn't find one, so I just scan the item's tooltip in Garrison Mission Manager's mission reward AP display and some macros I have to use all AP items in bag. Available in library here:...
Forum: AddOn Help/Support 10-29-16, 12:55 AM
Replies: 7
Views: 4,513
Posted By rowaasr13
There's an annoying misfeature in this mail...

There's an annoying misfeature in this mail popup: it doesn't recognize your own characters if you add server suffix after name.
Forum: Legion Beta archived threads 10-13-16, 09:23 AM
Replies: 4
Views: 6,181
Posted By rowaasr13
Taint spreads and does so no matter if you're in...

Taint spreads and does so no matter if you're in combat or not. Combat only makes problem visible - that's why I'm interested if it affects entire table or only GetTotalPurchasedRanks.

I'm not a fan...
Forum: Legion Beta archived threads 10-13-16, 07:43 AM
Replies: 4
Views: 6,181
Posted By rowaasr13
Remind me, is table itself tainted when you insecurely add/replace key/value pair?

I just noticed this familiar UI panel "click" every time I used AP item and since I was also working with Artifact API at the time, I immideately thought that someone is obviously scanning artifact...
Forum: General Authoring Discussion 07-13-15, 04:51 AM
Replies: 8
Views: 6,761
Posted By rowaasr13
Check docs for SecureHandlerWrapScript.

Check docs for SecureHandlerWrapScript.
Forum: General Authoring Discussion 07-10-15, 06:12 AM
Replies: 8
Views: 6,761
Posted By rowaasr13
No, you're reprogramming it - you're altering its...

No, you're reprogramming it - you're altering its state by and how mouse would interract with it by hiding. Just imagine having buttons for ALL your spells stacked in one position spell and you...
Forum: General Authoring Discussion 07-10-15, 04:33 AM
Replies: 8
Views: 6,761
Posted By rowaasr13
That's obviously because you can't do anything...

That's obviously because you can't do anything with secure buttons in combat. It is the vary basis of their design: you get access to limited set of secure functions under scheme that prevents you to...
Forum: Wish List 06-25-15, 02:49 AM
Replies: 12
Views: 21,361
Posted By rowaasr13
If you use early returns the data is not even...

If you use early returns the data is not even instantiated. Otherwise it all depends on how you programmed if you just build big table of all localization and never throw it away - it will stay in...
Forum: Wish List 06-24-15, 11:59 AM
Replies: 12
Views: 21,361
Posted By rowaasr13
Err... no. It certainly WILL compile entire file...

Err... no. It certainly WILL compile entire file - chunks are always read and compiled completely and returned to reader and only THEN reader runs resulting code, performs check and bails out of it...
Forum: Lua/XML Help 06-24-15, 11:34 AM
Replies: 8
Views: 4,109
Posted By rowaasr13
You've probably made a cyclic reference somewhere...

You've probably made a cyclic reference somewhere while messing with variables to be saved and caused WoW to generate huge dump that got truncated on next load.
Forum: General Authoring Discussion 06-24-15, 06:08 AM
Replies: 21
Views: 12,714
Posted By rowaasr13
GMM is updated some time ago to support 6.2 and...

GMM is updated some time ago to support 6.2 and is now uploaded to both Curse (http://www.curse.com/addons/wow/garrison-mission-manager) and WoWI...
Forum: General Authoring Discussion 06-21-15, 06:38 PM
Replies: 21
Views: 12,714
Posted By rowaasr13
Garrison Mission Manager will support all the...

Garrison Mission Manager will support all the changes before 6.2 release (i.e. I'll upload full 6.2 and pre-6.2 compatible version later today) and will support ship mission assignments in one more...
Forum: General Authoring Discussion 03-27-15, 01:07 PM
Replies: 5
Views: 4,275
Posted By rowaasr13
I suspect it is marked by hidden weekly quest...

I suspect it is marked by hidden weekly quest flag, just as many other things in game are. Scan all completed quests before you've recruited follower and after and check the difference.
Forum: AddOn Search/Requests 03-08-15, 06:23 PM
Replies: 3
Views: 3,401
Posted By rowaasr13
You won't see it, of course, if you have some...

You won't see it, of course, if you have some custom vendor UI or some addon that overwrites visual effects for some reason, but native UI 100% deliberately checks if vendor item is heirloom and then...
Forum: AddOn Search/Requests 03-06-15, 09:43 PM
Replies: 3
Views: 3,401
Posted By rowaasr13
Blizzard native UI does it without any addons....

Blizzard native UI does it without any addons. Already known heirlooms are dark and desaturated in the list.
Forum: AddOn Search/Requests 12-22-14, 09:45 AM
Replies: 12
Views: 8,269
Posted By rowaasr13
Ясно. А чего именно не хватает именно во...

Ясно. А чего именно не хватает именно во встоенных таймерах DBM или BW? Они же, обычно, покрывают все важные события.
Forum: AddOn Search/Requests 12-22-14, 09:44 AM
Replies: 12
Views: 8,269
Posted By rowaasr13
So, what he looks for is some kind of addon that...

So, what he looks for is some kind of addon that allows to create a timer (possibly repeating) and then push it to the rest of raid so other members won't have to do anything except initially...
Showing results 1 to 25 of 27