-
Lamkefyned
- Posts: 348
- Joined: Thu May 23, 2013 11:38 am
- Location: Spain
#1
Post
by Lamkefyned »
Hi!
I need help
as I can use this code
in a macro game?
If you think something is right just because everyone else believes,you're not thinking.
-
i1own0u
- Posts: 32
- Joined: Mon Mar 19, 2012 6:32 pm
#2
Post
by i1own0u »
/run for i=1,15 do local x=UnitName("target") if not (x == "") then TargetNearestFriend() else break end end
Put name of NPC in the "".
-
Lamkefyned
- Posts: 348
- Joined: Thu May 23, 2013 11:38 am
- Location: Spain
#3
Post
by Lamkefyned »
NPC is hidden and I need to talk to that npc but this code does not work with me
If you think something is right just because everyone else believes,you're not thinking.
-
lisa
- Posts: 8332
- Joined: Tue Nov 09, 2010 11:46 pm
- Location: Australia
#4
Post
by lisa »
Lamkefyned wrote:NPC is hidden
if NPC is hidden then you can't talk to it in game, MM can because it targets using memory.
-
Lamkefyned
- Posts: 348
- Joined: Thu May 23, 2013 11:38 am
- Location: Spain
#5
Post
by Lamkefyned »
AHH okay thank you very much
If you think something is right just because everyone else believes,you're not thinking.