{"id":19134563,"url":"https://github.com/azerothcore/mod-npc-all-mounts","last_synced_at":"2025-06-30T05:05:51.179Z","repository":{"id":31464596,"uuid":"123951629","full_name":"azerothcore/mod-npc-all-mounts","owner":"azerothcore","description":"Teaches all mounts","archived":false,"fork":false,"pushed_at":"2025-02-27T06:00:40.000Z","size":83,"stargazers_count":9,"open_issues_count":0,"forks_count":22,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-06-11T07:27:54.263Z","etag":null,"topics":["azerothcore","azerothcore-module","core-module"],"latest_commit_sha":null,"homepage":"http://stygianthebest.github.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/azerothcore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-03-05T17:06:25.000Z","updated_at":"2025-04-19T17:26:18.000Z","dependencies_parsed_at":"2025-05-29T11:45:23.630Z","dependency_job_id":null,"html_url":"https://github.com/azerothcore/mod-npc-all-mounts","commit_stats":{"total_commits":15,"total_committers":8,"mean_commits":1.875,"dds":0.7333333333333334,"last_synced_commit":"8e01c34d5b3f475975c997be93b0b64fbfc9f2fc"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/azerothcore/mod-npc-all-mounts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azerothcore%2Fmod-npc-all-mounts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azerothcore%2Fmod-npc-all-mounts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azerothcore%2Fmod-npc-all-mounts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azerothcore%2Fmod-npc-all-mounts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azerothcore","download_url":"https://codeload.github.com/azerothcore/mod-npc-all-mounts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azerothcore%2Fmod-npc-all-mounts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260879541,"owners_count":23076185,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azerothcore","azerothcore-module","core-module"],"created_at":"2024-11-09T06:27:08.758Z","updated_at":"2025-06-30T05:05:51.157Z","avatar_url":"https://github.com/azerothcore.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![logo](https://raw.githubusercontent.com/azerothcore/azerothcore.github.io/master/images/logo-github.png) AzerothCore\n\n## NPC - All Mounts\n\n- Latest build status with azerothcore:\n\n[![Build Status](https://github.com/azerothcore/mod-npc-all-mounts/workflows/core-build/badge.svg)](https://github.com/azerothcore/mod-npc-all-mounts)\n\n_This module was created for [StygianCore](https://rebrand.ly/stygiancoreproject). A World of Warcraft 3.3.5a Solo/LAN repack by StygianTheBest | [GitHub](https://rebrand.ly/stygiangithub) | [Website](https://rebrand.ly/stygianthebest))_\n_This module has now being ported to AzerothCore by gtao725._\n\n### Description\n\n- Adds an NPC that will teach all available mounts to the player\n\n## Notice:\n\nDue to the uniquiness of the module you will get this message on the worldconsole, but nothing is broken.\nIt is due to the npc not exactly having a gossip menu in the database, the script handles the gossip menu because of the additional locales.\n\n![image](https://user-images.githubusercontent.com/16887899/154320677-b55f8528-6129-46e2-902f-39d3465244b7.png)\n\nPlease add the adjustment to the conf to have that error message not show up:\n\n```\n#    Creatures.CustomIDs\n#        Description: The list of custom creatures with gossip dialogues hardcoded in core,\n#                     divided by \",\" without spaces.\n#                     It is implied that you do not use for these NPC dialogs data from \"gossip_menu\" table.\n#                     Server will skip these IDs during the definitions validation process.\n#        Example:     Creatures.CustomIDs = \"190010,55005,999991,25462,98888,601014\" - Npcs for Transmog, Guild-zone, 1v1-arena, Skip Dk,\n#                                                                                      Racial Trait Swap, NPC - All Mounts Modules\n#        Default:     \"\"\n\nCreatures.CustomIDs = \"190010,55005,999991,25462,98888,601014\"\n```\n\n### To-Do\n\n- Remove all mounts not compatible with 3.3.5a\n\n### Data\n\n- Type: NPC\n- Script: All_Mounts_NPC\n- Config: Yes\n- SQL: Yes\n    - NPC ID: 601014\n\n### Version\n\n- v2024.04.23 - Compatibility with the latest version of the emulator\n- v2019.04.15 - Ported to AzerothCore by gtao725 (https://github.com/gtao725/)\n- v2019.02.14 - Update AI, Fix Bengal Tiger, Remove Invalid Mounts\n- v2018.12.15 - Updated for StygianCore\n- v2017.09.03 - Added Bengal Tiger + Tiger Riding\n- v2017.08.01 - Release\n\n### CREDITS\n\n![Styx](https://stygianthebest.github.io/assets/img/avatar/avatar-128.jpg \"Styx\")\n![StygianCore](https://stygianthebest.github.io/assets/img/projects/stygiancore/StygianCore.png \"StygianCore\")\n\n##### This module was created for [StygianCore](https://rebrand.ly/stygiancoreproject). A World of Warcraft 3.3.5a Solo/LAN repack by StygianTheBest | [GitHub](https://rebrand.ly/stygiangithub) | [Website](https://rebrand.ly/stygianthebest))\n\n#### Additional Credits\n\n- [Blizzard Entertainment](http://blizzard.com)\n- [TrinityCore](https://github.com/TrinityCore/TrinityCore/blob/3.3.5/THANKS)\n- [SunwellCore](http://www.azerothcore.org/pages/sunwell.pl/)\n- [AzerothCore](https://github.com/AzerothCore/azerothcore-wotlk/graphs/contributors)\n- [OregonCore](https://wiki.oregon-core.net/)\n- [Wowhead.com](http://wowhead.com)\n- [OwnedCore](http://ownedcore.com/)\n- [ModCraft.io](http://modcraft.io/)\n- [MMO Society](https://www.mmo-society.com/)\n- [AoWoW](https://wotlk.evowow.com/)\n- [More credits are cited in the sources](https://github.com/StygianTheBest)\n\n### LICENSE\n\nThis code and content is released under the [GNU AGPL v3](https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazerothcore%2Fmod-npc-all-mounts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazerothcore%2Fmod-npc-all-mounts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazerothcore%2Fmod-npc-all-mounts/lists"}