Npc.cpp
上传用户:garry_shen
上传日期:2015-04-15
资源大小:45647k
文件大小:11k
- // Npc.cpp: implementation of the CNpc class.
- //
- //////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include "..npcNpc.h"
- #include "..mapMapInfo.h"
- #include "..config.h"
- // test
- #include "..XmudOS.h"
- extern rmfullglobals myglobs;
- extern CList <CBaseMap*,CBaseMap*>maplist;
- ////////////////////////////////////////////////////
- CNpc::CNpc()
- {
- nDamage = 20;
- nQianNeng = 0;
- bPlayer = FALSE;
- nCon = 20;
- nDex = 20;
- nEff_force = 0;
- nEff_jing = 100;
- nEff_jingli = 100;
- nEff_qi = 100;
- nInt = 20;
- nMax_force = 0;
- nMax_jing = 100;
- nMax_jingli = 100;
- nMax_qi = 100;
- nStr = 20;
- nAsk=0;
- nAttitude = 0;
- // Robin P
- g_HasEvent = 0;
- }
- CNpc::~CNpc()
- {
- }
- //