YOU WILL NEED VISUAL C++ 2003 or 2005 or 2008
Ok today Im gunna show you how to get .morph back on your server.
Open up Chat.cpp in your trunk/src/game folder.
Search forCode:static ChatCommand commandTable[] = {
Make a new line under that and put in:
Code:{ "morph" , 'm', NULL, "Display ID", NULL, UNIT_FIELD_DISPLAYID, 0, 1 },
So it should look like this:
DONT touch the text under it just leave them the way they are.Code:static ChatCommand commandTable[] = { { "morph" , 'm', NULL, "Display ID", NULL, UNIT_FIELD_DISPLAYID, 0, 1 },
CREDITS TO ME!