eluna-scripts-ornfelt/lua/WowEmulationScriptPack/C++/Reforging
2024-09-23 07:59:23 +02:00
..
sql update code 2024-09-23 07:59:23 +02:00
README.md update code 2024-09-23 07:59:23 +02:00
Reforger.cpp update code 2024-09-23 07:59:23 +02:00

Reforging Build Status

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:

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.diff to 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.sql from \sql\custom to your databases.
  • optionally you can also insert a reforger NPC to your database by running \src\server\scripts\Custom\Reforging\sql\world_npc.sql to your world database.

Bugs and Contact

Report issues and similar to https://rochet2.github.io/