- Joined
- Feb 9, 2017
- RedCents
- 1,387¢
Here is what I got. I ran this dozens of times. For the most part it will finish all the quests. The only think I didn't figure out was how to assign the merc as main tank. Once you get the mercenary change him to Main Tank and it will sail through fairly easy. Feel free to work out any bugs. 
Changed some trouble spots in the navmesh for tutorialb
Edit: Removed the spam about changing merc to main tank
Also, The free merc is junk,If you are free account you may want to bump up the level to proceed areas of the macro (two places for each one) otherwise you will die alot. Also, if you are a bard don't start up a song or you will not sit when you are low on mana due to casting.
/if (${Me.Level} < 4) to /if (${Me.Level} < 6) in two places
/if (${Me.Level} < 6) to /if (${Me.Level} <8) in two places
/if (${Me.Level} < 11) to /if (${Me.Level} < 13)in two places
Added checks for account status so you don't have to change anything.
Tried to no avail. Figured out how to right click and open the window and pop up the window with Roles, but that was it.

Changed some trouble spots in the navmesh for tutorialb
Edit: Removed the spam about changing merc to main tank
Also, The free merc is junk,
/if (${Me.Level} < 6) to /if (${Me.Level} <8) in two places
/if (${Me.Level} < 11) to /if (${Me.Level} < 13)
Added checks for account status so you don't have to change anything.
Tried to no avail. Figured out how to right click and open the window and pop up the window with Roles, but that was it.
INI:
/if (${Mercenary.State.Equal[ACTIVE]} && !${Group.MainTank.Name.Equal[${Mercenary.CleanName}]}) {
| /grouproles set "${Mercenary.CleanName}" 1
/call AssignGroupRole set "${Mercenary.CleanName}" 1
/echo setting tank merc
}
/docommand /grouproles set "${Mercenary.CleanName}" 1
Last edited:



