Forum > Serverside Modding
[TC] Removing dismount on combat?
<< < (2/2)
Kobiesan:
--- Quote from: "Rochet2" --- --- Quote from: "Kobiesan" --- --- Quote from: "Rochet2" ---One way to try find out: Start debugging. Add break point to dismount function or whatever handles dismounting. Mount up. Get in combat. See the callstack to that breakpoint when it is hit.
Not sure how you can see the callstack in GDB, but in VS it should be available. --- End quote ---
I'm not sure how to do the debugging or break point. --- End quote ---
Try following this: viewtopic.php?p=48539#p48539 --- End quote ---
Alright, I'll give that a look.
But where can I find the dismount function?
Rochet2:
Type dismount to the solution explorer. Or search dismount from the Unit.h, Player.h, and .cpp respectively. Or use notepad++ to search from files (whole source). Or use VS's search features for the same thing.
http://i.imgur.com/ROQ546P.png http://i.imgur.com/wqnLl9q.png http://i.imgur.com/gMUGraw.png
Navigation
[0] Message Index
[*] Previous page
|