Skip to content

UltraNix/mod-buff-command

 
 

Repository files navigation

logo AzerothCore

mod-buff-command

This is a module for AzerothCore

  • Latest build status with azerothcore: Build Status

Description:

Add custom command .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 .buff command
#
#    BuffCommand.Enable
#        Description: Enable the .buff command
#        Default:     1 - (Enabled)
#                     0 - (Disabled)

BuffCommand.Enable = 1

# Settings to control the cooldown of .buff command
#
#    BuffCommand.Cooldown
#        Description: Enable Cooldown for .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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 82.6%
  • Shell 12.5%
  • CMake 4.9%