This list is meant to be a reference to the various functions we uncover from Diablo II. When posting you should try to include information like an offset, an ordinal (if it has one), the module, the parameters, a description, return values, and various other notes. Hopefully this list will grow to be very big and be very helpful.
D2Game Functions
D2Game.0EC20h (6FC3EC20h) - Send packet to update client display
D2Game.19670h (6FC49670h) - identify an item
D2Game.1E4D0h (6FC4E4D0h) - get random number between 0 and EDX-1
D2Game.21360h (6FC51360h) - drop a treasure class
D2Game.38D70 (6FC68D70h) - Spawns a monster (a single one)
D2Game.3F690h (6FC6F690h) - Spawn a superunique monster
D2Game.3AA70h (6FC6AA70h) - Spawn a random monster pack
D2Game.3ACD0h (6FC6ACD0h) - Get a superunique hcIdx from a monster ptUnit
D2Game.4C260h (6FC7C260h) - Subtract gold from player and drop on ground
D2Game.4C500h (6FC7C500h) - Process Nightmare and Hell Difficulty Penalties on Death
D2Game.4C7B0h (6FC7C7B0h) - get ptItem of equipped weapon from ptUnit
D2Game.656C0h (6FC956C0h) - Set Quest finished in (ptGame+10F4)+0C
D2Game.65700h (6FC95700h) - Get quest state from (ptGame+10F4)+0C
D2Game.8BB00h (6FCBBB00h) - Get address of ptUnit
D2Game.8BB70h (6FCBBB70h) - Get source ptUnit for the current ptUnit (e.g. missiles)
D2Game.8C2E0h (6FCBC2E0h) - Get ptClient for corresponding player ptUnit
D2Game.8C900h (6FCBC900h) - Get the ptUnit of the target being attacked
D2Game.94DC0h (6FCC4DC0h) - Add Point.X + Point.Y coordinate to ptGame structure
D2Game.9F320h (6FCCF320h) - Gets Owner of Minion
D2Game.D60F0h (6FD060F0h) - Casts an ItemEffect skill
D2Game.E1420h (6FD11420h) - Shoot a Missile (server side)
D2Game.ED2F4h (6FD1D2F4h) - Converts floating value to qword
D2Game.2B1A0 (6FD6B1A0h) - Gets ItemTypes record from type ID
D2Game.642B00 (6FDA42B0h) - Get the ItemStatCost record pointer from the Stat ID
D2Client Functions
D2Client.0C090h (6FAAC090h) - Get game difficulty on the client side.
D2Client.0E570h (6FAAE570h) - Returns pointer to Monstats record.
D2Client.4BF80h (6FAEBF80h) - Triggers the lightning effect in cube, when making quest item.
D2Client.7E120h (6FB1E120h) - Display message
D2Client.869F0h (6FB269F0h) - Get client-side ptUnit from unit type and unID
D2Client.883D0h (6FB283D0h) - Get address of client-side ptPlayer
D2Client.89370h (6FB29370h) - Get hRoom from client-side ptPlayer
D2Client.897F0h (6FB297F0h) - Get name of player
D2Client.A2A70h (6FB42A70h) - Make unit bleed
D2Client.B5820h (6FB55820h) - Play sound overheard by all players
D2Client.BB0F0h (6FB5B0F0h) - Draw Filled Rectangle
D2Game Functions
D2Game.0EC20h (6FC3EC20h) - Send packet to update client display
D2Game.19670h (6FC49670h) - identify an item
D2Game.1E4D0h (6FC4E4D0h) - get random number between 0 and EDX-1
D2Game.21360h (6FC51360h) - drop a treasure class
D2Game.38D70 (6FC68D70h) - Spawns a monster (a single one)
D2Game.3F690h (6FC6F690h) - Spawn a superunique monster
D2Game.3AA70h (6FC6AA70h) - Spawn a random monster pack
D2Game.3ACD0h (6FC6ACD0h) - Get a superunique hcIdx from a monster ptUnit
D2Game.4C260h (6FC7C260h) - Subtract gold from player and drop on ground
D2Game.4C500h (6FC7C500h) - Process Nightmare and Hell Difficulty Penalties on Death
D2Game.4C7B0h (6FC7C7B0h) - get ptItem of equipped weapon from ptUnit
D2Game.656C0h (6FC956C0h) - Set Quest finished in (ptGame+10F4)+0C
D2Game.65700h (6FC95700h) - Get quest state from (ptGame+10F4)+0C
D2Game.8BB00h (6FCBBB00h) - Get address of ptUnit
D2Game.8BB70h (6FCBBB70h) - Get source ptUnit for the current ptUnit (e.g. missiles)
D2Game.8C2E0h (6FCBC2E0h) - Get ptClient for corresponding player ptUnit
D2Game.8C900h (6FCBC900h) - Get the ptUnit of the target being attacked
D2Game.94DC0h (6FCC4DC0h) - Add Point.X + Point.Y coordinate to ptGame structure
D2Game.9F320h (6FCCF320h) - Gets Owner of Minion
D2Game.D60F0h (6FD060F0h) - Casts an ItemEffect skill
D2Game.E1420h (6FD11420h) - Shoot a Missile (server side)
D2Game.ED2F4h (6FD1D2F4h) - Converts floating value to qword
D2Game.2B1A0 (6FD6B1A0h) - Gets ItemTypes record from type ID
D2Game.642B00 (6FDA42B0h) - Get the ItemStatCost record pointer from the Stat ID
D2Client Functions
D2Client.0C090h (6FAAC090h) - Get game difficulty on the client side.
D2Client.0E570h (6FAAE570h) - Returns pointer to Monstats record.
D2Client.4BF80h (6FAEBF80h) - Triggers the lightning effect in cube, when making quest item.
D2Client.7E120h (6FB1E120h) - Display message
D2Client.869F0h (6FB269F0h) - Get client-side ptUnit from unit type and unID
D2Client.883D0h (6FB283D0h) - Get address of client-side ptPlayer
D2Client.89370h (6FB29370h) - Get hRoom from client-side ptPlayer
D2Client.897F0h (6FB297F0h) - Get name of player
D2Client.A2A70h (6FB42A70h) - Make unit bleed
D2Client.B5820h (6FB55820h) - Play sound overheard by all players
D2Client.BB0F0h (6FB5B0F0h) - Draw Filled Rectangle