얌봇, 케인구하기
분류
봇관련
조회 수
1,447
추천 수
0
수동으로, 구하기 짜증나서 , 만들어 봤습니다. (동시에 여러케릭 키우다 보니 ^^)
복사 부분, 복사해서, YAM_DarkWood.d2l 로 파일 만들면 됩니다.
만든 파일은, 사냥스크립 있는 폴더에 넣어 줘야 되겠죠.
아직, 오리만 하고 있어서, 저는 얌봇 사용중입니다.
오랜만에, 얌봇 스크립 만들어 봤더니, 옛생각이 새록새록 하네요 ^^
엑스피봇인 경우엔, 응용해서 만들면 되겠습니다.
이니에, 다음 2개 넣어 주고 해야 됩니다. (snagit_XP.ini 혹은 snagit.ini)
[Scroll of Inifuss1]
code="bks"
[Scroll of Inifuss2]
code="bkd"
//여기부터 복사
//Module by bong
entryFunc = DarkWoodXP
var gotinifuss = false;
function DXP_KillSuperUnique(classid,x,y) {
var SuperUnique=false;
for (var _timer = DC_Timeout*1000; _timer > 0; _timer-=50) {
SuperUnique = DC_FindMonster(classid,0x01);
if (SuperUnique) { break; }
delay(50);
}
if (SuperUnique) {
if (DA_CheckImmunities(SuperUnique)) {
DL_AddChicken();
_DXP_BossQuit = true;
DXP_NoDiablo = true;
return false;
}
if (XP_KillMinions) {
XP_ClearPosition(25,false,ATTACKING_MODE);
XP_ClearPosition(25,false);
}
print("Killing " + SuperUnique.name + "...");
XP_BossAttack(SuperUnique,x,y);
// If we switched weapons on kill, switch back to the attack tab
if (XP_SwitchOnKill) { DC_SelectTab(1); }
print(SuperUnique.name + " killed !");
// If we want to attack the monsters around, do it now
if (XP_KillMinions) {
XP_ClearPosition(25,false,ATTACKING_MODE);
XP_ClearPosition(25,false);
}
// Move to where he died to check for items
if (classid != 306) { //Vizier can move off screen
try{ DM_MoveTo(SuperUnique.x,SuperUnique.y); }
catch(e if e instanceof DC_ExceptionClass){ DSN_PickItems(YAM_SafeCheck); }
}
SuperUnique = false;
DSN_PickItems(YAM_SafeCheck);
} else {
print("