Add files via upload

This commit is contained in:
Dinkledork
2023-03-03 16:35:23 -07:00
committed by GitHub
parent 9fc55f4488
commit 989a52db5b
4 changed files with 74 additions and 30 deletions

View File

@@ -7,8 +7,8 @@
--XP = (Char Level * 5) + 1878, where Char Level = Mob Level, for mobs in Cataclysm
local ENABLED = true --change to true or false depending on whether or not you want the script enabled.
local XP_MODIFIER = 0.25 --change me to be whatever you want
local BASE_XP = 45
local XP_MODIFIER = 0.05 --change me to be whatever you want
local BASE_XP = 15
--You don't need to modify anything below.