Showing results 1 to 25 of 161
Search took 0.01 seconds.
Search: Posts Made By: SnowmanDK
Forum: Tutorials & Other Helpful Info 09/05/16, 08:43 AM
Replies: 9
Views: 9,606
Posted By SnowmanDK
As of today Ayantir...

As of today Ayantir (http://www.esoui.com/forums/member.php?action=getinfo&userid=12247) has taken over maintaining Destinations.

This means that you should contact Ayantir...
Forum: Tutorials & Other Helpful Info 09/01/16, 08:20 AM
Replies: 9
Views: 9,606
Posted By SnowmanDK
All those nice replies... They make me regret...

All those nice replies... They make me regret that I am stopping :p
Thanks all, both for the time, and the help a lot of you have provided when I got stuck with Destinations :banana:
Forum: Tutorials & Other Helpful Info 08/31/16, 05:06 AM
Replies: 9
Views: 9,606
Posted By SnowmanDK
Exclamation Destinations

Hi all.

Due to health issues, then I have to withdraw from maintaining Destinations and my other addons.

I do know that Fyrakin has his hands full as it is, so I want to ask if anyone else can take...
Forum: Minion 06/06/16, 06:31 PM
Replies: 3
Views: 5,145
Posted By SnowmanDK
Thumbs up Perfect :banana: I consider this thread closed...

Perfect :banana:

I consider this thread closed then :D
Forum: Minion 05/31/16, 01:49 PM
Replies: 3
Views: 5,145
Posted By SnowmanDK
Minion and PTS installation

Counld you please give us the option to either rename the Elder scrolls installs OR make Minion autoregister the PTS installation and call it "Elder Scrolls Online (PTS)"?
Maybe even rename the US...
Forum: General Authoring Discussion 03/22/16, 02:02 PM
Replies: 7
Views: 5,871
Posted By SnowmanDK
You code returns the number of abilities in a...

You code returns the number of abilities in a skill line, not the level ;)
But it got me started, and I ended up with this:

local skillLineLevel, DLC_TG_SkillLine = nil, nil
if localLanguage == "de"...
Forum: General Authoring Discussion 03/21/16, 02:00 AM
Replies: 7
Views: 5,871
Posted By SnowmanDK
Thanks for your replies :) Didn't think about...

Thanks for your replies :)
Didn't think about checking the collectibles functions :o

Now I just need to find out how to get the Thieves Guild Skill Line level...
Forum: General Authoring Discussion 03/20/16, 02:37 PM
Replies: 7
Views: 5,871
Posted By SnowmanDK
Possible to check if player have DLC access?

I wonder if there is a function I missed that can tell me if a player have access to a specific DLC.
I need it to hide/show certain quests.

Lets say each DLC was given a number value, like this:
1 =...
Forum: AddOn Search/Requests 03/18/16, 02:20 PM
Replies: 4
Views: 21,154
Posted By SnowmanDK
The setting is there :) Look under the...

The setting is there :)
Look under the "Achievements" submenu under Destinations.
Forum: General Authoring Discussion 02/12/16, 04:43 PM
Replies: 2
Views: 4,194
Posted By SnowmanDK
Oops, you are right, never mind :o

Oops, you are right, never mind :o
Forum: General Authoring Discussion 02/11/16, 02:29 PM
Replies: 2
Views: 4,194
Posted By SnowmanDK
Achievement codes broken?

I wonder if it's just me, but...

I have started getting wierd results when I use
GetAchievementCriterion()

1250 used to be "Wrothgar Master Relic Hunter", but now 1250 is "The First Charter" and...
Forum: AddOn Help/Support 01/30/16, 03:01 PM
Replies: 3
Views: 3,922
Posted By SnowmanDK
This topic contains the link to a big datafile:...

This topic contains the link to a big datafile: HarvestMap donated map file (http://www.esoui.com/forums/showthread.php?t=4460)
Make sure you get the instructions right :)
Forum: AddOn Help/Support 01/30/16, 07:48 AM
Replies: 3
Views: 3,922
Posted By SnowmanDK
When you ahve just installed it, then you need to...

