An updated GOMove UI for TrinityCore 3.3.5a. Originally created by rochet2 https://github.com/Rochet2/TrinityCore/tree/gomove_3.3.5/src/server/scripts/Custom/GOMove
This has two new features:
- 'Info' button that gives information about the selected gameobject
- 'Pitch' and 'Roll' sliders that allow you to change the gameobject's pitch and roll (also works with mousewheel for fine-tuning)
To install this:
- Place the GOMove folder in \Interface\Addons
- Place the GOMove.cpp, GOMoveScripts.cpp, and GOMove.h files in a \src\server\scripts\Custom\GOMove folder
- Update your custom_script_loader.cpp file to reference the new custom script
- Build your Trinity server with CMake
- Build your Trinity visual studio solution
- Login and type /gomove to open the UI (should be open by default)