Page 1 of 1
targeting npc help
Posted: Sat Jul 21, 2012 3:38 am
by newton666
Hi, im trying to make a ingame macro to target NPC but not working e.g say cedric the dia seller.
ive tried :-
/scrpit target_NPC(Cedric)
/run Target_npc(Cedric)
/script player:merchant( Cedric);
these are not working , can some tell what wrong thx
p.s i dont want to use it as bot command just a ingame macro command
Re: targeting npc help
Posted: Sat Jul 21, 2012 4:20 am
by Ego95
and what about
/script TargetNearestFriend();
/cast Attack;
you have to be next to the npc
Re: targeting npc help
Posted: Sat Jul 21, 2012 1:18 pm
by newton666
Having problem with thus, if another player comes close, the macro will just select the player and not the npc .anyway round this problem?
Re: targeting npc help
Posted: Sat Jul 21, 2012 1:40 pm
by botique
newton666 wrote:Hi, im trying to make a ingame macro to target NPC but not working e.g say cedric the dia seller.
ive tried :-
/scrpit target_NPC(Cedric)
/run Target_npc(Cedric)
/script player:merchant( Cedric);
these are not working , can some tell what wrong thx
p.s i dont want to use it as bot command just a ingame macro command
Those are bot commands, not RoM commands.
Well, not even bot commands. You should have something like
.
Start the bot with the commandline waypoint and type that there.
Re: targeting npc help
Posted: Sat Jul 21, 2012 6:11 pm
by lisa
newton666 wrote:Having problem with thus, if another player comes close, the macro will just select the player and not the npc .anyway round this problem?
what you want to do cannot be done with a macro