I quickly threw together a list of the game's DLL's and what their known functions are. Red means the DLL is generic (made by Intel or Microsoft or another 3rd party), yellow means made by Nexon, green means Mabinogi-specific.
As you can see, I don't have a ton of information listed on each, so post anything you know and would like to be added.
Thank to the following for providing more information:
Halfslashed
Code:
[COLOR="Red"]bdcap32.dll[/COLOR] Part of the Bandi capture library (http://www.bandisoft.com/en/bandi_capture_library/download/) Used for video capture in game [COLOR="Red"]binkw32.dll[/COLOR] Video codec [COLOR="Red"]dbghelp.dll[/COLOR] Windows Image Helper, Microsoft [COLOR="SeaGreen"]ESL.dll[/COLOR] Mabinogi Specific. [COLOR="SeaGreen"]EXL.dll[/COLOR] Mabinogi Specific. [COLOR="Red"]ijl15.dll[/COLOR] Intel JPEG Library, Retail Version [COLOR="SeaGreen"]Mint.dll[/COLOR] Mabinogi Specific. [COLOR="Red"]Mss32.dll[/COLOR] Miles Sound System [COLOR="Red"]msvcp80.dll[/COLOR] Microsoft C++ Runtime Library [COLOR="Red"]msvcp90.dll[/COLOR] Microsoft C++ Runtime Library [COLOR="Red"]msvcr90.dll[/COLOR] Microsoft C++ Runtime Library [COLOR="DarkOrange"]nmcogame.dll[/COLOR] Nexon-made. Also found in Combat Arms. Enables use of the in game instant messaging system. [COLOR="DarkOrange"]nmconew.dll[/COLOR] Seems to be Nexon-Made. Also found in Maplestory, maybe War Rock from Google results. Powers the instant messaging system for nexon games. [COLOR="SeaGreen"]Oasis.dll[/COLOR] Mabinogi Specific. Contains large portions of the game's code. Seems to contain many functions having to do with monster's AI and player-npc interactions. (And some functions having to do with skills) [COLOR="SeaGreen"]Pleione.dll[/COLOR] Mabinogi Specific. Contains large portions of the game's code. The main focus of many mods. This DLL contains *tons* of the game's functions. [COLOR="SeaGreen"]Renderer2.dll[/COLOR] Mabinogi Specific. As the name implies, it seems to render much of the game's graphics. [COLOR="SeaGreen"]Skill.dll[/COLOR] Mabinogi Specific. Seems to contain most information regarding in-game skills. No functions. Much of the possible modification on this file are server-checked. [COLOR="SeaGreen"]Standard.dll[/COLOR] Mabinogi Specific. Contains large portions of the game's code. Mainly deal's with more rules for skills to follow, states (Deadly, poisoned, etc.), and provides exported race checks for other files to follow. [COLOR="Red"]unicows.dll[/COLOR] Microsoft Layer for Unicode on Win9x Systems (MSLU), Microsoft (R) Windows (R) 95, Windows (R) 98, and Windows (R) Millennium Operating Systems
Thank to the following for providing more information:
Halfslashed