December 25, 20178 yr Hello, I'm starting again to mess around with fight classes and profiles, getting very good results atm, I just don't understand the "Assign Talent" (I'm on WOTLK). I did some research here and i found only someone saying about a file in the Fight Class folder (which I don't have). Does it need to be like "Mage.lua" and written inside the lua commands to assign the talents for each row, or some txt with a sequence like 123512312131 generated from some online generator? I don't get it, the grinder+profile with zone+ visit trainer is good, but I miss this Assign Talent, this would be a perfect leveling bot! Another question: What makes the bot force the visit to the vendor? Every X levels? Or when he already knows there will be something to learn? Greetings thanks for reading
December 25, 20178 yr I recommend you decompile this and see that it supports 3.3.5: The "Assign Talents" doesn't do anything in wRobot for older versions. If you're looking to build it into your fightclass, check:http://wowwiki.wikia.com/wiki/API_LearnTalent
December 25, 20178 yr Author Yes I already tried that plugin, even with the code provided on the website after setting the build.. but somehow it wasn't working. I will check it again, because lua sometimes fails last time I tried giving talents only with lua and it was a mess, i couldn't decide the order so It was wasting points on talents that are optional
December 25, 20178 yr That's why I said decompile it (use dotPeek), adjust it and recompile. With Lua, you'll also have to define the order, there's no way around that. Every talent has to be matched to a level in your data structure.
Create an account or sign in to comment