Added better formatting

This commit is contained in:
2024-07-15 21:24:01 -04:00
parent b3af79a6cb
commit c7e3464895

View File

@@ -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