Showing results 1 to 25 of 38
Search took 0.00 seconds.
Search: Posts Made By: Tercioo
Forum: AddOn Help/Support 10-01-18, 08:16 AM
Replies: 1
Views: 89,844
Posted By Tercioo
Make a new window and at the orange cogwheel...

Make a new window and at the orange cogwheel select Solo Plugin > Tiny Threat
Forum: PTR UI Bugs 08-25-17, 03:00 PM
Replies: 0
Views: 4,184
Posted By Tercioo
[7.3 / 7.2.5] Textures not caching on memory

Texture:SetTexture() are reading the texture file from the HD every time it's called to set a different texture or on Texture:Show().
If I'm not mistaken, this got fixed on 7.1 but it's back.
Forum: PTR UI Bugs 07-16-17, 10:07 AM
Replies: 0
Views: 4,689
Posted By Tercioo
Nameplate Line of Sight Problem

In both cases I have line of sight to cast a frostbolt on the dummy, but when behind the grass fence, the nameplate fades off telling me that I don't have the sight to...
Forum: General Authoring Discussion 06-26-17, 03:09 PM
Replies: 19
Views: 6,824
Posted By Tercioo
Still could be an issue with InCombatLockdown()...

Still could be an issue with InCombatLockdown() saying "yeah you are out of combat, kappa".
Forum: Legion Beta archived threads 10-25-16, 07:17 AM
Replies: 12
Views: 13,439
Posted By Tercioo
I can confirm that changing nearly any member of...

I can confirm that changing nearly any member of a blizzard nameplate is triggering protected errors.
This small snipped does trigger issues already:

