i created something that:
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints>
<!-- # 1 --><waypoint x="-2671" z="-4192" y="246">
player:target_NPC(117388);
if player:haveTarget() then
Attack()
end
</waypoint>
</waypoints>
but... i want that my character did not move when he target a npc and that the action is repeated indefinitely. Unfortunately with that my char looks on left and right etc.
This is very important for me.
Thanks in advance