mirror of
https://github.com/azerothcore/mod-account-mounts
synced 2025-11-29 23:44:52 +08:00
feat. Update README information (#11)
This commit is contained in:
8
.github/README.md
vendored
8
.github/README.md
vendored
@@ -1,7 +1,15 @@
|
|||||||
#  AzerothCore
|
#  AzerothCore
|
||||||
|
|
||||||
|
[English](README.md) | [Spanish](README_ES.md)
|
||||||
|
|
||||||
## mod-account-mounts
|
## mod-account-mounts
|
||||||
|
|
||||||
|
The module's objective is to go through the list of characters on an account (which is activated when the player enters the server, with OnLogin), obtain the playerGuids and store the mount spells that all the characters know. Then, said list is run through, and the character who does not know the spell is taught said spell. By default, it shows mounts that are of the same race, however, it can be enabled to show all mounts, regardless of faction.
|
||||||
|
|
||||||
|
Currently, another module is in development, which is not finished, but has a similar idea, however, the difference is that it stores the spells in a database, allowing them to be classified into Alliance, horde and neutral, so If a player is an alliance, he learns those of the alliance plus the neutral ones. And if a player is Horde, learn those of that faction plus the neutral ones. As is the case, of the Lich King's mount.
|
||||||
|
|
||||||
|
https://github.com/pangolp/mod-mounts-on-account
|
||||||
|
|
||||||
- Latest build status with azerothcore:
|
- Latest build status with azerothcore:
|
||||||
|
|
||||||
[](https://github.com/azerothcore/mod-account-mounts)
|
[](https://github.com/azerothcore/mod-account-mounts)
|
||||||
|
|||||||
17
.github/README_ES.md
vendored
Normal file
17
.github/README_ES.md
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
#  AzerothCore
|
||||||
|
|
||||||
|
[Ingles](README.md) | [Español](README_ES.md)
|
||||||
|
|
||||||
|
## mod-account-mounts
|
||||||
|
|
||||||
|
El modulo, tiene como objetivo, recorrer la lista de personajes de una cuenta (lo cual se acciona cuando el jugador ingresa al servidor, con el OnLogin), obtener los playerGuids y almacenar las spells de monturas que todos los personajes conocen. Luego, se recorre dicha lista, y se le enseña al personaje que no conoce el spell, dicho spell. Por defecto, enseña las monturas que son de la misma raza, sin embargo, se puede habilitar para que se enseñe todas, independientemente de la faccion.
|
||||||
|
|
||||||
|
Actualmente, se encuentra en desarrollo otro modulo, el cual no esta terminado, pero que tiene una idea similar, sin embargo, la diferencia, es que almancena las spells en una base de datos, permitiendo clasificarlas en Alianza, horda y neutrales, por lo que si un jugador es alianza, aprende las de la alianza mas las neutrales. Y si un jugador es Horda, aprende las de dicha faccion mas les neutrales. Como es el caso, de la montura del rey exanime.
|
||||||
|
|
||||||
|
https://github.com/pangolp/mod-mounts-on-account
|
||||||
|
|
||||||
|
- Estado de compilación más reciente con azerothcore:
|
||||||
|
|
||||||
|
[](https://github.com/azerothcore/mod-account-mounts)
|
||||||
|
|
||||||
|
Créditos: ConanHun513
|
||||||
Reference in New Issue
Block a user