GithubHelp home page GithubHelp logo

Comments (5)

shirsig avatar shirsig commented on June 2, 2024

Sharing between characters of the same account happens automatically. Between different accounts addons have no way of communicating anything. It could be automated but not with a wow addon. Basically you just have to copy paste the relevant parts of the savedvariables file (by hand or with a python script or whatever) at the right time.

The historical value is calculated using a (slightly time weighted) median over the last 11 daily values. The point of the median (as opposed to for example an arithmetic mean) is that it is able to completely ignore up to 5 low and high outliers.

The daily value is easy to manipulate (only downwards) even for active markets but you have to do this consistently over a few days to affect the historical value. There's no way to prevent manipulation in general as anyone with enough budget can always completely take over a market. The simplicity of the daily value is for performance reasons (only need storage space linear in the number of items rather than linear in the number of auctions scanned). I don't think downwards manipulation is enough of an issue to change that.

from aux-addon.

 avatar commented on June 2, 2024

Thanks for the answers!

from aux-addon.

Schaka avatar Schaka commented on June 2, 2024

Couldn't you just create a symbolic link between your WTF folder(s) to make sure your accounts share the same SavedVariables?

from aux-addon.

shirsig avatar shirsig commented on June 2, 2024

The problem is the time when the files are saved (logout and /reload). You have to do the copying while you're logged out on the target account or it will be overwritten.

from aux-addon.

geojak avatar geojak commented on June 2, 2024

as already said by shirsig years ago, sharing data between different account isnt possible with a wow addon but could be done with python. i analysed the sitations and bit and plan on writing such tool either in .bash, perl or maybe pwoershell. i would then include this script into my wow launcher to auto synch ah data from my ah scan account to my other accounts. has anyone already done something like this?

from aux-addon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.