[DiscordArchive] What is the AC approach for handling quests ? I see some users prefer the smart ai database tables o
[DiscordArchive] What is the AC approach for handling quests ? I see some users prefer the smart ai database tables o
Archived author: Hacaw • Posted: 2020-12-29T11:03:05.948000+00:00
Original source
What is the AC approach for handling quests ? I see some users prefer the smart ai database tables over cpp files. Because I don't know yet all the table structures to me cpp are more clear. What do you guys think ? When to prefer one instead of the other ?
Archived author: Deleted User • Posted: 2020-12-29T11:12:52.033000+00:00
Original source
Nice question <@!775837750775644180> , I think that SmartAI is a "standard", it works always in the same way in a defined approach and do not increase the quantity of code in the core so I think SAI is better, but for bosses probably is better to do not use SAI because we need to get out from the standard and break schemes.
About the "understanding" of the SAI, I know it's not so easy at the first approach and C++ it's literally more clear to understand, but actually a not-developer can create SAI through editor like Keira3 but can't work on C++.
There are some points of views here but I think that we should use SAI when we can, when there is something that is not so complicated to do in SAI.