Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azerothcore/mod-npc-buffer
A NPC that buffs players
https://github.com/azerothcore/mod-npc-buffer
azerothcore-module core-module
Last synced: about 1 month ago
JSON representation
A NPC that buffs players
- Host: GitHub
- URL: https://github.com/azerothcore/mod-npc-buffer
- Owner: azerothcore
- License: agpl-3.0
- Created: 2018-03-05T17:06:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T13:29:31.000Z (5 months ago)
- Last Synced: 2024-10-29T10:04:32.211Z (3 months ago)
- Topics: azerothcore-module, core-module
- Language: C++
- Homepage: http://azerothcore.org/
- Size: 68.4 KB
- Stars: 14
- Watchers: 12
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ![logo](https://raw.githubusercontent.com/azerothcore/azerothcore.github.io/master/images/logo-github.png) AzerothCore
## Buffer NPC
- Latest build status with azerothcore:
[![Build Status](https://github.com/azerothcore/mod-npc-buffer/workflows/core-build/badge.svg)](https://github.com/azerothcore/mod-npc-buffer)
_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))_
_This module has now being ported to AzerothCore by gtao725 (https://github.com/gtao725/)._[English](README.md) | [Español](README_ES.md)
### Description
This is a one-click buffing NPC that will buff the player with a specific set of spells. The NPC can also buff
everyone the same or by player level. He speaks a configurable random phrase after every use and can also attract
the player using configurable emote options.- Creates a Buff NPC with emotes
- Buffs the player with no dialogue interaction
- Buffs all the same or by player level
- Speaks configurable random whispers to the player after every use
- Attracts the player using configurable emotes
- Config:
- Buff by level
- Spell ID(s) for buffs
- Enable/Disable cure resurrection sickness
- Emote Options### Data
- Type: NPC (ID: 601016)
- Script: buff_npc
- Config: Yes
- SQL: Yes### Version
- v2019.04.15 - Ported to AzerothCore by gtao725 (https://github.com/gtao725/)
- v2019.02.13 - Added Phrases/Emotes, Add Config Options, Updated AI
- v2017.08.06 - Removed dialogue options (Just buffs player on click)
- v2017.08.05### CREDITS
![Styx](https://stygianthebest.github.io/assets/img/avatar/avatar-128.jpg "Styx")
![StygianCore](https://stygianthebest.github.io/assets/img/projects/stygiancore/StygianCore.png "StygianCore")##### 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))
#### Additional Credits
- [Blizzard Entertainment](http://blizzard.com)
- [TrinityCore](https://github.com/TrinityCore/TrinityCore/blob/3.3.5/THANKS)
- [SunwellCore](http://www.azerothcore.org/pages/sunwell.pl/)
- [AzerothCore](https://github.com/AzerothCore/azerothcore-wotlk/graphs/contributors)
- [OregonCore](https://wiki.oregon-core.net/)
- [Wowhead.com](http://wowhead.com)
- [OwnedCore](http://ownedcore.com/)
- [ModCraft.io](http://modcraft.io/)
- [MMO Society](https://www.mmo-society.com/)
- [AoWoW](https://wotlk.evowow.com/)
- [More credits are cited in the sources](https://github.com/StygianTheBest)### LICENSE
This code and content is released under the [GNU AGPL v3](https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3).