if (pc_get_group_level(sd)>=1){ sprintf(atcmd_output, msg_txt(sd,1242), mob->lv, mob->status.max_hp, base_exp*3/10, job_exp*3/10, MOB_HIT(mob), MOB_FLEE(mob)); // Lv:%d HP:%d Base EXP:%u Job EXP:%u HIT:%d FLEE:%d else sprintf(atcmd_output, msg_txt(sd,1242), mob->lv, mob->status.max_hp, base_exp, job_exp, MOB_HIT(mob), MOB_FLEE(mob)); // Lv:%d HP:%d Base EXP:%u Job EXP:%u HIT:%d FLEE:%d }