Magetools on login command

Plugin/Utility Releases and Community Support. Do not release software without the author's consent.
RcCarGuy
Posts: 17

Magetools on login command

Post #1 »

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 .

User avatar
HellsWrath
Site Admin
Posts: 389

Post #2 »

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.