Trinitycore 4.3.4 Played Time Reward c++

Hello there,

i would like to know how the c++ commands are for

        //ModifyHonorPoints(ptr_Honor);
            //ModifyArenaPoints(ptr_Arena);

for this script: https://pastebin.com/pmCT5rug Played Time Reward. ModifyMoney does work exclude those two commands for 4.3.4 this Repo: https://github.com/TrinityCoreLegacy/TrinityCore.

Thanks in advance.

In 4.3.4 honor and conquest (arena) points are changed into currencies. So you just need to add the specified currency to the player.

What?! I just need the c++ Commands to add Honor and Arena Points through c++ for Time Played Reward Script. I also want this on my 4.3.4 Server. On 3.3.5a works fine.