Page 1 of 1

Magetools on login command

Posted: May 20th, 2016, 3:23 pm
by RcCarGuy
Ok im wanting to target a NPC on login just as you would CLICK with the mouse . I can only find a way to USE the NPC and this will not let me use the NPC with AC's set "R" key to use selected item . Or is there a way i can have magetools on login use a NPC a set number of times in a row without the 1 minute time limit . Just asking im a noob dont bash me to bad .

Re: Magetools on login command

Posted: May 20th, 2016, 5:14 pm
by HellsWrath
Make a circular navroute with just the chat command /mt usep npcname


If you want it to happen EVERY SINGLE TIME you log in:
MagTools
Tools - Character
On Login Complete (not On Login)
/vt start
/vt enablenav true
/vt nav load navname


If you want to issue 1 command that turns on vtank/nav and loads the route:
Make a notepad txt file and save it to your AC folders with
/vt start
/vt enablenav true
/vt nav load navname

then when you log in each char you paste /loadfile filename.txt to chat and it will issue the 3 commands.