From 6a40bd232b58dc58921d95d4aff35cb07c3b3d9f Mon Sep 17 00:00:00 2001 From: Paul Coene Date: Tue, 5 Feb 2019 15:23:37 -0500 Subject: [PATCH] Updated Experience by Level (markdown) --- Experience-by-Level.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Experience-by-Level.md b/Experience-by-Level.md index d2ffd43..03ac5f1 100644 --- a/Experience-by-Level.md +++ b/Experience-by-Level.md @@ -2,7 +2,7 @@ The multiplier is hard-coded into exp.cpp and set at 3.1 for levels 61+. The formula for the below table is: -Experience = (Level - 1)^3 * (Multiplier * 1000) +Experience = Level^3 * (Multiplier * 1000) If you look to use `quest::exp(amount)` in any of your quests, this will come in handy