First of all, I do not really know whether this is a client-related or source-related (I have a hunch its in source, maybe not )
Well I was looking out for where the controls on the SHIFT+Right click auto follow feature on clients is? I browsed down the pc.c file and found out a pc_follow function
int pc_follow(struct map_session_data *sd,int target_id)
I suppose it is used on the @follow command but is it related too on the SHIFT+Right click auto follow? If not, is there any function holding on to that capability of auto following a character. I'm planning to disable the feature because players might use it for tricking an event.
I hope someone could give me a lead to finding where the controls to that feature is. Thank you very much.
Question
Boom
Hello!
First of all, I do not really know whether this is a client-related or source-related (I have a hunch its in source, maybe not
)
Well I was looking out for where the controls on the SHIFT+Right click auto follow feature on clients is? I browsed down the pc.c file and found out a pc_follow function
I suppose it is used on the @follow command but is it related too on the SHIFT+Right click auto follow? If not, is there any function holding on to that capability of auto following a character. I'm planning to disable the feature because players might use it for tricking an event.
I hope someone could give me a lead to finding where the controls to that feature is. Thank you very much.
Edited by Boom8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.