claudsimon / mod-buff-command

BuffCommand module for AzerothCore

Home Page:http://www.azerothcore.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo AzerothCore

mod-buff-command

This is a module for AzerothCore

  • Latest build status with azerothcore: Build Status

Description:

Add custom command .mod_buff buff for self buff With this command, all the spell id's specified in the table are applied to the character world.player_buff

Configuration:

# Settings to control the .mod_buff buff command
#
#    BuffCommand.Enable
#        Description: Enable the .mod_buff buff command
#        Default:     1 - (Enabled)
#                     0 - (Disabled)

BuffCommand.Enable = 1

# Settings to control the cooldown of .mod_buff buff command
#
#    BuffCommand.Cooldown
#        Description: Enable Cooldown for .mod_buff buff command
#        Default:     120 - (Enabled)
#                     0 - (Disabled)

BuffCommand.Cooldown = 120

How to use:

Change conf and change data in database

Use databse:

`world`.`player_buff`
  • SpellID - Spell number
  • Comment - You comment

About

BuffCommand module for AzerothCore

http://www.azerothcore.org

License:GNU General Public License v3.0


Languages

Language:C++ 88.4%Language:Shell 11.6%