Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azerothcore/mod-weapon-visual
AzerothCore Module
https://github.com/azerothcore/mod-weapon-visual
azerothcore azerothcore-module core-module
Last synced: 19 days ago
JSON representation
AzerothCore Module
- Host: GitHub
- URL: https://github.com/azerothcore/mod-weapon-visual
- Owner: azerothcore
- License: gpl-2.0
- Created: 2019-04-12T21:35:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T13:33:11.000Z (6 months ago)
- Last Synced: 2024-10-29T10:06:36.619Z (2 months ago)
- Topics: azerothcore, azerothcore-module, core-module
- Language: C++
- Homepage: http://www.azerothcore.org
- Size: 1.18 MB
- Stars: 13
- Watchers: 12
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ![logo](https://raw.githubusercontent.com/azerothcore/azerothcore.github.io/master/images/logo-github.png) AzerothCore
## mod-weapon-visual
### This is a module for [AzerothCore](http://www.azerothcore.org)
- Latest build status with azerothcore:[![Build Status](https://github.com/azerothcore/mod-weapon-visual/workflows/core-build/badge.svg?branch=master&event=push)](https://github.com/azerothcore/mod-weapon-visual)
## Description
- Character services: Adding Visual style for Weapons### How to install
1. Simply place the module under the `modules` folder of your AzerothCore source folder.
2. Re-run cmake and launch a clean build of AzerothCore
3. Import `sql/world/base/creature_template.sql` into your world DB.
4. Import `sql/characters/base/mod_weapon_visual_effect.sql` into your characters DB.
5. Log in game, spawn Npc ID 900000, Enjoy.### Usage
- Enable this module and talk with the assigned creature :D### Showcase / Video
- [Video Here!](https://youtu.be/Sat9KWvsPwQ)## Credits
* [Poszer](https://github.com/Poszer): (Author of the module).
* [Talamortis](https://github.com/Talamortis): (Database implementation, code review & General support).
* [Micrah/Milestorme](https://github.com/milestorme): (Thanks for the help with the Module creation & General support).AzerothCore: [repository](https://github.com/azerothcore) - [website](http://azerothcore.org/) - [discord chat community](https://discord.gg/PaqQRkd)