Results: 5Comments by: neonatura
File: Scripter - Text UI & Notifications04/25/15
I have added the ability to filter...
Posted By: neonatura
I have added the ability to filter gold by amount and item by quality. Please review and let me know if this is heading in same direction as what you are envisioning. Additional criteria can be added based on what is helpful for user. Thanks. http://www.esoui.com/forums/showthread.php?t=4323 is it possible with this add...
File: Scripter - Text UI & Notifications04/25/15
I have added the ability to filter...
Posted By: neonatura
I have added the ability to filter gold by amount and item by quality. With lowest setting for item quality you should be receiving notifications on all items (including trait resources). Please review and let me know if their is something more specific that would accommodate. I have a question. I would have usage for this addo...
File: LibDataBlock-1.011/07/14
Scripter ESO Addon LibDataBlock Integration
Posted By: neonatura
I have integrated this library into the Scripter ESO Addon as part of the Scripter API provided for creating in-game functions. Information can be made available to Scripter functions, or retrieved from Scripter functions, by accessing the "Scripter" object's "userdata" structure obtained from LibDataBlock. By default the 'item',...
File: Scripter - Text UI & Notifications11/03/14
ESO 5 Update
Posted By: neonatura
The new update 5 is being released today for US servers and tomorrow (11/03/2014) on EU servers. A new version of Scripter (v2.01) has been released in order to accommodate the new ESO update. Users who are on the EU server should wait until tomorrow to upgrade Scripter as the "libaddonmenu" library, used to display addon settin...
File: LibAddonMenu-2.010/15/14
PTS Server patch
Posted By: neonatura
It seems that it will need just a small change. May not be fair.. anything under 1000 lines is small to a coder.. The following changes worked for me. I tested it on both 100009 and 100010 (PTS) api versions. At the top add: local apiVersion = 100009 At the bottom add: local function InitApiVer() if KEYBO...