Jad 0 Report post Posted March 24, 2017 I was looking at the core source code on github and it seemed that the scripts are incomplete? For example, molten_core.cpp only includes about half the trash mobs in mc, and boss_lucifron.cpp has the AI script for the boss but nothing for his adds. Am I missing something or is the code incomplete? 0 Share this post Link to post Share on other sites
Guest Report post Posted March 24, 2017 Are you questioning the transparency of opensource, heretic? 0 Share this post Link to post Share on other sites
Guybrush 11 Report post Posted March 24, 2017 You're missing something. Not every mob needs a custom script, some can be handled by the database alone. Look up EventAI. 0 Share this post Link to post Share on other sites
smokeit 26 Report post Posted March 24, 2017 6 hours ago, Jad said: butts 0 Share this post Link to post Share on other sites
TTL 6 Report post Posted March 25, 2017 8 hours ago, smokeit said: Cancer 0 Share this post Link to post Share on other sites
Naeras 1 Report post Posted March 26, 2017 almost any NPC that just stands around waiting to be aggro'ed and doesn't path or interact in any unique way is handled directly by the database, and doesn't have a script. many bosses even are database entries only without any special scripting. 0 Share this post Link to post Share on other sites