Jump to content
Sign in to follow this  
Jad

Incomplete source code?

Recommended Posts

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?

Share this post


Link to post
Share on other sites
Guest

Are you questioning the transparency of opensource, heretic?

Share this post


Link to post
Share on other sites

You're missing something.

Not every mob needs a custom script, some can be handled by the database alone. Look up EventAI.

Share this post


Link to post
Share on other sites

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. 

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×