Showing results 1 to 25 of 47
Search took 0.00 seconds.
Search: Posts Made By: coolmodi
Forum: General Authoring Discussion 03/18/16, 04:15 PM
Replies: 1
Views: 3,773
Posted By coolmodi
I think your backdrop fills the whole...

I think your backdrop fills the whole TopLevelControl and blocks mouseinput to it, remove the mouseEnabled="true" from it and it should become movable as long as you don't click on the area the label...
Forum: AddOn Help/Support 03/11/16, 09:24 AM
Replies: 3
Views: 3,894
Posted By coolmodi
You can also use the "debug mode" from my...

You can also use the "debug mode" from my BuffTimers addon to show all effects your char gets. It also shows things that don't appear in char screen.

If you get something it will show up there. You...
Forum: AddOn Search/Requests 03/09/16, 06:20 PM
Replies: 4
Views: 4,201
Posted By coolmodi
And it also worked fine without an update, like...

And it also worked fine without an update, like most addons. The "use outdated addons" checkbox is there for a reason ;)
Forum: Chit-Chat 02/27/16, 07:09 PM
Replies: 16
Views: 23,999
Posted By coolmodi
Don't know, have the non-steam version.

Don't know, have the non-steam version.
Forum: Alpha/Beta AddOns 02/25/16, 10:21 AM
Replies: 60
Views: 55,820
Posted By coolmodi
Yes, edited my post, forgot that I switched to...

Yes, edited my post, forgot that I switched to tracking berserk buff instead :D
Forum: Alpha/Beta AddOns 02/25/16, 09:59 AM
Replies: 60
Views: 55,820
Posted By coolmodi
If you need it here are the IDs for the Grim...

If you need it here are the IDs for the Grim Focus attack proc (non morphed ranks), I use them in BuffTimers because they refresh the duration on every LA to 20s.

[63958] = true, --grim focus I...
Forum: Chit-Chat 02/25/16, 09:53 AM
Replies: 16
Views: 23,999
Posted By coolmodi
Yes, 60day cards are sold for around 10-15€ on...

Yes, 60day cards are sold for around 10-15€ on many sites.

Bought 2 for 11€ each on kinguin.net some time ago, 1 was not working but the support got me a replacement even though I didn't use the...
Forum: General Authoring Discussion 02/13/16, 05:26 AM
Replies: 6
Views: 5,686
Posted By coolmodi
Sadly even with synced time over the web it won't...

Sadly even with synced time over the web it won't be the same. For Haggen and me it was off by around a minute. Not much, but it's still useless if you want to somehow export data with correct time,...
Forum: AddOn Search/Requests 02/09/16, 05:07 AM
Replies: 2
Views: 4,122
Posted By coolmodi
I think GetEnlightenedPool() would do that. You...

I think GetEnlightenedPool() would do that.
You can simply type or copy /script d(GetEnlightenedPool()) into chat, that should give you the number.

Edit: Yes that works. Don't know if any addon uses...
Forum: General Authoring Discussion 02/04/16, 06:41 AM
Replies: 12
Views: 10,063
Posted By coolmodi
It's not in 3d, a bit like WoW and other games do...

It's not in 3d, a bit like WoW and other games do it but still on the ui pane, at least it lookst like it.
http://i.imgur.com/KiMYv2D.pnghttp://i.imgur.com/m5maNj2.png

Edit: Aaaand I broke it,...
Forum: General Authoring Discussion 02/03/16, 05:35 AM
Replies: 6
Views: 3,974
Posted By coolmodi
If you ignore you pulling from beeing close to...

If you ignore you pulling from beeing close to mobs you could just compare the time of the combat state changing with combat/effect events involving you happening.

That's ofc not 100% reliable, but...
Forum: General Authoring Discussion 01/27/16, 08:05 AM
Replies: 5
Views: 4,402
Posted By coolmodi
en, I found another copy of the ESO folder that...

en, I found another copy of the ESO folder that only missed few hundred MBs ob updates, now it works fine again. Really no clue how that could happen. I just find it very strange how most of the game...
Forum: General Authoring Discussion 01/27/16, 06:05 AM
Replies: 5
Views: 4,402
Posted By coolmodi
Used GREP already to search the documents folder...

