cmdlearn.cpp
上传用户:garry_shen
上传日期:2015-04-15
资源大小:45647k
文件大小:9k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. #include "stdafx.h"
  2. #include "XmudOS.h"
  3. #include "CommandCheck.h"
  4. #include "CmdPlayerLogon.h"
  5. #include "mapMapInfo.h"
  6. #include "npcNpc.h"
  7. #include "skillskillSkill.h"
  8. extern rmfullglobals myglobs;
  9. /*
  10. void CCommandCheck::LearenProc(LPVOID pvPlayer,char *szWho,char *szWhichSkill,char *Result)
  11. {
  12. CPlayerInfo *lpPlayerInfo;
  13. CNpc * lpNpc;
  14. CBaseMap * lpDataMap;
  15. BOOL bFindOppNPC = FALSE;
  16. int i;
  17. lpPlayerInfo = (CPlayerInfo*)pvPlayer;
  18. POSITION pMapPosite = lpPlayerInfo->pMapPosite;
  19.     
  20. EnterCriticalSection(&myglobs.csMaplist);
  21. EnterCriticalSection(&myglobs.csPlayerData);
  22. if(lpPlayerInfo->nStatus != 0)
  23. {
  24. wsprintf(Result,"%s FAIL