Download
(112 Kb)
Download
Updated: 09/30/17 04:50 AM
Pictures
File Info
Updated:09/30/17 04:50 AM
Created:05/21/15 08:36 AM
Monthly downloads:19
Total downloads:3,927
Favorites:20
MD5:
DevTools
A little collection of some dev tools I personally use. Created first to do not have 10 devs addons in my addon list.

Includes :
  • Zgoo : A powerful data inspection tool. Use /zgoo or /zgoo variableName.
  • Zbug : When Lua triggers an error, zbug rewrites the default window to a more readable one
  • Language switchers : Set a keybind to switch your UI to EN/FR/DE. I've personally set them to F9/F10/F11
  • ReloadUI : Set a Keybind, for my part, it's F12.
  • Lua memory usage : Display in chat the Lua memory usage (set a keybind - I've set it to F8).
  • Zgoo mouse : If you want info on the Object your mouse is actually hovering on, you can /zgoo mouse, but sometimes, you'll need to get it without typing the chat command, so set a keybind.
  • Slash404 : If you mistype a slashcommand.
  • Control outlines : To help you draw UI's
  • sidTools : Event listener, itemViewer, Unit viewer and other utilities


Many thanks to original authors.
Please consider other tools interesting for coding and debugging, such as Circonian's ones

Feel free to ask requests or personalize it as you like if you wrote an useful script which could help everyone.

On my way to add a dumper throught savedvars, like garkin's dumper, a bit more evolved. Maybe add a Lua memory consumption in realtime. Other things. I don't know. I didn't yet looked at bugcatcher, it could maybe be useful.
Please consider asking feature only if you are an addon author, thanks.

If you want to add feature, tweak it a bit, just PM and I'll give you rights to modify this little collection of tools to help.
v10
====
API & Librairies Bump
Zgoo included is now www.esoui.com/downloads/info1624-ZgooCC.html from Rhyono, many thanks to him.

v9
====
API & Librairies Bump

v8
====
API Bump
Updated Slash404

v7
====
API Bump (Both compatibles)
Fixed a startup error

v5
====
API Bump (Both compatibles)
Updated sidTools

v4
======
Added Slash404 addon features
Added sidTools addon features
Added ControlOutlines addon feature
Enabled all DevTools keybinds for Gamepad mode
Fixed zgoo savedvars

v3
======
API bump

v2
======
Fixed Zbug for 2.1 patch
API bump

v1
======
- Initial release
Optional Files (0)


Archived Files (9)
File Name
Version
Size
Uploader
Date
9
110kB
Ayantir
08/14/17 03:02 PM
8
108kB
Ayantir
06/06/17 04:01 PM
7
108kB
Ayantir
01/28/17 12:42 AM
6
105kB
Ayantir
01/28/17 12:39 AM
5
98kB
Ayantir
05/12/16 07:40 AM
4
73kB
Ayantir
11/05/15 08:11 PM
3
19kB
Ayantir
11/02/15 06:09 AM
2
19kB
Ayantir
08/25/15 01:22 AM
1
19kB
05/21/15 08:36 AM


Post A Reply Comment Options
Unread 06/06/17, 04:02 PM  
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1019
File comments: 1531
Uploads: 31
Thank you,

I'll try to have a look on zgoo forks in order to see if we can improve data analysis.
Report comment to moderator  
Reply With Quote
Unread 05/16/17, 02:06 PM  
CaptainBlagbird
 
CaptainBlagbird's Avatar
AddOn Author - Click to view AddOns

Forum posts: 53
File comments: 177
Uploads: 23
Slash 404 updated

Just wanted to let you know that I updated Slash 404. The version you have in DevTools doesn't work anymore since the last update.
Report comment to moderator  
Reply With Quote
Unread 11/02/15, 03:54 PM  
circonian
AddOn Author - Click to view AddOns

Forum posts: 613
File comments: 804
Uploads: 27
Originally Posted by Ayantir
Hey there, only an API bump, but I think i'll add some useful tools, such 2 circonian's ones if he's ok. (texture it and the one which display borders for drawnng UI) I don't remember well which add is this one.

Feel free to ask something useful in the package.
Control Outlines is the other one.
Yeah Its fine if you want to add them.
Last edited by circonian : 11/02/15 at 03:55 PM.
Report comment to moderator  
Reply With Quote
Unread 11/02/15, 02:22 PM  
Randactyl
 
Randactyl's Avatar
AddOn Author - Click to view AddOns

Forum posts: 251
File comments: 462
Uploads: 17
just popped into my head: a keybind for gamepad mode would be nice.

I'll try to put it together later if one of you isn't already sitting on it .

edit: am dumb, it already exists ingame
Last edited by Randactyl : 11/02/15 at 02:28 PM.
Report comment to moderator  
Reply With Quote
Unread 11/02/15, 06:27 AM  
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1019
File comments: 1531
Uploads: 31
Originally Posted by sirinsidiator
Originally Posted by Ayantir
Hey there, only an API bump, but I think i'll add some useful tools, such 2 circonian's ones if he's ok. (texture it and the one which display borders for drawnng UI) I don't remember well which add is this one.

Feel free to ask something useful in the package.
You could add sidTools if you want. But you should wait for a while as I'll update them in a bit.

Ahw yes, your event listener is nice. And I forget but maybe slash404 aswell, it's a tiny one but very useful for a lazy dev.

Thank you
Last edited by Ayantir : 11/02/15 at 06:28 AM.
Report comment to moderator  
Reply With Quote
Unread 11/02/15, 06:20 AM  
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1567
File comments: 1120
Uploads: 41
Originally Posted by Ayantir
Hey there, only an API bump, but I think i'll add some useful tools, such 2 circonian's ones if he's ok. (texture it and the one which display borders for drawnng UI) I don't remember well which add is this one.

Feel free to ask something useful in the package.
You could add sidTools if you want. But you should wait for a while as I'll update them in a bit.
Report comment to moderator  
Reply With Quote
Unread 11/02/15, 06:12 AM  
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1019
File comments: 1531
Uploads: 31
Hey there, only an API bump, but I think i'll add some useful tools, such 2 circonian's ones if he's ok. (texture it and the one which display borders for drawnng UI) I don't remember well which add is this one.

Feel free to ask something useful in the package.
Report comment to moderator  
Reply With Quote
Unread 08/31/15, 04:23 PM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 4913
File comments: 5990
Uploads: 78
Maybe it's time to learn some coding language (e.g. batch or any other with a simple search&replace mechanism) and just write yourself a windows/unix script to search&replace the values in the SavedVariables files
Or use your TextEditor like you're currently doing until Philgo decides to spend more time to coding again.

Time = money, so every minute you think about these 5% rare cases of virtually wrong sell price histories will drop your chance to make virtual money with the other 95% of your trades

And then you'll realize that playing the game > making virtual money ingame.
If not: Outch, but everyone is defining "fun" in other manners.


Originally Posted by QuadroTony
Originally Posted by Randactyl
Originally Posted by QuadroTony
Originally Posted by circonian
Originally Posted by QuadroTony
i asked this few times, wanna sk once more

need a way to delete some sales from Master Merchant database by Zgoo
Why? Doesn't MM allow you to delete sales? If not why not ask for that ability?

I'm not familiar with MM, but looking at the pictures it seems it all ready has a UI that lists all of the sales. It doesn't sound like it would be difficult to just add an option to right click on one (or add a button) to delete the selected sale item data.
i and other ppl asked many usefull features from Philgo68
but unfortunately he cant/wont add them, or he just stop adding new features long ago, like from spring 2015
I'm not sure why you would want to doctor that data anyway. It's used for trend data.

ok simple example
Psijick amprosia Parts 1-7

their price dropped too fast
on the release they was like 250-300k piece
in time like in 7-10 days the average price become 70k
but MM show average price 110k, because of first sales

and i go to saved variables and manually deleted few old sales with big price to adjust current price

Another example - why we need ADD sales:

I had in history only one sale of one of the part of lich set vr10, and it was like 3k, because some newb sold it for very low price
its a rare set, so even if there was a sales before, they too spread out and was deleted by time limit 30 days to keep data
so i need again to edit saved variales and ADD fake sales to adjust the price.

this problems can be fixed by features i requested, i had few posts in the comments of addons with very detailed explanation of the idea how to handle it. Like do not delete data if item has <%number% sales in general, or faster adjust the dropping price accorting to vector of the sales etc

but its alot of work and Philgo told he wanna to play a game now, not coding
and i understand him
Last edited by Baertram : 08/31/15 at 04:24 PM.
Report comment to moderator  
Reply With Quote
Unread 08/27/15, 12:44 AM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
Originally Posted by Randactyl
Originally Posted by QuadroTony
Originally Posted by circonian
Originally Posted by QuadroTony
i asked this few times, wanna sk once more

need a way to delete some sales from Master Merchant database by Zgoo
Why? Doesn't MM allow you to delete sales? If not why not ask for that ability?

I'm not familiar with MM, but looking at the pictures it seems it all ready has a UI that lists all of the sales. It doesn't sound like it would be difficult to just add an option to right click on one (or add a button) to delete the selected sale item data.
i and other ppl asked many usefull features from Philgo68
but unfortunately he cant/wont add them, or he just stop adding new features long ago, like from spring 2015
I'm not sure why you would want to doctor that data anyway. It's used for trend data.

ok simple example
Psijick amprosia Parts 1-7

their price dropped too fast
on the release they was like 250-300k piece
in time like in 7-10 days the average price become 70k
but MM show average price 110k, because of first sales

and i go to saved variables and manually deleted few old sales with big price to adjust current price

Another example - why we need ADD sales:

I had in history only one sale of one of the part of lich set vr10, and it was like 3k, because some newb sold it for very low price
its a rare set, so even if there was a sales before, they too spread out and was deleted by time limit 30 days to keep data
so i need again to edit saved variales and ADD fake sales to adjust the price.

this problems can be fixed by features i requested, i had few posts in the comments of addons with very detailed explanation of the idea how to handle it. Like do not delete data if item has <%number% sales in general, or faster adjust the dropping price accorting to vector of the sales etc

but its alot of work and Philgo told he wanna to play a game now, not coding
and i understand him
Last edited by QuadroTony : 08/27/15 at 12:48 AM.
Report comment to moderator  
Reply With Quote
Unread 08/26/15, 10:28 PM  
Randactyl
 
Randactyl's Avatar
AddOn Author - Click to view AddOns

Forum posts: 251
File comments: 462
Uploads: 17
Originally Posted by QuadroTony
Originally Posted by circonian
Originally Posted by QuadroTony
i asked this few times, wanna sk once more

need a way to delete some sales from Master Merchant database by Zgoo
Why? Doesn't MM allow you to delete sales? If not why not ask for that ability?

I'm not familiar with MM, but looking at the pictures it seems it all ready has a UI that lists all of the sales. It doesn't sound like it would be difficult to just add an option to right click on one (or add a button) to delete the selected sale item data.
i and other ppl asked many usefull features from Philgo68
but unfortunately he cant/wont add them, or he just stop adding new features long ago, like from spring 2015
I'm not sure why you would want to doctor that data anyway. It's used for trend data.
Report comment to moderator  
Reply With Quote
Unread 08/26/15, 01:41 AM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
Originally Posted by circonian
Originally Posted by QuadroTony
i asked this few times, wanna sk once more

need a way to delete some sales from Master Merchant database by Zgoo
Why? Doesn't MM allow you to delete sales? If not why not ask for that ability?

I'm not familiar with MM, but looking at the pictures it seems it all ready has a UI that lists all of the sales. It doesn't sound like it would be difficult to just add an option to right click on one (or add a button) to delete the selected sale item data.
i and other ppl asked many usefull features from Philgo68
but unfortunately he cant/wont add them, or he just stop adding new features long ago, like from spring 2015
Last edited by QuadroTony : 08/26/15 at 01:42 AM.
Report comment to moderator  
Reply With Quote
Unread 08/25/15, 06:14 PM  
circonian
AddOn Author - Click to view AddOns

Forum posts: 613
File comments: 804
Uploads: 27
Originally Posted by QuadroTony
i asked this few times, wanna sk once more

need a way to delete some sales from Master Merchant database by Zgoo
Why? Doesn't MM allow you to delete sales? If not why not ask for that ability?

I'm not familiar with MM, but looking at the pictures it seems it all ready has a UI that lists all of the sales. It doesn't sound like it would be difficult to just add an option to right click on one (or add a button) to delete the selected sale item data.
Report comment to moderator  
Reply With Quote
Unread 08/25/15, 05:21 PM  
haggen
 
haggen's Avatar
AddOn Author - Click to view AddOns

Forum posts: 137
File comments: 104
Uploads: 10
Really great seeing all this together! Thank you
Report comment to moderator  
Reply With Quote
Unread 08/25/15, 01:42 AM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
Feel free to ask requests or personalize it as you like if you wrote an useful script which could help everyone.
i asked this few times, wanna sk once more

need a way to delete some sales from Master Merchant database by Zgoo
Report comment to moderator  
Reply With Quote
Unread 08/25/15, 01:24 AM  
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1019
File comments: 1531
Uploads: 31
Just fixed zbug because this error was really boring.
I've rebuilt a bit the zbug UI too, because copypasting is always useful.

Feel free to fork, or adjust it as you want.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: