This is the wrong way to use DanNet.So I want to have some generic buttons that I can share between my tank / puller classes and I found that I was getting errors trying to use /noparse (or commands with (${Me.Class.ShortName}) for example) so I used this as a work-around:
I made these aliases:
/cwtnwar=/noparse /dgga /if (${Me.Class.ShortName.Equal[WAR]})
/cwtnsk=/noparse /dgga /if (${Me.Class.ShortName.Equal[SHD]})
/cwtnpal=/noparse /dgga /if (${Me.Class.ShortName.Equal[PAL]})
Then I made a Goto Camp button I can share between characters:
['Cmd'] = '/cwtnwar /war GotoCamp\n/cwtnsk /shd GotoCamp\n/cwtnpal /pal GotoCamp',
So it works but I am wondering if there is another way of doing this?
/dgga /if ($\{Me.Class.ShortName.Equal[PAL]})
would be the right way. TL;DR:
To tell DanNet not to parse you send it as $\{ instead of ${




It just took a little bit of clicking to reset all of them. I found some old ones I could delete while I was doing it also, so its probably a good idea to go through all of them every once in a while.
