Likes: 0
Results 1 to 10 of 39
-
11-02-14, 12:56 PM #1
Individual player XP and loot rates for latest TrinityCore 3.3.5a
Register to remove this adThis patch allows players to set their XP and loot rate (multiplier) to a custom value.
Players are given two commands: .rate xp $value and .rate loot $value that will be used to change rates.
Maximum rates and who can use commands (account security) are configurable via config. values.
1. Download/Get the scripts from link given below
(don't forget to say Thanks)
UPDATED LINK
**Hidden Content: Reply to see the content**
2. Import character_loot_rate.sql and character_xp_rate.sql in your TC characters database
3. Import commands.sql in your TC world database (not necessarily needed, used to add help to commands)
4.
If your TrinityCore clone does not contain any custom scripts (original TrinityCoreClonePath\src\server\scripts\Custom\CMa keLists.txt) and you are too lazy to modify scripts/Custom/CMakeLists.txt you can apply individual_rates.patch to your TrinityCore clone, via git apply rates.patch or git patch -p1 < rates.patch (the file must be inside root TrinityCore folder), or GitExtensions. There are a lot of tutorials on how to apply patches via GIT.
OR
If you already have custom scripts (altered TrinityCoreClonePath\src\server\scripts\Custom\CMa keLists.txt)
Apply invdividual_rates.patch to your TrinityCore clone, then go to TrinityCoreClonePath\src\server\scripts\Custom and modify CMakeLists.txt to add custom_rates.cpp script. File should have the following structure:
Code:set(scripts_STAT_SRCS ${scripts_STAT_SRCS} Custom/custom script 1.cpp Custom/custom script 2.cpp . . . Custom/custom_rates.cpp )
5. Copy custom_rates.cpp to PathToTrinityCoreClone/src/server/scripts/custom
6. Use cmake to configure & generate TC project files again, then re-compile
7. Make sure to copy worldserver.conf.dist in your server's binaries folder, on the bottom it contains different configs for this patch
Patch was successfully applied on TC rev. https://github.com/TrinityCore/Trini...6257fdb88b734a
Credits silviu2008
› See More: Individual player XP and loot rates for latest TrinityCore 3.3.5a
-
19-02-17, 03:04 AM #2
Cheers for this, Exactly what im looking for.
-
13-03-17, 10:00 AM #3
I need download
I test it and comment if works or not
-
08-05-17, 11:48 PM #4
-
17-05-17, 08:01 PM #5
-
22-05-17, 11:03 AM #6
-
24-05-17, 01:57 PM #7
-
08-06-17, 03:56 PM #8
Pls Update not work on New Trinitycore
Last edited by Seebaby; 08-06-17 at 08:20 PM.
-
14-07-17, 08:34 PM #9
Still work?
Anyone know if this still works? Will attempt to try.
-
10-10-17, 01:28 AM #10
Register to remove this adDoes this still work?