Add files via upload

This commit is contained in:
Dinkledork
2023-03-17 09:25:31 -06:00
committed by GitHub
parent b0a3c479e8
commit 6f443cf36c
13 changed files with 505 additions and 45 deletions

View File

@@ -6,7 +6,7 @@
--XP = (Char Level * 5) + 580, where Char Level = Mob Level, for mobs in Northrend
--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 ENABLED = false --change to true or false depending on whether or not you want the script enabled.
local XP_MODIFIER = 0.05 --change me to be whatever you want
local BASE_XP = 15