View Single Post
  #4  
Old 05-19-2004, 03:14 AM
cofruben
Old-EQEmu Developer
 
Join Date: Oct 2002
Location: Spain
Posts: 323
Default

Code:
         else if (!strcmp(strlwr(command),"BaseStat")) {//Cofruben:-Makes the client the gender specified 
            mob->CastToClient()->BaseStat(atoi(arglist[0]),atoi(arglist[1])); 
	    mob->CastToClient()->Save(2);
	    mob->CastToClient()->Kick();
         }
try this
Reply With Quote