Giter VIP home page Giter VIP logo

azerothcore-eluna-accountwide's Introduction

logo AzerothCore

Accountwide Systems Using Eluna

Here is my implementation approach to all things Accountwide. Eluna needs to be set up on your server for these scripts to work and each system has a module-like configuration where you can choose to enable/disable independently.

Achievements

Tired of repeating the same achievements on multiple characters? This script will allow completed achievements to be synced across all characters on the account. Once you complete an achievement, the next time you log into a different character, they will be awarded with the achievement as well. This data will be stored in a new accountwide_achievements table.

Currency

This script will allow currencies to be synced across all characters on your account. For example, if you have 100 Badge of Justice, all of your characters will have 100. If you spend 30, then all of your characters will now have 70. This data will be stored in a new accountwide_currency table.

The "currencyItemIDs" table on Line 19 of the script indicates which currencies are shared. These are the IDs pulled from CurrencyTypes.dbc. Feel free to add/remove any to tailor to your server if needed.

Money

Gone are the days where you need to balance different amounts of gold on each of your characters.

This script essentially allows all of your characters to share a single gold fund. In other words, a joint checking/savings account. If you gain 100 gold on one character, then all of your characters will get that gold upon the next login. If you spend any gold, then all of your characters will subtract their gold balance. This data will be stored in a new accountwide_money table.

Mounts

By default, this script allows learned mounts to be shared across all characters on the account, provided they are at least level 11. This level value is configurable using the "WhenPlayerLevel" variable in the config. This data will be stored in a new accountwide_mounts table.

All of the mounts are defined in the "mountSpellIDs" table on Line 22. Feel free to add/remove any to tailor to your server if needed.

Pets

This script allows learned pet companions to be shared across all characters on the account. This data will be stored in a new accountwide_pets table.

All of the pets are defined in the "petSpellIDs" table on Line 18. Feel free to add/remove any to tailor to your server if needed.

Reputation

Not sure if you are just like me and get tired of farming reputations on multiple characters, but this script allows all of the reputation progress to be shared across all of your characters.

There are some exceptions to the rule though. In order to not break factions by inadvertently making reputations fully accountwide, factions will stay true as they do today. Horde factions will only be shared to horde characters. Alliance factions will only be shared to alliance characters. Neutral factions will be shared to both.

Taxi Paths / Flight Paths

This script will synchronize learned flight paths across all characters on your account that are within the same faction.

Due to horde/alliance interactions, horde flight paths will only be shared with other horde characters and alliance flight paths will only be shared with other alliance characters on the same account.

Titles

Want to flaunt that hard earned title on all of your characters? This script will synchronize earned character titles to the other characters on your account.

Important

Setup / Installation

  • Run the "create_accountwide_tables.sql" file on your Characters database.
  • Copy the "AccountWide" folder into the lua_scripts folder on your server.
  • Configure which module(s) you want to enable at the top of each Lua script. All of them are turned off by default.
  • Start up the server.

azerothcore-eluna-accountwide's People

Contributors

aldori15 avatar leewheel avatar

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.