mirror of
https://github.com/ornfelt/azerothcore_lua_scripts
synced 2026-08-22 06:26:03 -04:00
| .. | ||
| sql | ||
| README.md | ||
| Reforger.cpp | ||
Reforging 
About
Blizzlike reforging
Change 40% of your item stats to something else
Sends item packets so you can see the changes on item tooltips
Simple and easy to use interface
Made for 3.3.5a.
Source: http://rochet2.github.io/Reforging.html
Video: https://youtu.be/84EtvKTfqQM
Installation
Available as:
- Direct merge: https://github.com/Rochet2/TrinityCore/tree/reforging_3.3.5
- Diff: https://github.com/Rochet2/TrinityCore/compare/TrinityCore:3.3.5...reforging_3.3.5.diff
- Diff in github view: https://github.com/Rochet2/TrinityCore/compare/TrinityCore:3.3.5...reforging_3.3.5
Using direct merge:
- open git bash to source location
- do
git remote add rochet2 https://github.com/Rochet2/TrinityCore.git - do
git pull rochet2 reforging_3.3.5 - use cmake and compile
Using diff:
- DO NOT COPY THE DIFF DIRECTLY! It causes apply to fail.
- download the diff by right clicking the link and select Save link as
- place the downloaded
reforging_3.3.5.diffto the source root folder - open git bash to source location
- do
git apply reforging_3.3.5.diff - use cmake and compile
After compiling:
- TrinityCore auto updater should run needed SQLs automatically.
- If you do not use the auto updater then run files named
*_reforging.sqlfrom\sql\customto your databases. - optionally you can also insert a reforger NPC to your database by running
\src\server\scripts\Custom\Reforging\sql\world_npc.sqlto your world database.
Bugs and Contact
Report issues and similar to https://rochet2.github.io/