Results: 2Comments by: GeneralFault
File: Tamriel Trade Centre12/12/21
Re: Re: SearchOnline function URL
Posted By: GeneralFault
I noticed that trait and quality details in the "Search Online" URL are not recognized properly by my browser (Firefox on Linux) because of the spaces in the URL. A string replace added to line 205 in TamrielTradeCenterPrice.lua - url = url .. "&ItemNamePattern=" .. string.gsub(itemInfo.Name, "%s", "+") - makes URLs work so that...
File: Tamriel Trade Centre12/12/21
SearchOnline function URL
Posted By: GeneralFault
I noticed that trait and quality details in the "Search Online" URL are not recognized properly by my browser (Firefox on Linux) because of the spaces in the URL. A string replace added to line 205 in TamrielTradeCenterPrice.lua - url = url .. "&ItemNamePattern=" .. string.gsub(itemInfo.Name, "%s", "+") - makes URLs work so that...