Thread Tools Display Modes
05/21/22, 06:57 PM   #1
drkm
Join Date: Feb 2022
Posts: 6
TTC prices on guild store and how to remove sounds

is there a addon like: https://www.esoui.com/downloads/info...mplePrice.html

but for the guild store? I have ATT but it shows prices from the addon, not TTC prices

---
Also is there a way to remove sounds in game? i want to remove all toon voices so when i play sorc its not screaming all the time

Last edited by drkm : 05/21/22 at 07:13 PM.
  Reply With Quote
05/21/22, 07:37 PM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
To your first question:
Not that I know off, maybe AweseomeGuildStore is suporting it,check the settings of it.
If not: Just ask the author of the addon you have linked if he can add it to the guild store list too.


To your 2nd question: Sticky post in the forum you are writing. Always take a look at the sticky threads before writing please
https://www.esoui.com/forums/showthread.php?t=9865
->What addons cannot do

Last edited by Baertram : 05/21/22 at 07:45 PM.
  Reply With Quote
05/21/22, 09:06 PM   #3
drkm
Join Date: Feb 2022
Posts: 6
I have tried AGS but doesnt seem to have it
The author of simple price hasnt been online in nearly 2 years so i didnt bother commenting on it

This post says u can remove sounds or mute them? https://www.esoui.com/forums/showthread.php?t=6495

I did look through the eso API but as im new im not sure were to start looking for these sounds or adding the prices to guild store

thanks
  Reply With Quote
05/22/22, 05:56 AM   #4
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
As I said, it's written there, you just need to read, and read it correctly not like "It says it can mute sounds"

What addons CANNOT do
Change sounds of skills, weapons, armor, procs, pets, mounts, houses, music, NPCs and other non-UI related things
"non-UI related things" implicilty tells you we can only mute UI sounds, what the thread you have linked also tells you via the sound name.
UI sounds = click sound, ultimate ready sound, book page turned sound, etc.
But unfortunately (or maybe good too at the same time!) we cannot change any NPC or pets or fight or similar sounds as the "What addons CANNOT do" tells you.

Addons that mute some NPCs just do not mute the special sound but check the chat for texts at the NPC channel (like that smithing guy in Riften telling you that Idesa is sooo distracted..." and then turn down the total volume for a short tiem to "mute them". So this is a workaround only.
But pets do not write to chat as they make a noise or play a sound so this is not possible.

If you want to mute UI sounds check out "FCO ChangeStuff". It got a list at the bottom where you can move the sounds you want to move from left (played) to right (muted) and then these chosen sound should be muted. Click the sounds at the left to play and hear a sample. Some of the sounds exist but do not play anything so this is norma, just in case you wonder why some are silent.

Last edited by Baertram : 05/22/22 at 06:00 AM.
  Reply With Quote
05/22/22, 06:10 AM   #5
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
About addon development:
https://www.esoui.com/forums/showthread.php?t=9867

Chat with other devs:
Gitter chat room:
https://gitter.im/ESOUI/ESOUI


If you want to add/chnage the markers at teh guild store and you know any addon doing this already, try to find out the name of the control where it is added via an addon debugging tool like merTorchbug.
Install, activate and you got chat slash commands like /tb <variableName> or /tbm for Show me the control below my mouse cursor.
Move your mouse above the price control you want to change and write /tbm, press return key.
An inspector window will show you the name then and you can see what values it got and what teh parent control is and what child controls (at the botom) there are.

You can then search the ESOUI source code at github (https://github.com/esoui/esoui/tree/master/esoui) e.g., or download and search locally, for that control or the parent control.
Should bring you somewhere here then:
https://github.com/esoui/esoui/tree/...e/tradinghouse

Depending on keybaord or gamepad mode it's in the keyboard/gamepad folder or the files contain keyboard/gamepad.
This here looks like the price after a search is passed to the rowControl to show it:
https://github.com/esoui/esoui/blob/...board.lua#L543

The global variable of the trading house keyboard is TRADING_HOUSE so you can inspect this via merTorchbug or zgoo addons via /tb TRADING_HOUSE or /zgoo TRADING_HOUSE.
It should provide something like subtables/controls for the listings, search, and in there you will find the "list" controls which contain the shown "rows" for each item and the "rows" again contain child controls for the name, price per unit, amount etc.

After determining a few of the variables or controls names try to search the code of that other addon ATT e.g. and find out how it was done there.

Then check TTC's description for the API givent o get the price info and use this to add the price at the control for your addon, or modify locally the version of the addon which already provides that elsewhere (your linked simple ttc price addon) and modify it.

Ask the auhtor if you are allowed to via the addon comments! If he does not answer within 2 weeks and the addon does not use any licensing which prohibits updates you can ask Dolby to add you to the team of the addon so you ca officially update it, or you can create a copy with a unique name and give credit to the old addon + write what you did add.

Last edited by Baertram : 05/22/22 at 06:14 AM.
  Reply With Quote
05/22/22, 11:25 PM   #6
drkm
Join Date: Feb 2022
Posts: 6
ty Baertram
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » TTC Guild store prices on listings

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off