Hey, It's me again The problem now is i can't get my bot Train Spells, i was using forcesetvendor or forcetrain but nothing worked. Maybe i did somethingwrong is there any guide how to get the bot train skills? Already check the wiki twice
try search Kicks profiles and look how he did it... if it helps, remember to thank him Edit: Else my guess would be somthing like <CustomBehavior File="ForceSetVendor" DoMail="False"DoRepair="False"DoSell="False"DoTrain="True" /> as it says in the guide for the behavior the bot should find the nearest vendor that suits your character, meaning it will find the nearest trainer for your class... else try <If Condition="!Styx.Logic.Combat.SpellManager.HasSpell(SPELL ID HERE DO EDIT TO YOUR OWN!!!)"> <CustomBehavior File="ForceSetVendor" DoTrain="True" /> </If>
already looked in kicks profiles but i think he use his own Custom Behavior. But thanks for the Help, i will try it out as soon as possible