사이트 로그인
2016.05.20 18:36
itemUse.java, L1item.java 입니다
case 202 : // 마수군의징표함
int chance4= (int)(Math.random()* 5)+1;
int chance5 = (int)(Math.random()* 2)+1;
int chance6 = (int)(Math.random()* 6)+1;
L1PcInstance[] boxtemp2 = L1World.getInstance().getAllPlayers(); //전체메세지 띄우기 위해 st
cha.get_cil().CountItem(cha, temp, -1);
if(chance4 == 1){
if(chance5 == 1){
Additems(cha, 32, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "무관갑옷 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true);
} else if(chance6 == 2){
Additems(cha, 95, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "무관방패 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true);
} else if(chance6 == 3){
Additems(cha, 120, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "무관망도 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true);
} else if(chance6 == 4){
Additems(cha, 156, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "무관장갑 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true);
} else if(chance6 == 5){
Additems(cha, 208, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "무관투구 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true);
} else if(chance6 == 6){
Additems(cha, 233, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "무관부츠 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true);
}
for(int j=0 ; j<boxtemp2.length ; ++j){
boxtemp2[j].sendPackets(boxtemp2[j].get_netConnection().bph().get_cp().S_ChatPacket(boxtemp2[j] , ""+cha.get_name()+"님 마수군의징표함에서 무관셋트를 얻으셨습니다.", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true); //all user listen
}
}else if(chance4 == 2){
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "꽝!!!!", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true);
for(int j=0 ; j<boxtemp2.length ; ++j){
boxtemp2[j].sendPackets(boxtemp2[j].get_netConnection().bph().get_cp().S_ChatPacket(boxtemp2[j] , ""+cha.get_name()+"님 마수군의징표함 꽝입니다.", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true); //all user listen
}
}else if(chance4 == 3){
if(chance5 == 1){
Additems(cha, 232, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "마수군왕의부츠 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), false);
} else if(chance5 == 2){
Additems(cha, 155, 1, 1, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "마수군왕의크로우 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), false);
}
for(int j=0 ; j<boxtemp2.length ; ++j){
boxtemp2[j].sendPackets(boxtemp2[j].get_netConnection().bph().get_cp().S_ChatPacket(boxtemp2[j] , ""+cha.get_name()+"님 마수군의징표함에서 마수군왕의아이템을 얻으셨습니다.", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true); //all user listen
}
}else if(chance4 == 4){
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "꽝!!!!", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), false);
for(int j=0 ; j<boxtemp2.length ; ++j){
boxtemp2[j].sendPackets(boxtemp2[j].get_netConnection().bph().get_cp().S_ChatPacket(boxtemp2[j] , ""+cha.get_name()+"님 마수군의징표함 꽝입니다.", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true); //all user listen
}
} else if(chance4 == 5){
//방송1("//fU꽝!!!!");
//방송("//fU()+"님께서 마수군의징표함 꽝입니다.");
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "꽝!!!!", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), false);
for(int j=0 ; j<boxtemp2.length ; ++j){
boxtemp2[j].sendPackets(boxtemp2[j].get_netConnection().bph().get_cp().S_ChatPacket(boxtemp2[j] , ""+cha.get_name()+"님 마수군의징표함 꽝입니다.", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true); //all user listen
}
}
break;
case 201 : // 암살군왕의징표함
int chance7= (int)(Math.random()* 5)+1;
int chance8 = (int)(Math.random()* 2)+1;
int chance9 = (int)(Math.random()* 6)+1;
L1PcInstance[] boxtemp3 = L1World.getInstance().getAllPlayers(); //전체메세지 띄우기 위해 st
cha.get_cil().CountItem(cha, temp, -1); if(chance7 == 1){
if(chance9 == 1){
Additems(cha, 32, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "무관갑옷 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true);
} else if(chance9 == 2){
Additems(cha, 95, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "무관방패 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true);
} else if(chance9 == 3){
Additems(cha, 120, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "무관망도 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true);
} else if(chance9 == 4){
Additems(cha, 156, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "무관장갑 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true);
} else if(chance9 == 5){
Additems(cha, 208, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "무관투구 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true);
} else if(chance9 == 6){
Additems(cha, 233, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "무관부츠 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true);
}
for(int j=0 ; j<boxtemp3.length ; ++j){
boxtemp3[j].sendPackets(boxtemp3[j].get_netConnection().bph().get_cp().S_ChatPacket(boxtemp3[j] , ""+cha.get_name()+"님 암살군의징표함에서 무관셋트를 얻으셨습니다.", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true); //all user listen
}
}else if(chance7 == 2){
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "꽝!!!!", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true);
for(int j=0 ; j<boxtemp3.length ; ++j){
boxtemp3[j].sendPackets(boxtemp3[j].get_netConnection().bph().get_cp().S_ChatPacket(boxtemp3[j] , ""+cha.get_name()+"님 암살군의징표함 꽝입니다.", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true); //all user listen
}
}else if(chance7 == 3){
if(chance8 == 1){
Additems(cha, 171, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "암살군왕의장갑 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), false);
} else if(chance8 == 2){
Additems(cha, 78, 1, 1, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "암살군왕의암살도 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), false);
}
for(int j=0 ; j<boxtemp3.length ; ++j){
boxtemp3[j].sendPackets(boxtemp3[j].get_netConnection().bph().get_cp().S_ChatPacket(boxtemp3[j] , ""+cha.get_name()+"님 암살군의징표함에서 암살군왕의아이템을 얻으셨습니다.", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true); //all user listen
}
}else if(chance7 == 4){
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "꽝!!!!", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), false);
for(int j=0 ; j<boxtemp3.length ; ++j){
boxtemp3[j].sendPackets(boxtemp3[j].get_netConnection().bph().get_cp().S_ChatPacket(boxtemp3[j] , ""+cha.get_name()+"님 암살군의징표함 꽝입니다.", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true); //all user listen
}
} else if(chance7 == 5){
//방송1("//fU꽝!!!!");
//방송("//fU()+"님께서 암살군의징표함 꽝입니다.");
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "꽝!!!!", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), false);
for(int j=0 ; j<boxtemp3.length ; ++j){
boxtemp3[j].sendPackets(boxtemp3[j].get_netConnection().bph().get_cp().S_ChatPacket(boxtemp3[j] , ""+cha.get_name()+"님 암살군의징표함 꽝입니다.", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true); //all user listen
}
}
break;
case 203 : // 마령군왕의징표함
int chance10= (int)(Math.random()* 5)+1;
int chance11 = (int)(Math.random()* 2)+1;
int chance12 = (int)(Math.random()* 6)+1;
L1PcInstance[] boxtemp4 = L1World.getInstance().getAllPlayers(); //전체메세지 띄우기 위해 st
cha.get_cil().CountItem(cha, temp, -1);
if(chance10 == 1){
if(chance12 == 1){
Additems(cha, 49, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "신관로브 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true);
} else if(chance12 == 2){
Additems(cha, 101, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "신관마력서 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true);
} else if(chance12 == 3){
Additems(cha, 121, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "신관망도 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true);
} else if(chance12 == 4){
Additems(cha, 148, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "신관장갑 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true);
} else if(chance12 == 5){
Additems(cha, 191, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "신관투구 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true);
} else if(chance12 == 6){
Additems(cha, 240, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "신관부츠 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true);
}
for(int j=0 ; j<boxtemp4.length ; ++j){
boxtemp4[j].sendPackets(boxtemp4[j].get_netConnection().bph().get_cp().S_ChatPacket(boxtemp4[j] , ""+cha.get_name()+"님 마령군의징표함에서 신관셋트를 얻으셨습니다.", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true); //all user listen
}
}else if(chance10 == 2){
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "꽝!!!!", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true);
for(int j=0 ; j<boxtemp4.length ; ++j){
boxtemp4[j].sendPackets(boxtemp4[j].get_netConnection().bph().get_cp().S_ChatPacket(boxtemp4[j] , ""+cha.get_name()+"님 마령군의징표함 꽝입니다.", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true); //all user listen
}
}else if(chance10 == 3){
if(chance11 == 1){
Additems(cha, 324, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "마령군왕의목걸이 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), false);
} else if(chance11 == 2){
Additems(cha, 60, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "마령군왕의로브 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), false);
}
for(int j=0 ; j<boxtemp4.length ; ++j){
boxtemp4[j].sendPackets(boxtemp4[j].get_netConnection().bph().get_cp().S_ChatPacket(boxtemp4[j] , ""+cha.get_name()+"님 마령군의징표함에서 마령군왕의아이템을 얻으셨습니다.", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true); //all user listen
}
}else if(chance10 == 4){
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "꽝!!!!", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), false);
for(int j=0 ; j<boxtemp4.length ; ++j){
boxtemp4[j].sendPackets(boxtemp4[j].get_netConnection().bph().get_cp().S_ChatPacket(boxtemp4[j] , ""+cha.get_name()+"님 마령군의징표함 꽝입니다.", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true); //all user listen
}
} else if(chance10 == 5){
//방송1("//fU꽝!!!!");
//방송("//fU()+"님께서 마령군의징표함 꽝입니다.");
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "꽝!!!!", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), false);
for(int j=0 ; j<boxtemp4.length ; ++j){
boxtemp4[j].sendPackets(boxtemp4[j].get_netConnection().bph().get_cp().S_ChatPacket(boxtemp4[j] , ""+cha.get_name()+"님 마령군의징표함 꽝입니다.", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true); //all user listen
}
}
break;
case 204 : // 명법군왕의징표함
int chance13= (int)(Math.random()* 5)+1;
int chance14 = (int)(Math.random()* 2)+1;
int chance15 = (int)(Math.random()* 6)+1;
L1PcInstance[] boxtemp5 = L1World.getInstance().getAllPlayers(); //전체메세지 띄우기 위해 st
cha.get_cil().CountItem(cha, temp, -1);
if(chance13 == 1){
if(chance15 == 1){
Additems(cha, 49, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "신관로브 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true);
} else if(chance15 == 2){
Additems(cha, 101, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "신관마력서 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true);
} else if(chance15 == 3){
Additems(cha, 121, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "신관망도 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true);
} else if(chance15 == 4){
Additems(cha, 148, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "신관장갑 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true);
} else if(chance15 == 5){
Additems(cha, 191, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "신관투구 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true);
} else if(chance15 == 6){
Additems(cha, 240, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "신관부츠 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true);
}
for(int j=0 ; j<boxtemp5.length ; ++j){
boxtemp5[j].sendPackets(boxtemp5[j].get_netConnection().bph().get_cp().S_ChatPacket(boxtemp5[j] , ""+cha.get_name()+"님 명법군의징표함에서 신관셋트를 얻으셨습니다.", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true); //all user listen
}
}else if(chance13 == 2){
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "꽝!!!!", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true);
for(int j=0 ; j<boxtemp5.length ; ++j){
boxtemp5[j].sendPackets(boxtemp5[j].get_netConnection().bph().get_cp().S_ChatPacket(boxtemp5[j] , ""+cha.get_name()+"님 명법군의징표함 꽝입니다.", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true); //all user listen
}
}else if(chance13 == 3){
if(chance14 == 1){
Additems(cha, 136, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "명법군왕의망도 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), false);
} else if(chance14 == 2){
Additems(cha, 325, 1, 2, 1);
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "명법군왕의반지 득", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), false);
}
for(int j=0 ; j<boxtemp5.length ; ++j){
boxtemp5[j].sendPackets(boxtemp5[j].get_netConnection().bph().get_cp().S_ChatPacket(boxtemp5[j] , ""+cha.get_name()+"님 명법군의징표함에서 명법군왕의아이템을 얻으셨습니다.", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true); //all user listen
}
}else if(chance13 == 4){
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "꽝!!!!", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), false);
for(int j=0 ; j<boxtemp5.length ; ++j){
boxtemp5[j].sendPackets(boxtemp5[j].get_netConnection().bph().get_cp().S_ChatPacket(boxtemp5[j] , ""+cha.get_name()+"님 명법군의징표함 꽝입니다.", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true); //all user listen
}
} else if(chance13 == 5){
//방송1("\\fU꽝!!!!");
//방송("\\fU()+"님께서 명법군의징표함 꽝입니다.");
cha.sendPackets(cha.get_netConnection().bph().get_cp().S_ChatPacket(cha , "꽝!!!!", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), false);
for(int j=0 ; j<boxtemp5.length ; ++j){
boxtemp5[j].sendPackets(boxtemp5[j].get_netConnection().bph().get_cp().S_ChatPacket(boxtemp5[j] , ""+cha.get_name()+"님 명법군의징표함 꽝입니다.", Opcodes.S_OPCODE_GLOBALCHAT , 0x02), true); //all user listen
}
}
break;
출저- 이지녹스님
번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|
공지 | 소스자료는 직접 올려주세요 | 게임존 | 2017.06.06 | 550 |
209 | [요정]속성 마법에 의한 추가 데미지 | 연구사원 | 2016.06.07 | 94 |
208 | 특정지역 몬스터 아덴드랍율 높히기.txt [1] | 연구사원 | 2016.06.07 | 131 |
207 | NPC 호칭 달아주기 소스 | 연구사원 | 2016.06.07 | 74 |
206 | 환생 npc | LTE | 2016.06.06 | 136 |
205 | gm용 아이템 생성 npc [1] | LTE | 2016.06.06 | 212 |
204 | 워프 npc | LTE | 2016.06.06 | 58 |
203 | 성형 npc | LTE | 2016.06.06 | 67 |
202 | 수동 스킬마스터 | LTE | 2016.06.06 | 323 |
201 | 홍보코인 상점npc | LTE | 2016.06.06 | 131 |
200 | 자동전직 npc | LTE | 2016.06.06 | 108 |
199 | 개경소스 [1] | 연구사원 | 2016.06.03 | 344 |
198 | 공성전 군주지급템에 관한 소스 | 연구사원 | 2016.06.02 | 87 |
197 | 마방 및 마법데미지 본x화 [1] | 연구사원 | 2016.06.02 | 595 |
196 | 정확한 마방값을 불러오자 | 김닉넴 | 2016.05.20 | 196 |
195 | 버그사용자에게 몬스터가 말하기 | | 김닉넴 | 2016.05.20 | 163 |
194 | 윈성 용병대장에게서 폭풍의칼날단 받는소스 입니다 | 김닉넴 | 2016.05.20 | 89 |
193 | 빈주문서추가 | 김닉넴 | 2016.05.20 | 52 |
192 | 마방이랑 옵션 완벽 적용 [1] | 김닉넴 | 2016.05.20 | 218 |
191 | 공성시간 자동 돌리기 | 김닉넴 | 2016.05.20 | 84 |
190 | 재질에 의한 타격치.. | 김닉넴 | 2016.05.20 | 58 |
189 | 헤이스트 아이템 헤이스트효과구현 | 김닉넴 | 2016.05.20 | 35 |
188 | 언데드계열 힐주기 | 김닉넴 | 2016.05.20 | 28 |
187 | 덱방을 알아보자.. | 김닉넴 | 2016.05.20 | 49 |
186 | 마법사_에볼 | 김닉넴 | 2016.05.20 | 70 |
185 | 마법서복권 | 김닉넴 | 2016.05.20 | 65 |
184 | 마법투구 헤이스트추가 | 김닉넴 | 2016.05.20 | 37 |
» | 마수군왕의 징표함 적용 | 김닉넴 | 2016.05.20 | 31 |
182 | 만라우풀일때 아이템 안떨구기 | 김닉넴 | 2016.05.20 | 118 |
181 | 말하는 두루마리 무게버그수정.txt | 김닉넴 | 2016.05.20 | 50 |
180 | 몬스터 벽인식 | 김닉넴 | 2016.05.20 | 148 |
179 | 몹 HP게이지 만들기 [3] | 김닉넴 | 2016.05.20 | 185 |
178 | GM명령어 아크변신 | 김닉넴 | 2016.05.20 | 138 |
177 | 간단 낚시 버그 | 김닉넴 | 2016.05.20 | 173 |
176 | UI5 Key [출처] UI5 Key | 김닉넴 | 2016.05.20 | 31 |
175 | UI5 서버버전패킷 & 언노운 | 김닉넴 | 2016.05.20 | 51 |
174 | UI5 옵코드 | 김닉넴 | 2016.05.20 | 245 |
173 | 린드비오르 레이드 맵 / 확인불명 신규맵 | 김닉넴 | 2016.05.20 | 49 |
172 | 4.20일자 key 언노운 서버버전 옵코드 | 김닉넴 | 2016.05.20 | 150 |
171 | 신규 spr | 김닉넴 | 2016.05.20 | 194 |
170 | 두번째 인던맵 입니다 | 김닉넴 | 2016.05.20 | 77 |
169 | 인던 녹색 메세지 패킷 | 김닉넴 | 2016.05.20 | 29 |
168 | 이블 트릭.. 이블 리버스.. 소스(?) 일까나..ㅎㅎ | 김닉넴 | 2016.05.20 | 104 |
167 | A* 알고리즘 (몬스터 길찾기) | 김닉넴 | 2016.05.20 | 286 |
166 | [에바/일팩] * 귓속말 글자수 늘리는 방법 | 김닉넴 | 2016.05.20 | 23 |
165 | [에바/일팩] * 3.63혈맹창 리뉴얼 | 김닉넴 | 2016.05.20 | 59 |
164 | [점팩] * 드레이크인형 | 김닉넴 | 2016.05.20 | 55 |
163 | [에바/일팩] * 바운스헌터 및 신규변신 | 김닉넴 | 2016.05.20 | 83 |
162 | [에바/일팩] 스턴 확률조정법 | 김닉넴 | 2016.05.20 | 146 |
161 | [150811] Opcodes | 김닉넴 | 2016.05.20 | 402 |
160 | PK 승리시 깃털 뺏기 | 김닉넴 | 2016.05.20 | 59 |