INTRODUCTION & PROBLEM
Hello, as you know in the horse system in the game, the player can feed his horse in an unlimited number of times, this will not cause an overflow problem due to the controls in the codes, but I think feeding a horse whose health is already full does not benefit the player.
WHY & WHAT DID WE CHANGE?
We made sure that the horse refuses to be fed when its health reaches the maximum level and the player receives an information message, and we also added extra controls.
UPDATE - 29/06/2024
We updated the fix for be effective.
HOW TO DO?
First, open the "horse_rider.cpp" file.
Then, open the "char_item.cpp" file.
Then, open the "cmd_general.cpp" file.
Then open the "questlua_horse.cpp" file.
Now we need to change one last thing in our .quests, open the SF quest folder and find&open the "horse_menu.quest"
Finally, open the "locale_string.txt" and added to the end;
Best regards, MT2Dev.