Showing results 1 to 25 of 38
Search took 0.00 seconds.
Search: Posts Made By: endx7
Forum: General Authoring Discussion 01-18-17, 06:05 PM
Replies: 8
Views: 4,152
Posted By endx7
svn:externals only allows for referencing...

svn:externals only allows for referencing subversion paths. It does not support referencing git or mercurial repositories.

I don't know anything about curseforge's new packager only supporting...
Forum: Legion Beta archived threads 04-29-16, 07:58 PM
Replies: 33
Views: 12,599
Posted By endx7
I don't know how much things have or haven't...

I don't know how much things have or haven't changed in the cost of select, but I believe most of the overhead is in performing the function call (with select itself just doing some clever stack...
Forum: Legion Beta archived threads 02-22-16, 04:16 PM
Replies: 35
Views: 21,637
Posted By endx7
It looks like kiosk mode replaced blizzcon mode...

It looks like kiosk mode replaced blizzcon mode (probably mostly just renamed to be less specific), so probably for demoing.

(Also, the /dump command isn't really new.)
Forum: AddOn Search/Requests 03-11-13, 02:57 PM
Replies: 14
Views: 9,006
Posted By endx7
Not sure if DismissCompanion still works in...

Not sure if DismissCompanion still works in combat from insecure code, but when I last tested it, it only worked with pets you originally owned on that character before patch 5.0
Forum: General Authoring Discussion 12-31-12, 02:04 PM
Replies: 6
Views: 12,583
Posted By endx7
The simple answer is that enemyRole, enemySpec,...

The simple answer is that enemyRole, enemySpec, and enemyClass haven't been set yet when the function returns their values. The INSPECT_READY event is fired at some point in the future after that...
Forum: Wish List 12-02-12, 12:29 PM
Replies: 38
Views: 43,448
Posted By endx7
It should work, because it's using a privately...

It should work, because it's using a privately created tooltip, not the normal GameTooltip (not to be confused the GameTooltip object type).
Forum: Wish List 09-04-12, 11:10 AM
Replies: 1
Views: 12,555
Posted By endx7
<3 Alternatively I think adding a flag to...

<3

Alternatively I think adding a flag to GetNumPets/GetPetInfoByIndex that caused those functions to completely ignore the currently set filters would help a bunch too.
Forum: General Authoring Discussion 08-23-12, 12:33 PM
Replies: 3
Views: 4,206
Posted By endx7
Are you sure Blizzard_AchievementUI has been...

Are you sure Blizzard_AchievementUI has been loaded when your code runs? I don't think the tab exists before then.
Forum: MoP Beta archived threads 08-22-12, 12:48 PM
Replies: 18
Views: 17,714
Posted By endx7
Yeah. I think pets are probably weird behind the...

Yeah.

I think pets are probably weird behind the scenes since each pet has to unique, even if it has the same creature id (since it'll have different level, health, etc)
Forum: MoP Beta archived threads 08-22-12, 12:05 PM
Replies: 18
Views: 17,714
Posted By endx7
sometimes, it depends on whether you had the pet...

sometimes, it depends on whether you had the pet before the PetJournal merge.

If you had the pet before, DismissCompanion works. If you obtained it after, whether it was captured in battle or only...
Forum: MoP Beta archived threads 08-22-12, 12:31 AM
Replies: 18
Views: 17,714
Posted By endx7
It's being prevented by the global cooldown,...

It's being prevented by the global cooldown, since C_PetJournal.SummonPetByID() even when dismissing a pet is on the global cooldown (both invokes and affected by).

Stealth, Prowl and Feign Death...
Forum: MoP Beta archived threads 08-20-12, 12:49 AM
Replies: 18
Views: 17,714
Posted By endx7
They were broken for a while, but as of the...

They were broken for a while, but as of the latest build, you can use don carlos's hat, the bloodsail hat, and the frostsaber cub again. (I didn't actually test the venomhide raptor)

At least, they...
Forum: MoP Beta archived threads 08-19-12, 03:05 PM
Replies: 18
Views: 17,714
Posted By endx7
I really wish their filtering was done in Lua...

I really wish their filtering was done in Lua code. :P
Forum: MoP Beta archived threads 08-19-12, 01:35 PM
Replies: 18
Views: 17,714
Posted By endx7
And set the favorites filter to false.

And set the favorites filter to false.
Forum: MoP Beta archived threads 08-17-12, 01:48 PM
Replies: 18
Views: 17,714
Posted By endx7
Fun thing, filters affect the results from...

Fun thing, filters affect the results from C_PetJournal.GetPetInfoByIndex
Forum: AddOn Help/Support 07-27-12, 11:03 PM
Replies: 4
Views: 9,140
Posted By endx7
In bartender it's pretty easy. Just use the...

In bartender it's pretty easy. Just use the custom conditionals under State Configuration for the bar.

You'll probably want something like [harm]2; 0
but you will also want to do copy conditionals...
Forum: MoP Beta archived threads 07-27-12, 09:10 PM
Replies: 13
Views: 7,880
Posted By endx7
It looks like they fixed at least a few of the...

It looks like they fixed at least a few of the misspellings in today's build.
Forum: MoP Beta archived threads 07-26-12, 04:32 PM
Replies: 31
Views: 27,819
Posted By endx7
since index is never reset, it is only nameplates...

since index is never reset, it is only nameplates that have never been seen before. Each OnUpdate starts where it left off. If there are no new frames at all, the while loop fails immediately.

The...
Forum: MoP Beta archived threads 07-23-12, 08:12 PM
Replies: 258
Views: 180,112
Posted By endx7
Oh, very nice!

Oh, very nice!
Forum: MoP Beta archived threads 07-02-12, 09:53 PM
Replies: 258
Views: 180,112
Posted By endx7
It appears that GetAddOnMetadata() is no longer...

It appears that GetAddOnMetadata() is no longer returning data for X- prefixed TOC metadata fields.
Forum: News 04-01-12, 01:37 PM
Replies: 48
Views: 65,190
Posted By endx7
Most definitely.

Most definitely.
Forum: Chit-Chat 05-23-09, 05:30 PM
Replies: 28
Views: 8,245
Posted By endx7
It doesn't work that way though. You can...

It doesn't work that way though. You can influence the browser to reload the image each time it is "viewed", but it will only load the url once per page. If they reloaded the page, all yours sigs...
Forum: Chit-Chat 05-17-09, 11:47 PM
Replies: 17
Views: 8,629
Posted By endx7
On second thought, I shouldn't have told him to...

On second thought, I shouldn't have told him to bump his own thread since there was no reply after 30 seconds...
Forum: Chit-Chat 03-21-09, 11:57 PM
Replies: 762
Views: 242,689
Posted By endx7
Apple comes at this from two angles: - The SDK...

Apple comes at this from two angles:
- The SDK agreement
- Jailbreaking being "illegal"

What we have here is pretty close to an SDK agreement, except we don't have an SDK. Currently, I can't see...
Forum: Site help, bugs, suggestions/questions 01-22-08, 04:53 PM
Replies: 87
Views: 18,447
Posted By endx7
Bug...

Bug report:

http://endx7.wowinterface.com/portal_admin.php?id=19&a=listfeatures

gives

Fatal error: Cannot use object of type vB_Datastore_Memcached as array in...
Showing results 1 to 25 of 38