Showing results 1 to 20 of 20
Search took 0.00 seconds.
Search: Posts Made By: Saucy
Forum: General Authoring Discussion 05/05/14, 07:07 AM
Replies: 44
Views: 24,782
Posted By Saucy
I'm playing on DC side, I saw you played on AD. I...

I'm playing on DC side, I saw you played on AD. I don't think I can boost you.
Forum: General Authoring Discussion 05/04/14, 05:51 PM
Replies: 44
Views: 24,782
Posted By Saucy
Oh yeah, creation of guilds is a lvl 10...

Oh yeah, creation of guilds is a lvl 10 requirement now no? Send a friend-request or something to @Saucyboy and I'll boost you as best as I can (if I'm online, timezones :mad:)
Forum: Site help, bugs, suggestions/questions 05/04/14, 03:07 AM
Replies: 1
Views: 1,122
Posted By Saucy
Translations section in forums

Starting to see a lot of translation threads on the forums, maybe a 'translations' section under Developer Discussions or something?

Just a suggestion :)
Forum: Site help, bugs, suggestions/questions 04/28/14, 09:07 PM
Replies: 3
Views: 1,969
Posted By Saucy
Is it just me who find Twitter totally useless? I...

Is it just me who find Twitter totally useless? I mean, everything is already on this site (news, recent threads, RSS feeds, search button for addons, etc).
Forum: Dev Tools 04/26/14, 01:08 PM
Replies: 18
Views: 23,436
Posted By Saucy
I've been looking for something similar, but...

I've been looking for something similar, but haven't found any plugins that let you view the parameters of functions.
If I can't remember the functions params I run CTRL+R (Goto -> Goto Symbol), and...
Forum: General Authoring Discussion 04/26/14, 09:24 AM
Replies: 7
Views: 6,493
Posted By Saucy
Thanks, both of your suggestions worked. Hmm,...

Thanks, both of your suggestions worked.



Hmm, okay. I'm guessing the response from LilBudyWizer and ins are the next best thing.



Sometimes I think it's great to know that the addon you just...
Forum: Dev Tools 04/25/14, 09:31 PM
Replies: 18
Views: 23,436
Posted By Saucy
On another note, if you're using SublimeLinter...

On another note, if you're using SublimeLinter (http://sublimelinter.readthedocs.org/en/latest/) with the SublimeLinter-lua (https://github.com/SublimeLinter/SublimeLinter-lua) plugin.

You can add...
Forum: Dev Tools 04/25/14, 09:17 PM
Replies: 18
Views: 23,436
Posted By Saucy
If you open a .lua file, look at the bottom right...

If you open a .lua file, look at the bottom right of Sublime Text. It probably say "Lua", no? Click on it and change to ESOLua.

Another way is to open your .lua file if not already, then go: View ->...
Forum: General Authoring Discussion 04/25/14, 06:40 PM
Replies: 7
Views: 6,493
Posted By Saucy
Only show addon msg when player login

Hello everyone,

I wish to only print that the addon has been loaded in the chat when the player just had logged in. My current code prints every time the player logs in, /reloadui or changes...
Forum: General Authoring Discussion 04/24/14, 07:57 PM
Replies: 55
Views: 56,424
Posted By Saucy
For my projects I use two files that "define and...

For my projects I use two files that "define and maintain consistent coding styles" [1]. It helps me keep consistency across all projects I make. I must admit I'm not 100% sure about the differences...
Forum: General Authoring Discussion 04/24/14, 11:36 AM
Replies: 28
Views: 17,288
Posted By Saucy
When it came to addons in WoW, All-In-One addons...

When it came to addons in WoW, All-In-One addons was the one thing I couldn't stand. Modularity is king.

I often download people's addons; not so I would copy their code, but look at how they have...
Forum: General Authoring Discussion 04/23/14, 12:29 PM
Replies: 44
Views: 24,782
Posted By Saucy
I am also interested in a guild for the EU...

I am also interested in a guild for the EU server.

*Edit: Username is: @Saucyboy
Forum: General Authoring Discussion 04/22/14, 09:00 AM
Replies: 12
Views: 7,164
Posted By Saucy
I wipe my savedvariable file by: - Disabling the...

I wipe my savedvariable file by:

- Disabling the addon it uses (+ /reloadui)
- Delete the file
- Re-enable the addon then running /reloadui again to make a new file.
Forum: General Authoring Discussion 04/21/14, 12:34 PM
Replies: 11
Views: 8,204
Posted By Saucy
Aha! Now it works, thanks guys. If I had known...

Aha! Now it works, thanks guys.

If I had known about the GetString function, I would have a higher chance of figuring it out (instead of asking for more help). I appreciate the time both of you took...
Forum: General Authoring Discussion 04/21/14, 11:09 AM
Replies: 11
Views: 8,204
Posted By Saucy
Weird, when I try /script...

Weird, when I try /script d(SI_CURRENCY_YOUR_GOLD), it prints the numbers 3278 in my chat, same thing if I print it from my addon.

I've ran /script d(GetCVar("language.2")) and it is set to "en".
Forum: General Authoring Discussion 04/21/14, 10:07 AM
Replies: 11
Views: 8,204
Posted By Saucy
ins, would it be possible for you (or someone...

ins, would it be possible for you (or someone else) to post a small example on how to use the string functions you posted?
Forum: General Authoring Discussion 04/19/14, 03:31 PM
Replies: 4
Views: 3,677
Posted By Saucy
This is a good place to start as...

This is a good place to start as well:

http://www.esoui.com/downloads/info116-SavedVariablesDemo.html
Forum: Minion 04/19/14, 03:28 PM
Replies: 1
Views: 3,679
Posted By Saucy
You are probably looking at the ESO game folder,...

You are probably looking at the ESO game folder, you need to find the folder where it keeps its user data.

If you are on windows, look here: C:\Users\<USERNAME>\Documents\Elder Scrolls...
Forum: General Authoring Discussion 04/17/14, 08:15 AM
Replies: 2
Views: 3,429
Posted By Saucy
I believe it's the addon's APIVersion that needs...

I believe it's the addon's APIVersion that needs to be up to date, currently it is version: 100003

In your <addon-name>.txt:
## APIVersion: 100003

Useful link:...
Forum: Dev Tools 04/15/14, 09:25 PM
Replies: 18
Views: 23,436
Posted By Saucy
Saw it on Reddit as well, many thanks Cpsgames! :D

Saw it on Reddit as well, many thanks Cpsgames! :D
Showing results 1 to 20 of 20