andersblomqvist / mount-morpher

Transmog your mount in Wow 3.3.5
1 stars 1 forks source link

wowcircle #1

Open Scrappycocox opened 5 months ago

Scrappycocox commented 5 months ago

Hey mate, wanna ask you about changing command ".m" to any other, because wowcircle servers already have this command - it opens the menu. Can you say where can I change it in files?

andersblomqvist commented 5 months ago

I've hard coded the command, so to change it you'd have to rebuild the .dll file.

But this is the place where you have to change cmd[1] == 'm' to something else, like cmd[1] == 't', or any other single character.

https://github.com/andersblomqvist/mount-morpher/blob/aacf92ce110757bf1c160e579190b94e1af01b44/MountMorph/MountMorph.cpp#L91-L91

andersblomqvist commented 5 months ago

You could actually replace cmd[0] == '.' as well to whatever single character