운영자 속도 변경
Make by ThePower
src/map/status.c
// 찾기 시작
int status_calc_pc(struct map_session_data* sd,int first)
{
static int calculating = 0; //Check for recursive call preemption. [Skotlex]
struct status_data b_status, *status;
const struct status_change *sc = &sd->sc;
struct s_skill b_skill[MAX_SKILL];
.
.
.
//FIXME: Most of these stuff should be calculated once, but how do I fix the memset above to do that? [Skotlex]
status->speed = DEFAULT_WALK_SPEED;
//Give them all modes except these (useful for clones)
status->mode = MD_MASK&~(MD_BOSS|MD_PLANT|MD_DETECTOR|MD_ANGRY);
// 찾기 끝
// 수정 시작
status->speed = DEFAULT_WALK_SPEED;
if(pc_isGM(sd)) status->speed = 0; // 추가
//Give them all modes except these (useful for clones)
status->mode = MD_MASK&~(MD_BOSS|MD_PLANT|MD_DETECTOR|MD_ANGRY);
// 수정 끝

cream 님의 최근 댓글
잘받앗습니다 2016 04.17 트로이아닌데요 2016 04.17 접속기 아이피 변경어케하죠? 2016 04.14