Results: 17Comments by: dbojan
File: Linux Tamriel Trade Center08/25/23
Re: Asking Permission.
Posted By: dbojan
Sure, here is an updated version that checks if folder 'AddOns\TamrielTradeCentre' exists first. Sorry for not replying sooner, just saw the post. Thx :) @echo off rem 2023-08-25-1 if not exist "AddOns/TamrielTradeCentre" echo Folder "AddOns\TamrielTradeCentre" does not exist in "%~dp0"! Program stopped! & pause & exit...
File: Linux Tamriel Trade Center05/22/23
if you for whatever reason can't st...
Posted By: dbojan
if you for whatever reason can't start ttc on windows (.net won't update) you can use this script. Change us/eu accordingly. (Prices you scan from other shops won't be uploaded to ttc site, so using ttc.exe is preferred, if possible) save text as updatettc.bat and put in live folder (C:\Users\username\Documents\Elder Scrolls Onl...
File: HarvestMap11/03/22
Re: Re: Re: Re: so many possibilities for nodedetection, lol
Posted By: dbojan
Thanks. One small correction. It is NodeDetection, not NoteDetection. Another way would've been the following... Go to the *drive you've installed ESO on*:\...*your PC name*...\Dokumente\Elder Scrolls Online\live directory and open the *AddOnSettings.txt* file. In there you'll find all the addons listed in general as we...
File: Crystal Fragments Proc08/07/22
Hi. Thanks for the addon. I had...
Posted By: dbojan
Hi. Thanks for the addon. I had a problem, it would display an image with 8 on start. Could be related to multi gpu ESO rendering enabled. Solved it by adding CFPWindow:SetHidden(true) to init function: --FUNC - Initialize whenever addon is loaded function CFP.OnAddOnLoaded(event, addonName) if addonName == CFP.nam...
File: Quest Map06/26/22
Thanks, I had an old version, where...
Posted By: dbojan
Thanks, I had an old version, where line 421 was something about Cadwell :) It works now. Anyone else getting error about nil, in line 421 of Main.lua?421 is a comment so I would reinstall your mods. Be sure to manually delete them first if you don't use Minion.
File: Quest Map06/25/22
Anyone else getting error about nil...
Posted By: dbojan
Anyone else getting error about nil, in line 421 of Main.lua?
File: Speedometer - Major Update!06/19/22
I have the same error. Think it...
Posted By: dbojan
I have the same error. Think it bugged when I got to 999km. Was working fine when I was on 956km. Number too big? Quick fix: in file addons\speedometer\speedometer.lua, line 465 change Speedometer.SavedVariables.OdometerTotal = Speedometer.SavedVariables.OdometerTotal + distanceAdded to Speedometer.SavedVariables...
File: AwesomeGuildStore06/12/22
using text filter to search for quality, category
Posted By: dbojan
Hi. is it possible to use text filter to search for quality and category? For example: category:jewelry items:all quality:epic price:1500 price being price up to 1500. and then chain them, like adding another search group, for example swords ... (category:jewelry items:all quality:epic price:1500 ) (category:weapons ... T...
File: HarvestMap06/12/22
loading separate data for each map
Posted By: dbojan
Hi. Does Harvest map addon load separate data for each map, or is everything loaded at startup? I see there is a single file for each alliance. (Trying to improve my load times.) Thanks.
File: AwesomeGuildStore11/29/21
search multiple categories with one query, multiple guilds
Posted By: dbojan
Hi. Thanks for your addon. Would it be possible to add option to search multiple categories with one query? for example: swords, price to 300 gold, quality superior, and shields price to 600 gold, quality fine Using "and", or "or". Would it be possible to add option to search, or que search in all your guilds, when one...
File: ItemTrig08/24/21
The problem is with: e = nil...
Posted By: dbojan
The problem is with: e = nil just like in Price tooltip addon. Temp solution, comment AddOns/ItemTrig/triggers/conditions.lua, line 1659 so it looks like this: --e = nil
File: Dolgubon's Lazy Writ Crafter01/16/21
Use the style stones you have the least amount of?
Posted By: dbojan
Hi, thanks for the great addon. Is it possible to add option, to use the style stones you have the least amount of? Reason: to clean up inventory :) Thank you. edit: added it for myself by editing crafter.lua file. Neither of the style functions are used, unless LLC in craft function is replaced with "style", and then onl...
File: Shissu's Teleporter01/06/21
One click teleport, close on teleport
Posted By: dbojan
Hello, -Is it possible to add option to use one click teleport - teleport when user clicks on the location name? -option to close addon window, after teleporation started, (or completed, or in another location, whichever is easiest to make)? -show mouse arrow when addon window is displayed? Thanks :)
File: Shissu's Guild Tools01/06/21
One click teleport, close on teleport
Posted By: dbojan
Hello, -is it possible to add option to use one click teleport - teleport when user clicks on location name -option to close addon window, after teleporation started, (or completed, or in another location, whichever is easiest to program)? Thanks :)
File: ItemTrig01/06/21
deposit all gold, keybinding
Posted By: dbojan
Hello. Thanks for the great addon :) -I know it's been mentioned before, but is there any chance of adding action: "deposit all gold from char to the bank"? -Is it possible to add (default) key to disable/enable all scripts, (Maybe shift, or ctrl) -(default) keybinding to to show itemtrig window (same as typing /itemtrig edit...
File: AwesomeGuildStore12/22/20
Re: Re: feature suggestion: arrow, next to the guild name
Posted By: dbojan
Hi. In the guild store window, is it possible, to add arrow to the right of the name of the guild? You could click on the arrow and move on to the next guild, you are a member of. So you do not have to click on the guild name, select another guild, click again to select guild. Also an arrow before the guild name, to go to the p...
File: AwesomeGuildStore12/22/20
feature suggestion: arrow, next to the guild name
Posted By: dbojan
Hi. In the guild store window, is it possible, to add arrow to the right of the name of the guild? You could click on the arrow and move on to the next guild, you are a member of. So you do not have to click on the guild name, select another guild, click again to select guild. Also an arrow before the guild name, to go to the p...