public int MobDamaging(int spider, int mobnum, int type)
 {
     Dm.EnMobDamaging(spider, mobnum, type);
     return(0);
 }