Hi all,
Thus far, I can use CTM to move from point A to point B, and I can also use it to interact with an NPC. At the moment, I am struggling with attacking a target. In regard to the target, I have the following data from the object manager:
- name
- guid
- coordinates
- type
and a few others that are, in my opinion, of no importance here. What I would like to do is pass the coordinates to CTM, GUID to CTM, and attack the target in such a way. Please allow me to first state that I did indeed read the posts written by other people on this forum. Unfortunately, what worked for them did not work out for me as I do not wish to hook any of the LUA functions or anything like that. I am attempting to make my bot as passive as possible.
Thank you all for your time and effort.