Used GREP already to search the documents folder and couldn't find language settings other the constants.

I also found some tooltips now that are french...guess something is just really broken.
Forum: Tech Chat 01/27/16, 05:42 AM
Replies: 3
Views: 7,785
Posted By coolmodi
Normal addons shouldn't cause noticable lag while...

Normal addons shouldn't cause noticable lag while doing nothing though. Most should only do things on demand.

Mostly using the combat events can cause major performance decrease. Some addons do a...
Forum: Chit-Chat 01/27/16, 05:17 AM
Replies: 6
Views: 12,991
Posted By coolmodi
I was so addicted to WoW once, then they started...

I was so addicted to WoW once, then they started ruining the game step by step. In BC I could have fun even with crap gear and as a noob teenager, WotLK was also still quite nice mostly, when I last...
Forum: Tech Chat 01/27/16, 04:58 AM
Replies: 3
Views: 7,785
Posted By coolmodi
Not really. Is it lagging all the time, or just...

Not really.

Is it lagging all the time, or just in specific situations? Does disabling all addons fix it?

If so then disable half to find the half that is repsonsible, repeat until you found the...
Forum: General Authoring Discussion 01/27/16, 04:44 AM
Replies: 5
Views: 4,402
Posted By coolmodi
SetCVar language partially stuck in french?

Hey,

while developing I often switched language with /script SetCVar("language.2","??"), and I guess that somehow messed up something because addons with localization support are now in french, also...
Forum: AddOn Help/Support 01/26/16, 12:42 PM
Replies: 19
Views: 14,963
Posted By coolmodi
To still output things after "start" you can use...

To still output things after "start" you can use the EVENT_PLAYER_ACTIVATED, at least that's what I did.

local function OnPlayerActive()
...
Forum: Wish List 01/26/16, 03:37 AM
Replies: 4
Views: 6,383
Posted By coolmodi
The current unitId that can be found with the...

The current unitId that can be found with the combat and effect event is not unique, it only stays the same as long as the unit is loaded.

They'd need to implement a completely new ID to permanently...
Forum: Lua/XML Help 01/25/16, 08:57 AM
Replies: 34
Views: 21,719
Posted By coolmodi
If that's the case then that would be the easiest...

If that's the case then that would be the easiest option I see right now.
Forum: Lua/XML Help 01/25/16, 08:42 AM
Replies: 34
Views: 21,719
Posted By coolmodi
He wants to copy the settings between the...

He wants to copy the settings between the character specific vars and the account wide ones. Creating a new object with the other's settings as default won't work as the values are already set....
Forum: Lua/XML Help 01/25/16, 06:45 AM
Replies: 34
Views: 21,719
Posted By coolmodi
I'm pretty much still a noob in programming, but...

I'm pretty much still a noob in programming, but as I understand it LUA will always reference tables, but "copy" other values.

x = "asfaf"
y = {"af","sdgsd"}

z = x --z will be "asfaf"
w = y --w is...
Forum: Lua/XML Help 01/25/16, 04:52 AM
Replies: 34
Views: 21,719
Posted By coolmodi
What I see at the first glance is this if...

What I see at the first glance is this


if SimpleXPBar.accountwide_settings.isAccountWide then
ZO_DeepTableCopy(SimpleXPBar.AWSV, SimpleXPBar.CharSV)
SimpleXPBar.CurSV =...
Forum: AddOn Search/Requests 01/24/16, 02:10 AM
Replies: 3
Views: 5,640
Posted By coolmodi
Afaik it isn't possible atm, I searched for a way...

Afaik it isn't possible atm, I searched for a way to get some info about addon resource usage when making GroupDamage, but I couldn't find anything.
Forum: General Authoring Discussion 01/23/16, 03:00 AM
Replies: 17
Views: 9,814
Posted By coolmodi
Nice to hear you guys consider it :) I think...

Nice to hear you guys consider it :)



I think everyone can agree that the only potential problem lies within random groups from group finder, and maybe also a bit with groups formed from chat for...
Showing results 1 to 25 of 47