기타게임 게임공략 & 팁 () "Chenny" 워커님의 공략! [아카식 레코드] 당신의 과소비를 줄일 방법을 제안합니다. 조아욧 2018.04.14 - 06:58 16 Attached file 5d20cc2558a2491394025c98f1232dbf.png 308.5KB 0 이 게시물을.. N 0 0 [던전앤파이터] 빠른 115찍기소다팝 4 조아욧 조아욧 님의 최근 글 DOF补丁大合集_v4.15 윈도우10 접속 가능 428 34 2020 01.04 마지막왕국 광산있는버전 838 89 2019 02.04 마지막왕국 필수 유틸 356 8 2018 04.18 마지막왕국 1030 138 2018 04.15 "Chenny" 워커님의 공략! [아카식 레코드] 당신의 과소비를 줄일 방법을 제안합니다. 16 2018 04.14 조아욧 님의 최근 댓글 4.15나온지가 언젠데 무슨 이게 최신 버전?? 2020 01.04 근데 작성자 시벨놈아 서버팩이 아니고 쿼리랑 클라만 있네 뒤질래 거지새끼야 2019 09.28 다운로드 에러는 사이트FTP서버 문제거나 님 컴퓨터 회선 문제임 왜 올린사람을 욕하지 멍청하게 ㅉㅉ 그리고 저 다운로드 성공함 2019 09.28 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.IO; using LKCamelot.net; using LKCamelot.util; using LKCamelot.model; using LKCamelot.script; using LKCamelot.io; namespace LKCamelot { public partial class 제어창 : Form { public Player player; public PlayerHandler handler; public static Server w_server; public 제어창() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { if (textBox1.Text == "") return; string chat = "[공지사항] :" + textBox1.Text + " "; World.SendToAll(new QueDele("all", new UpdateChatBox(0x08, 0xff, 20737, (short)chat.Count(), chat).Compile())); } private void button2_Click(object sender, EventArgs e) { using (StreamWriter sw = new StreamWriter("worldAdmin.txt", true, Encoding.GetEncoding("euc-kr"))) { sw.WriteLine(string.Format(",{0}", Nametext.Text)); } String Admin = Nametext.Text + " 님이 관리자로 등록 되었습니다." + " "; World.SendToAll(new QueDele("all", new UpdateChatBox(0x08, 0xff, 20737, (short)Admin.Count(), Admin).Compile())); } private void textBox2_TextChanged(object sender, EventArgs e) { } private void comboBox1_SelectedIndexChanged(object sender, EventArgs e) { } private void button3_Click(object sender, EventArgs e) { } private void 경험치배율ToolStripMenuItem_Click(object sender, EventArgs e) { 경험치배율 frm = new 경험치배율(); frm.Show(); } private void 제어창_Load(object sender, EventArgs e) { } private void 잭팟설정ToolStripMenuItem_Click(object sender, EventArgs e) { 잭팟 frm = new 잭팟(); frm.Show(); } } } 2019 04.16 아바쪽 버튼 중앙 하단 알림아이콘 그냥 이미지일뿐 기능이 없네요 월드맵에 케릭터 위치도 표시가 안되고 마을이동중 팅김도 심하고 좌측 상단 이벤트알림버튼과 그 아래 익스플로러 아이콘등 클릭하면 아이콘 3개가 통째로 같이 클릭됩니다 본문 캡쳐만 보고 기대를 가지고 받았는데 너무 실망스럽네요 2018 07.23 글쓴이의 서명작성글 감추기 댓글 쓰기 에디터 사용하기 닫기 글쓴이 비밀번호 댓글 등록 view_headline 목록
조아욧 님의 최근 댓글
4.15나온지가 언젠데 무슨 이게 최신 버전?? 2020 01.04 근데 작성자 시벨놈아 서버팩이 아니고 쿼리랑 클라만 있네 뒤질래 거지새끼야 2019 09.28 다운로드 에러는 사이트FTP서버 문제거나 님 컴퓨터 회선 문제임 왜 올린사람을 욕하지 멍청하게 ㅉㅉ 그리고 저 다운로드 성공함 2019 09.28 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.IO; using LKCamelot.net; using LKCamelot.util; using LKCamelot.model; using LKCamelot.script; using LKCamelot.io; namespace LKCamelot { public partial class 제어창 : Form { public Player player; public PlayerHandler handler; public static Server w_server; public 제어창() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { if (textBox1.Text == "") return; string chat = "[공지사항] :" + textBox1.Text + " "; World.SendToAll(new QueDele("all", new UpdateChatBox(0x08, 0xff, 20737, (short)chat.Count(), chat).Compile())); } private void button2_Click(object sender, EventArgs e) { using (StreamWriter sw = new StreamWriter("worldAdmin.txt", true, Encoding.GetEncoding("euc-kr"))) { sw.WriteLine(string.Format(",{0}", Nametext.Text)); } String Admin = Nametext.Text + " 님이 관리자로 등록 되었습니다." + " "; World.SendToAll(new QueDele("all", new UpdateChatBox(0x08, 0xff, 20737, (short)Admin.Count(), Admin).Compile())); } private void textBox2_TextChanged(object sender, EventArgs e) { } private void comboBox1_SelectedIndexChanged(object sender, EventArgs e) { } private void button3_Click(object sender, EventArgs e) { } private void 경험치배율ToolStripMenuItem_Click(object sender, EventArgs e) { 경험치배율 frm = new 경험치배율(); frm.Show(); } private void 제어창_Load(object sender, EventArgs e) { } private void 잭팟설정ToolStripMenuItem_Click(object sender, EventArgs e) { 잭팟 frm = new 잭팟(); frm.Show(); } } } 2019 04.16 아바쪽 버튼 중앙 하단 알림아이콘 그냥 이미지일뿐 기능이 없네요 월드맵에 케릭터 위치도 표시가 안되고 마을이동중 팅김도 심하고 좌측 상단 이벤트알림버튼과 그 아래 익스플로러 아이콘등 클릭하면 아이콘 3개가 통째로 같이 클릭됩니다 본문 캡쳐만 보고 기대를 가지고 받았는데 너무 실망스럽네요 2018 07.23