C_Timer.NewTicker (1,...
Forum: Legion Beta archived threads 08-29-16, 09:49 AM
Replies: 2
Views: 2,133
Posted By Tercioo
as a workaround before checking the aggro: if...

as a workaround before checking the aggro:

if (PlateFrame.UnitFrame.displayedUnit:match ("pet%d$")) then
return
end
Forum: Legion Beta archived threads 08-28-16, 11:14 AM
Replies: 4
Views: 7,186
Posted By Tercioo
World Quest chat links is broken

If I print, the link works as intended, is yellow and I can click it.
If I for instance, link the quest to my party or just "SAY", it shows as plain text:


print...
Forum: Legion Beta archived threads 07-20-16, 08:50 PM
Replies: 12
Views: 8,801
Posted By Tercioo
there is these two cvars which can be set to...

there is these two cvars which can be set to artificially lock the position:

SetCVar ("nameplateSelfTopInset", .69999)
SetCVar ("nameplateSelfBottomInset, .3)
Forum: Legion Beta archived threads 07-20-16, 06:10 PM
Replies: 0
Views: 1,443
Posted By Tercioo
Dungeon Finder tooltip not in Tooltip Strata

On the photo, the tooltip is behind the backpack and the quest tracker.

http://i.imgur.com/8K0jQLC.png
Forum: Legion Beta archived threads 07-17-16, 02:53 PM
Replies: 2
Views: 3,282
Posted By Tercioo
UnitDetailedThreatSituation won't work with "nameplatepet"

UnitDetailedThreatSituation isn't working with the unitid "nameplatepet".
Forum: Legion Beta archived threads 07-16-16, 12:12 PM
Replies: 3
Views: 2,388
Posted By Tercioo
Tooltip strata confirmed, no addons enabled but...

Tooltip strata confirmed, no addons enabled but still the "screenshot captured" isn't showing:

http://i.imgur.com/FVB1gxy.png
Forum: Legion Beta archived threads 07-15-16, 10:35 AM
Replies: 3
Views: 2,388
Posted By Tercioo
"Screenshot Captured" isn't in the highest strata

Dunno if this is intended, but it's hard to tell if the screenshot was taken or if I mess pressing scroll lock or F12.

The image shows the screenshot confirmation below the...
Forum: Legion Beta archived threads 07-14-16, 11:37 AM
Replies: 0
Views: 2,615
Posted By Tercioo
Random lua error on Blizzard_GarrisonLandingPage.lua

Getting this only after a real logon (not a /reload) when I click at the Class Hall Report at the minimap.
Also tested without any 3rd party mod enabled.

Message:...
Forum: Legion Beta archived threads 07-13-16, 07:54 PM
Replies: 0
Views: 2,038
Posted By Tercioo
Texture files not caching correctly on memory

Facts:
- Whenever SetTexture() is called setting a different file makes the client load the file from the HD.

- If the file is already shown on another texture it also causes the client to load it...
Forum: Legion Beta archived threads 07-12-16, 09:30 AM
Replies: 83
Views: 57,645
Posted By Tercioo
New event? QUEST_LOOT_RECEIVED Can't find...

New event? QUEST_LOOT_RECEIVED

Can't find nothing about it on google.
Signature is: questID, item, amount.
It's triggering when receiving an equipable item, didn't triggered when receiving a gold...
Forum: Legion Beta archived threads 07-11-16, 10:00 AM
Replies: 2
Views: 3,092
Posted By Tercioo
577 havoc demon hunter 581 vengeance demon hunter

577 havoc demon hunter
581 vengeance demon hunter
Forum: Legion Beta archived threads 07-06-16, 05:37 PM
Replies: 0
Views: 2,635
Posted By Tercioo
World Quest Tracker

It's working okay so far, the tracking part still need more implementation though.
It places all world quests directly on the Broken Isle map also replaces those (!) icons on zone maps.
I'm currently...
Forum: Legion Beta archived threads 07-05-16, 10:55 AM
Replies: 2
Views: 24,351
Posted By Tercioo
Is someone passes through this topic looking for...

Is someone passes through this topic looking for encounter ids for ENCOUNTER_START:

[1853] = 1, --Nythendra
[1876] = 2, --Elerethe Renferal
[1873] = 3, --Il'gynoth, Heart of Corruption
[1841] = 4,...
Forum: Legion Beta archived threads 07-04-16, 11:15 AM
Replies: 0
Views: 1,567
Posted By Tercioo
Power consumption highlight on personal health bar bug

The highlight showing how much power a spell has consumed has its size and position bugged on personal health/power bar.
The image shows the correct power highlight on the player portrait the and...
Forum: Legion Beta archived threads 06-26-16, 02:35 PM
Replies: 8
Views: 4,348
Posted By Tercioo
Did a test on this and yeah, it's reading the...

Did a test on this and yeah, it's reading the texture from the hard drive each time SetTexture() is called.
I don't believe this will be up for the release.

Hey @MunkDev, thank you for the tips.
Forum: Legion Beta archived threads 06-25-16, 11:12 AM
Replies: 8
Views: 4,348
Posted By Tercioo
Guys I fully understand the concern about setting...

Guys I fully understand the concern about setting on tick, nobody should be doing that, but on live 6.2, it can handle 500 SetTexture() without drops, and, 7.0.3 10 textures already are dropping fps...
Forum: Legion Beta archived threads 06-24-16, 11:21 PM
Replies: 8
Views: 4,348
Posted By Tercioo
Getting performance issues with SetTexture()

Hey folks.
I'm getting fps drops from 90fps to 7fps when i do use SetTexture() with a .tga file equal or larger than 256x256.
Since it seems a odd issue, I'm wondering if this is happening only for...
Forum: Legion Beta archived threads 06-22-16, 11:19 PM
Replies: 32
Views: 20,473
Posted By Tercioo
Wondering what is the trick to get the cvar list,...

Wondering what is the trick to get the cvar list, I know there is the console command "cvarlist" but I think the console only shows 200 lines, am I right?
Forum: News 04-22-16, 09:49 AM
Replies: 227
Views: 102,904
Posted By Tercioo
For those with access, is the game already...

For those with access, is the game already loading addons .tga images? (or it is all green) I remember on WoD it took a while for this get a fix.
Forum: News 02-03-16, 07:51 PM
Replies: 227
Views: 102,904
Posted By Tercioo
Thanks Cairenn, you're awesome.

Thanks Cairenn, you're awesome.
Showing results 1 to 25 of 38