[기타]중원무림 commad4 오류.. 좀 고쳐주셔용..
/usr/bin/cc -g -O2 -DFINGERACCT -DCHECKDOUBLE -DSUICIDE -DNODUPLE -DEBUG -c -o
command4.o command4.c
command4.c: In function `place':
command4.c:2578: error: parse error at end of input
make: *** [command4.o] Error 1
끝부분인데요
// 사용자의 목표치를 볼수 있는 루틴.
int info_5(ply_ptr, cmnd)
creature *ply_ptr;
cmd *cmnd;
{
int fd;
fd = ply_ptr->fd;
print(fd, "\r\n[2J");
print(fd, "\r\n^00^35∞─────────────────────────────────────∞^00^37");
print(fd, "\r\n [0;30;43m %-12s님의 목표치 정보 [0;37;40m",ply_ptr->name);
print(fd, "\r\n^00^35∞─────────────────────────────────────∞^00^37");
print(fd, "\r\n");
print(fd, "\r\n[레벨] ^00^36%-10ld^00^37",ply_ptr->level);
print(fd, "\r\n");
print(fd, "\r\n[능력] 힘 = ^00^36%-10ld^00^37 지력 = ^00^36%-10ld^00^37 민첩 = ^00^36%-10ld^00^37",128+(ply_ptr->strength)*5000,128+(ply_ptr->intelligence)*4000,128+(ply_ptr->dexterity)*3000);
print(fd, "\r\n 투지 = ^00^36%-10ld^00^37 신앙심 = ^00^36%-10ld^00^37",128+(ply_ptr->constitution)*1000, 128+(ply_ptr->piety)*1000);
print(fd, "\r\n");
print(fd, "\r\n[공력] 외공 = ^00^36%-10ld^00^37 내공 = ^00^36%-10ld^00^37",128+(ply_ptr->outstrength)*1000,128+(ply_ptr->instrength)*3000);
print(fd, "\r\n");
print(fd, "\r\n[무공] 검법 = ^00^36%-10ld^00^37 도법 = ^00^36%-10ld^00^37",128+(ply_ptr->kyombub)*500,128+(ply_ptr->dobub)*500);
print(fd, "\r\n 권법 = ^00^36%-10ld^00^37 지법 = ^00^36%-10ld^00^37",128+(ply_ptr->kyumbub)*500,128+(ply_ptr->jibub)*500);
print(fd, "\r\n");
print(fd, "\r\n[경공] 암기 = ^00^36%-10ld^00^37 신법 = ^00^36%-10ld^00^37 잡기 = ^00^36%-10ld^00^37",128+(ply_ptr->amki)*500,128+(ply_ptr->shinbub)*500,128+(ply_ptr->jobki)*500);
print(fd, "\r\n[진법] 진법 = ^00^36%-10ld^00^37",128+(ply_ptr->jinbub)*500);
print(fd, "\r\n[의술] 사술 = ^00^36%-10ld^00^37 의술 = ^00^36%-10ld^00^37 독공 = ^00^36%-10ld^00^37",128+(ply_ptr->sasyul)*500,128+(ply_ptr->eusyul)*500,128+(ply_ptr->dokkong)*500);
print(fd, "\r\n^00^35∞─────────────────────────────────────∞^00^37");
print(fd, "\r\n ^01^36* ^00^31주의사항 ^00^37: ^00^33내공^00^37은 ^00^32진기^00^37로 능력을 올림. 나머지는 ^00^32사리^00^37로 능력을 올림.");
print(fd, "\r\n^00^35∞─────────────────────────────────────∞^00^37");
print(fd, "\r\n");
F_CLR(Ply[fd].ply, PREADI);
RETURN(fd, command,1);
}
제발 고쳐주셔용 -_-;;
command4.o command4.c
command4.c: In function `place':
command4.c:2578: error: parse error at end of input
make: *** [command4.o] Error 1
끝부분인데요
// 사용자의 목표치를 볼수 있는 루틴.
int info_5(ply_ptr, cmnd)
creature *ply_ptr;
cmd *cmnd;
{
int fd;
fd = ply_ptr->fd;
print(fd, "\r\n[2J");
print(fd, "\r\n^00^35∞─────────────────────────────────────∞^00^37");
print(fd, "\r\n [0;30;43m %-12s님의 목표치 정보 [0;37;40m",ply_ptr->name);
print(fd, "\r\n^00^35∞─────────────────────────────────────∞^00^37");
print(fd, "\r\n");
print(fd, "\r\n[레벨] ^00^36%-10ld^00^37",ply_ptr->level);
print(fd, "\r\n");
print(fd, "\r\n[능력] 힘 = ^00^36%-10ld^00^37 지력 = ^00^36%-10ld^00^37 민첩 = ^00^36%-10ld^00^37",128+(ply_ptr->strength)*5000,128+(ply_ptr->intelligence)*4000,128+(ply_ptr->dexterity)*3000);
print(fd, "\r\n 투지 = ^00^36%-10ld^00^37 신앙심 = ^00^36%-10ld^00^37",128+(ply_ptr->constitution)*1000, 128+(ply_ptr->piety)*1000);
print(fd, "\r\n");
print(fd, "\r\n[공력] 외공 = ^00^36%-10ld^00^37 내공 = ^00^36%-10ld^00^37",128+(ply_ptr->outstrength)*1000,128+(ply_ptr->instrength)*3000);
print(fd, "\r\n");
print(fd, "\r\n[무공] 검법 = ^00^36%-10ld^00^37 도법 = ^00^36%-10ld^00^37",128+(ply_ptr->kyombub)*500,128+(ply_ptr->dobub)*500);
print(fd, "\r\n 권법 = ^00^36%-10ld^00^37 지법 = ^00^36%-10ld^00^37",128+(ply_ptr->kyumbub)*500,128+(ply_ptr->jibub)*500);
print(fd, "\r\n");
print(fd, "\r\n[경공] 암기 = ^00^36%-10ld^00^37 신법 = ^00^36%-10ld^00^37 잡기 = ^00^36%-10ld^00^37",128+(ply_ptr->amki)*500,128+(ply_ptr->shinbub)*500,128+(ply_ptr->jobki)*500);
print(fd, "\r\n[진법] 진법 = ^00^36%-10ld^00^37",128+(ply_ptr->jinbub)*500);
print(fd, "\r\n[의술] 사술 = ^00^36%-10ld^00^37 의술 = ^00^36%-10ld^00^37 독공 = ^00^36%-10ld^00^37",128+(ply_ptr->sasyul)*500,128+(ply_ptr->eusyul)*500,128+(ply_ptr->dokkong)*500);
print(fd, "\r\n^00^35∞─────────────────────────────────────∞^00^37");
print(fd, "\r\n ^01^36* ^00^31주의사항 ^00^37: ^00^33내공^00^37은 ^00^32진기^00^37로 능력을 올림. 나머지는 ^00^32사리^00^37로 능력을 올림.");
print(fd, "\r\n^00^35∞─────────────────────────────────────∞^00^37");
print(fd, "\r\n");
F_CLR(Ply[fd].ply, PREADI);
RETURN(fd, command,1);
}
제발 고쳐주셔용 -_-;;
0Comments
-표시할 내용이 없습니다.-
코멘트를 삭제할 비밀번호를 입력하세요.
정회원 이상만 코멘트 쓰기가 가능합니다.
총 게시물 956개 / 검색된 게시물: 956개
글번호 | 제목 | 작성자 | 조회수 | 좋아요 | 싫어요 | 작성일 | |
---|---|---|---|---|---|---|---|
[기타]질문 답변 외 글은 자유 게시판에 올려 주세요... | 머드클럽 | 4399 | 0 | 0 | 2004-01-01 | ||
576 | [기타] 판타지에이지하는 사람입니다. | 레기 | 1913 | 0 | 0 | 2004-12-18 | |
575 | [mordor] [무한대전1.3 양주님수정판] 왜 아이디 저장이 안되는걸까요? [2] | 이영석 | 8768 | 0 | 0 | 2004-12-17 | |
574 | [기타] 생초보 단계부터 머드제작을 하려면 어떤 책을 읽어야 하나요? [4] | 카르페디엠 | 1958 | 0 | 0 | 2004-12-16 | |
573 | [기타] 가까스로 오류는 다 어케 제거는 해봤는데-_-;; 실행파일이 안되요... | 손문 | 1950 | 0 | 0 | 2004-12-16 | |
572 | [기타] 중원무림 commad4 오류.. 좀 고쳐주셔용.. | 손문 | 4953 | 0 | 0 | 2004-12-16 | |
571 | [기타] 사신전 접속이 안되네요.. | 잉글랜드 | 1863 | 0 | 0 | 2004-12-15 | |
570 | [hanlp] 천명이 접속이 안되는것에 대한 질문이요ㅠ_ㅠ [2] | 최현준 | 1801 | 0 | 0 | 2004-12-11 | |
569 | [기타] 제3의눈 리스트 나오게하는법좀 알려주세요. 다시한번 올립니다. | 강민 | 2011 | 0 | 0 | 2004-12-05 | |
568 | [mordor] 무한대전 잡담할때 안시 넣는법좀. 쩌업 [2] | 이용주 | 1870 | 0 | 0 | 2004-12-02 | |
567 | [기타] 키텔 하신분 혹시 있나요..? | 유성매직 | 2036 | 0 | 0 | 2004-11-30 | |
566 | [기타] 그날이오면.... | 고남욱 | 1792 | 0 | 0 | 2004-11-28 | |
565 | [circle] 시간의문입니다.(써클) 왜 줄임말이 저장 안되는 걸까요--; [4] | 골골차자 | 1952 | 0 | 0 | 2004-11-28 | |
564 | [기타] 정말 부탁해요.. | 이재필 | 1851 | 0 | 0 | 2004-11-27 | |
563 | [circle] 아아하하 --;.. 너무 초보적인 질문입니다. 실행문제 --; [2] | 골골차자 | 2147 | 0 | 0 | 2004-11-27 | |
562 | [기타] 초보 질문요 ''a [1] | 이재필 | 1747 | 0 | 0 | 2004-11-26 | |
561 | [hanlp] 마군님이 만드셨던 제작기 질문입니다. [1] | Nikado | 1808 | 0 | 0 | 2004-11-26 | |
560 | [hanlp] hanlp에서 가장큰 변수 자료형은?? [2] | Nikado | 1788 | 0 | 0 | 2004-11-25 | |
559 | [기타] 운영자님 ftp접속에관해.. [2] | 천유 | 1673 | 0 | 0 | 2004-11-25 | |
558 | [기타] 판타지에이지를 하는사람인데요... | 신시스 | 1730 | 0 | 0 | 2004-11-24 | |
557 | [기타] 운영자님 궁금한게 있습니다. [1] | 신시스 | 1970 | 0 | 0 | 2004-11-24 |