Horse - not mounting/dismounting :/

Zordon

Golden Oldie
Golden Oldie
Apr 26, 2008
1,176
20
145
Manchester, UK
Ok, been years since I worked on mir and cant for the life of me figure out why this won't work for me. I had it working years ago but can't remember how I got it working lol.

Ok, on StrRres3g.txt i've tried a few different things, as well as on cmdlist.dat

So, 1st try:

STR_USERCMD_HIDEHORSE:m
STR_USERCMD_RIDEHORSE:m
STR_USERCMD_CALLHORSE:CALLHORSE

#1418 m
#1419 m

2nd try:
STR_USERCMD_HIDEHORSE:@ridehorse
STR_USERCMD_RIDEHORSE:@hidehorse
STR_USERCMD_CALLHORSE:CALLHORSE

#1418 @ridehorse
#1419 @hidehorse <<< this one worked, but i want it working with M only lol.

Now I'm pretty sure I had to change some of the later commands i.e.

;HorseWnd.cpp
#4100 Mount
#4101 Dismount
#4102 Hide
#4103 Place
#4104 @mounthorse
#4105 @callhorse
#4106 @hidehorse

for it to work before, but I really can't remember what I did. So can someone post please and tell me which ones I have to change to get it working off of M only lol.