The animations are the animations, there is no toggle. If you mean HD to SD models, it is in graphic settings.Anyone know how to turn old animations on?
LOL Fuck the Classic Andies. They need to stay in their Anniversary ball pit.
You using any AI for any mod creation/work? I'm by no means a programmer but have been in the IT industry for eons on the OPs side. Recently had AI fix a plugin for single player tarkov that I missed due to it not being upgraded. I'm wondering what level of mod I could create via prompts.I think once this SavedVariable issue is resolved (prevents me from retrieving recorded data such as gathered nodes) I want to make a loot recorder addon. I have no interest in hyper-optimization but I want to make things that compound the knowledge I have personally acquired. If we're going to be sticking around Forever(tm) this appeals to me.
So it would work similarly to AtlasLoot or something and just create a database I can search of items dropped by X mob in Y zone and some percentage rates based on my personal interaction with it. Later on I want to do an Auction House and Crafting one.
Of course. I've always wanted to make addons but as someone who codes all day for work I didn't want to learn some WoW specific bullshit in my free time to tinker with addons. Agentic development is the name of the game now.You using any AI for any mod creation/work? I'm by no means a programmer but have been in the IT industry for eons on the OPs side. Recently had AI fix a plugin for single player tarkov that I missed due to it not being upgraded. I'm wondering what level of mod I could create via prompts.
BTW, I noticed secondary lighting doesn't crash me but it murders my performance. Like 6 fps to 60 when I turn it off.Of course. I've always wanted to make addons but as someone who codes all day for work I didn't want to learn some WoW specific bullshit in my free time to tinker with addons. Agentic development is the name of the game now.
I know all of the fundamentals of application development and scripting very well so its mostly describing features and how I expect them to work. Things like SavedVariables being busted I figured out just by understanding how data loads in stuff and narrowing it down from there. You're going to want to give your agent strong context with the WoW UI source code on github and the API itself.
Absolutely doable but you might get tripped up on some things if you don't know what you are looking for.