기타게임 게임공략 & 팁 () 소울워커 칭호 정리 조아욧 2018.04.14 - 06:49 2018.04.14 - 06:49 146 Attached file i15955691436.png 2.89MB 0 이 게시물을.. N 0 0 [던전앤파이터] 26/02/03 종결마부 정리소다팝 4 조아욧 조아욧 님의 최근 글 마지막왕국 필수 유틸 360 8 2018 04.18 마지막왕국 1035 138 2018 04.15 "Chenny" 워커님의 공략! [아카식 레코드] 당신의 과소비를 줄일 방법을 제안합니다. 16 2018 04.14 "노스탤" 워커님의 공략! [BP] BP 얻는 법을 알아보자! 63 2018 04.14 강해지기 위한 첫걸음 - 강화 파괴 방지권 노가다 42 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 구축법을 빠뜨렸네요 비주얼스튜디오로 불러우셔서 디버깅 해주셔도 되고 LKCamelot\bin\Debug\LKCamelot.exe 파일만 켜주셔도 됩니다 2018 04.15 글쓴이의 서명작성글 감추기 댓글 쓰기 에디터 사용하기 닫기 글쓴이 비밀번호 댓글 등록 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 구축법을 빠뜨렸네요 비주얼스튜디오로 불러우셔서 디버깅 해주셔도 되고 LKCamelot\bin\Debug\LKCamelot.exe 파일만 켜주셔도 됩니다 2018 04.15