When you ahve just installed it, then you need to either import some data, or gather data your self as it's essentially a blank slate.
Forum: Tutorials & Other Helpful Info 01/29/16, 04:56 PM
Replies: 58
Views: 35,671
Posted By SnowmanDK
I have actually started collecting data about...

I have actually started collecting data about where I find ALL books for Eidetic Memory.
Destinations can do that, but for now it's a hidden command that triggers the collecting, as I wanna make sure...
Forum: Tutorials & Other Helpful Info 01/29/16, 04:43 PM
Replies: 58
Views: 35,671
Posted By SnowmanDK
One thing that I am curious about, mostly because...

One thing that I am curious about, mostly because Destinations relies heavily on coordinates...
Are ZOS scaling maps again???
Forum: Tutorials & Other Helpful Info 01/29/16, 04:26 AM
Replies: 58
Views: 35,671
Posted By SnowmanDK
:banana::banana::banana::banana::banana::banana::b...

:banana::banana::banana::banana::banana::banana::banana::banana:
:D I love the Patchnotes animation :D
:banana::banana::banana::banana::banana::banana::banana::banana:
Forum: AddOn Help/Support 01/26/16, 04:07 PM
Replies: 19
Views: 14,845
Posted By SnowmanDK
Sidenote: d("blabla") will NOT work until you...

Sidenote:
d("blabla")
will NOT work until you have made a function for it:
local function d(...)
CHAT_SYSTEM:AddMessage(...)
end

;)
Forum: Lua/XML Help 01/26/16, 03:01 PM
Replies: 8
Views: 5,319
Posted By SnowmanDK
To finish this off, and to make sure I don't...

To finish this off, and to make sure I don't misunderstand something...
EVENT_POI_UPDATED is fired everytime there is a change in regards to a POI, while
EVENT_POI_DISCOVERED fires when it's...
Forum: Wish List 01/26/16, 07:24 AM
Replies: 4
Views: 6,332
Posted By SnowmanDK
You are correct :) Sorry if I expressed myself in...

You are correct :)
Sorry if I expressed myself in a way that could be misunderstood ;)
Forum: Wish List 01/25/16, 02:28 PM
Replies: 4
Views: 6,332
Posted By SnowmanDK
[outdated] GetUnitNameFromID/GetUnitID

I know all npc's have a unique id, just as quests.

If we could get something like
GetUnitNameFromID(Integer UnitID)
Returns: string UnitName

that would be awesome, as I could make my addon...
Forum: Lua/XML Help 01/25/16, 01:34 PM
Replies: 8
Views: 5,319
Posted By SnowmanDK
:p Thanks for the reply Chip :) I can see...

:p

Thanks for the reply Chip :)
I can see someone updated the wiki with that information today ;)
I guess the returned eventCode changes depending on how it was triggered then, or?

I ask as I need...
Forum: Lua/XML Help 01/24/16, 07:18 AM
Replies: 8
Views: 5,319
Posted By SnowmanDK
That doesn't make sense to me :confused: Then...

That doesn't make sense to me :confused:
Then the difficulty changes in town when crossing a bridge in Belkarth? ;)
Forum: Lua/XML Help 01/24/16, 07:04 AM
Replies: 8
Views: 5,319
Posted By SnowmanDK
What exactly triggers EVENT_POI_UPDATED?

From what I can see, it triggers at odd times, which makes addons utilize extra cpu time for no reason.

A good example I have been made aware off, is if you run between the wayshrine and the guild...
Forum: General Authoring Discussion 01/12/16, 04:45 PM
Replies: 0
Views: 3,061
Posted By SnowmanDK
Did they scale Stonefalls map?

All my pins in Stonefalls seems to be off by 0.002 on the X axis. Y axis seems fine.
example:
0.1537, 0.1956
now has to be
0.1557, 0.1956
to be correct.

Or is it just me?
Forum: AddOn Search/Requests 01/08/16, 06:45 PM
Replies: 10
Views: 11,148
Posted By SnowmanDK
Just so you know it Ayantir... I did add gamepad...

Just so you know it Ayantir... I did add gamepad support to my ToDo list, but have to admit it has very low priority, as I have so many other things I want to do first ;)
Showing results 1 to 25 of 161