Click To Move - WoW.Dev Wiki
"Click to move is also used when following a target. If you put in a NPC GUID into the struc you will be able to follow NPC's or opposite faction alike."
Im using:
Core.WriteInt(0xB9251C + 0x10, 1);
"0x1C = INT ACTION_TYPE The action trigger. See details about Action Type Below." Correct value is 0x10, so im using it, And 1 is Face Target (GUID).
Nothing happens? im targetting mob and it dosent face it. What i did wrong?
Code:
ACTION_TYPES
INT MoveID
1 = Face Target (GUID)
3 = Stop?
4 = Walk to Assigned POS
5 = Move to + Interact (NPC ONLY)
6 = Loot
7 = Move to + Interact (OBJECT ONLY)
8 = Faceother
9 = Skin
10= Attack Assigned POS
11= Attack GUID pos?
12= Walk + Rotate?
---------- Post added at 02:14 PM ---------- Previous post was at 01:59 PM ----------
Naah i found solution : http://www.mmowned.com/forums/world-...ing-kited.html