Posts: 262
Threads: 65
Joined: Nov 2015
Reputation:
0
Hi, i need help with macro, how to use item X on npc?
Posts: 3,907
Threads: 340
Joined: Feb 2012
Reputation:
0
[macro]0 {Use item on NPC} ITEMID:=ITEM_ID_HERE NPCID:=Creature.ByName(NPC NAME HERE) Creature.ShootOn(!NPCID!, !ITEMID!)[/macro]
Change 'ITEM_ID_HERE' and 'NPC NAME HERE' to fit your needs.
Posts: 262
Threads: 65
Joined: Nov 2015
Reputation:
0
03-21-2016, 10:34 AM
(This post was last modified: 03-21-2016, 10:35 AM by zarize.)
Ye i figured out it alone already but thank you for quick respond!it might ll be useful for others tho =)