I posted about this before and apparently it got deleted. Hopefully this is the correct spot. When using EQ2bot the Dexterous Sonata buff is either not being cast automatically OR if I manually cast it it gets canceled. Can someone please assist on this. Seems like a bug, but who knows. Thanks in advance.
In the Trobador.iss add the following to function buff_init Routine at the bottom.
PreAction[19]:Set[Buff_AADexterousSonata]
PreSpellRange[19,1]:Set[403]
Make sure the 19 in the example is the last number in succession. If it is higher or lower adjust accordingly. You dont want to end up with 2 of the same number or skip numbers
In the Troubador.iss make sure the following exists some where below the function Buff_Routine(int xAction)
case Buff_AADexterousSonata
In the Troubador.xml search for Dexterous Sonata. If you find it, look to see which number its using and change it to 403 to match the above. If its not there add it as such..
<Setting name="10,403">Dexterous Sonata</Setting>
You can do this for any buffs you are missing and yes if you do use SVN it will over write your chages. So you will have to repeat this procedure. If you make an error while doing this you can always go get ur old file from the SVN. Restart ur bot to make the changes take effect.
If you are looking for a descent editor I recommend downloading Notepad ++ its opensource.
Enjoy~
EQ2hax