Showing results 1 to 20 of 20
Search took 0.00 seconds.
Search: Posts Made By: Pawkette
Forum: General Authoring Discussion 04/05/14, 08:34 PM
Replies: 14
Views: 10,770
Posted By Pawkette
You can also...

You can also use:

localization/$(language).lua

in your .txt file to load a specific locale, and not have the overhead of the others.
Forum: AddOn Search/Requests 04/02/14, 04:35 PM
Replies: 16
Views: 18,251
Posted By Pawkette
Addons cannot send chat messages.:mad: I wish...

Addons cannot send chat messages.:mad:

I wish people would listen to me sometimes. *sighs dejectedly*
Forum: AddOn Search/Requests 04/02/14, 09:51 AM
Replies: 16
Views: 18,251
Posted By Pawkette
You'd have to distribute a priority targetting...

You'd have to distribute a priority targetting list. You cannot communicate to other client's addons in ESO. So there'd be no way to update this on the fly.
Forum: AddOn Search/Requests 04/02/14, 08:15 AM
Replies: 16
Views: 18,251
Posted By Pawkette
It's currently not possible for addons to...

It's currently not possible for addons to communicate with other clients. So coordinate in another way. :mad:
Forum: AddOn Search/Requests 04/01/14, 06:20 PM
Replies: 21
Views: 20,398
Posted By Pawkette
No skysky :eek:

No skysky :eek:
Forum: AddOn Search/Requests 04/01/14, 05:52 PM
Replies: 21
Views: 20,398
Posted By Pawkette
You really don't understand game design do you?

You really don't understand game design do you?
Forum: General Authoring Discussion 04/01/14, 08:16 AM
Replies: 5
Views: 5,146
Posted By Pawkette
ZO_ColorDef = ZO_Object:Subclass() function...

ZO_ColorDef = ZO_Object:Subclass()

function ZO_ColorDef:New(r, g, b, a)
local c = ZO_Object.New(self)

if(type(r) == "string") then
c.a, c.r, c.g, c.b =...
Forum: AddOn Search/Requests 04/01/14, 07:56 AM
Replies: 21
Views: 20,398
Posted By Pawkette
This breaks the design of the game, and can...

This breaks the design of the game, and can easily give people an advantage. Even if it were possible, I doubt anyone would do it. You'll have to adjust to the game that you've gotten, not try to...
Forum: General Authoring Discussion 03/27/14, 06:33 PM
Replies: 49
Views: 27,672
Posted By Pawkette
I'm down, as long as I get to get naked.:banana:

I'm down, as long as I get to get naked.:banana:
Forum: AddOn Search/Requests 03/22/14, 09:28 AM
Replies: 10
Views: 12,281
Posted By Pawkette
I'd just like to remind you, that this does not...

I'd just like to remind you, that this does not appear to be something Zenimax wants addons to be able to do.
Forum: Minion 03/21/14, 07:21 AM
Replies: 17
Views: 12,493
Posted By Pawkette
Addons never stopped working.

Addons never stopped working.
Forum: AddOn Help/Support 03/20/14, 09:28 AM
Replies: 15
Views: 15,178
Posted By Pawkette
PSBT still works just fine :D

PSBT still works just fine :D
Forum: Alpha/Beta AddOns 03/16/14, 04:09 PM
Replies: 1
Views: 7,808
Posted By Pawkette
Thnx for the feedback, but remember it's an alpha...

Thnx for the feedback, but remember it's an alpha edition.

There are no options, if you want to tailor anything to your liking you'll have to figure out the code yourself. I plan on adding options...
Forum: General Authoring Discussion 03/13/14, 10:33 PM
Replies: 9
Views: 7,413
Posted By Pawkette
Console...

Console (http://www.esoui.com/downloads/info34-Console.html) can help catch some errors that occur during startup and initialization. Things that the chat window normally wouldn't show.
Forum: Lua/XML Help 03/09/14, 08:07 PM
Replies: 3
Views: 6,067
Posted By Pawkette
You wanna call self:CreatePinType Key being the...

You wanna call

self:CreatePinType

Key being the colon instead of a period, also Create instead of create. Colon signifies self being passed invisibly to the function.

foo:Bar() == foo.Bar( self...
Forum: Lua/XML Help 03/04/14, 08:52 AM
Replies: 3
Views: 4,658
Posted By Pawkette
If you haven't seen my addon LootDrop...

If you haven't seen my addon LootDrop (http://www.esoui.com/downloads/info35-LootDrop.html), it does this.
Forum: Chit-Chat 03/03/14, 02:21 PM
Replies: 136
Views: 138,513
Posted By Pawkette
Hello Everyone~ My name is Pawkette, I work for...

Hello Everyone~

My name is Pawkette, I work for Sony Online Entertainment on the PlanetSide 2 team. I've been playing MMOs since 2004. I've been making UI Mods since 2005, started out pretty basic,...
Forum: AddOn Help/Support 03/02/14, 12:57 PM
Replies: 5
Views: 4,908
Posted By Pawkette
No way out of the sandbox as far as I can tell. :p

No way out of the sandbox as far as I can tell. :p
Forum: General Authoring Discussion 03/01/14, 06:34 PM
Replies: 5
Views: 7,901
Posted By Pawkette
Precisely that, the real concept behind...

Precisely that, the real concept behind ZO_ObjectPool is that you have a number of generic objects that you don't want to instantiate any time they're needed. So, ZO_ObjectPool will create an object,...
Forum: General Authoring Discussion 03/01/14, 06:02 PM
Replies: 5
Views: 7,901
Posted By Pawkette
What would you like to know about it?

What would you like to know about it?
Showing results 1 to 20 of 20