From c7e3464895f81ec091864e6f0375e99d5847a089 Mon Sep 17 00:00:00 2001 From: Ben Carter Date: Mon, 15 Jul 2024 21:24:01 -0400 Subject: [PATCH] Added better formatting --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e3658a7..edd5583 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,20 @@ The idea is using AzerothCore + Autobalance mod + some custom lua I have built t This cli will generate a large sql dump of scaled items and spells that can be imported into your acore_world database. +### Prebuilt Items You can either use the script with the options yourself or just grab the pre-run ones I created already with the script. `mythic-scaled.sql` : ILevels 301 - 320 epic and rares item_template ids are original entry + 2000000 + `legend-scaled.sql` : ILevels 316 - 340 epics only item_template ids are original entry + 2100000 + `ascendant-scaled.sql` : ILevels 336 - 360 legendaries and epics item_template ids are original entry + 2200000 Additionally, this script adds spells to the spell_dbc table starting at 3000000, these spells are server side with effects that can be scaled done so and added to the original weapon. For instance `Cobalt Hammer` level 29 rare Chance on Hit Cold damage scales from 110 > 2800 as a level 80 Epic. +### Cli Usage IF you want to use the script to create your own I have added a few options to enable you to do so. I am not big into write lots of documentation so if you have questions drop them in discord. If you have golang installed you can simply clone the repo and run the script