19차 오토 텔레포트 보석의성소 관련입니다 답변부탁합니다[완료]
분류
질문
조회 수
992
추천 수
0
수동으로 성소붓 실행하면 .. 경험치 성소앞에 멈춰져 있습니다
보석의성소로만 가게하는 방법없나요?
오토 텔레포트 소서캐릭이니 보석성소 빼고 다 주석처리했구요
My Configs-SeongsoBot
var _MySBC_GemShrineStart = new Array(2);
var _MySBC_GemShrineGemList = new Array();
var _MySBC_isExperienceShrine;
var _MySBC_AreaIdList = new Array();
//##############################################################################
// 보석의 성소 설정하기
//==============================================================================
// 보석의 성소 사용할지 설정하기
//-------------------------------
_MyMo_isGemShrine = true; // true: 사용, false: 사용 안 함
// 시작할 보석 개수 설정하기
//---------------------------
_MySBC_GemShrineStart = [1, 2]; // [최소, 최대]
// 가지고 다닐 보석 설정하기
//---------------------------
//_MySBC_GemShrineGemList.push(582); // Chipped Diamond
//_MySBC_GemShrineGemList.push(557); // Chipped Amethyst
//_MySBC_GemShrineGemList.push(567); // Chipped Saphire
//_MySBC_GemShrineGemList.push(562); // Chipped Topaz
//_MySBC_GemShrineGemList.push(577); // Chipped Ruby
//_MySBC_GemShrineGemList.push(572); // Chipped Emerald
//_MySBC_GemShrineGemList.push(597); // Chipped Skull
//_MySBC_GemShrineGemList.push(583); // Flawed Diamond
//_MySBC_GemShrineGemList.push(558); // Flawed Amethyst
//_MySBC_GemShrineGemList.push(568); // Flawed Saphire
//_MySBC_GemShrineGemList.push(563); // Flawed Topaz
//_MySBC_GemShrineGemList.push(578); // Flawed Ruby
//_MySBC_GemShrineGemList.push(573); // Flawed Emerald
//_MySBC_GemShrineGemList.push(598); // Flawed Skull
//_MySBC_GemShrineGemList.push(584); // Normal Diamond
//_MySBC_GemShrineGemList.push(559); // Normal Amethyst
//_MySBC_GemShrineGemList.push(569); // Normal Saphire
//_MySBC_GemShrineGemList.push(564); // Normal Topaz
//_MySBC_GemShrineGemList.push(579); // Normal Ruby
//_MySBC_GemShrineGemList.push(574); // Normal Emerald
//_MySBC_GemShrineGemList.push(599); // Normal Skull
//_MySBC_GemShrineGemList.push(585); // Flawless Diamond
//_MySBC_GemShrineGemList.push(560); // Flawless Amethyst
//_MySBC_GemShrineGemList.push(570); // Flawless Saphire
//_MySBC_GemShrineGemList.push(565); // Flawless Topaz
//_MySBC_GemShrineGemList.push(580); // Flawless Ruby
//_MySBC_GemShrineGemList.push(575); // Flawless Emerald
//_MySBC_GemShrineGemList.push(600); // Flawless Skull
//##############################################################################
// 경험의 성소 설정하기
//==============================================================================
// 경험의 성소 사용할지 설정하기
//-------------------------------
//_MySBC_isExperienceShrine = false; // true: 사용, false: 사용 안 함
//##############################################################################
// 보석의 성소와 경험의 성소를 찾을 지역 설정하기
//==============================================================================
_MySBC_AreaIdList.push(3); // Cold Plains
_MySBC_AreaIdList.push(2); // Blood Moor
_MySBC_AreaIdList.push(4); // Stony Field
_MySBC_AreaIdList.push(5); // Dark Wood
_MySBC_AreaIdList.push(6); // Black Marsh
//_MySBC_AreaIdList.push(27); // Outer Cloister
//_MySBC_AreaIdList.push(29); // Jail Level 1
//_MySBC_AreaIdList.push(32); // Inner Cloister
//_MySBC_AreaIdList.push(35); // Catacombs Level 2
//_MySBC_AreaIdList.push(48); // Sewers Level 2
//_MySBC_AreaIdList.push(42); // Dry Hills
//_MySBC_AreaIdList.push(57); // Halls of the Dead Level 2
//_MySBC_AreaIdList.push(43); // Far Oasis
//_MySBC_AreaIdList.push(44); // Lost City
//_MySBC_AreaIdList.push(52); // Palace Cellar Level 1
//_MySBC_AreaIdList.push(74); // Arcane Sanctuary
//_MySBC_AreaIdList.push(46); // Canyon of the Magi
//_MySBC_AreaIdList.push(76); // Spider Forest
//_MySBC_AreaIdList.push(77); // Great Marsh
//_MySBC_AreaIdList.push(78); // Flayer Jungle
//_MySBC_AreaIdList.push(79); // Lower Kurast
//_MySBC_AreaIdList.push(80); // Kurast Bazaar
//_MySBC_AreaIdList.push(81); // Upper Kurast
//_MySBC_AreaIdList.push(83); // Travincal
//_MySBC_AreaIdList.push(101); // Durance of Hate Level 2
//_MySBC_AreaIdList.push(106); // City of the Damned
//_MySBC_AreaIdList.push(107); // River of Flame
//_MySBC_AreaIdList.push(111); // Frigid Highlands
//_MySBC_AreaIdList.push(112); // Arreat Plateau
//_MySBC_AreaIdList.push(113); // Crystalline Passage
//_MySBC_AreaIdList.push(115); // Glacial Trail
//_MySBC_AreaIdList.push(123); // Halls of Pain
//_MySBC_AreaIdList.push(117); // Frozen Tundra
//_MySBC_AreaIdList.push(118); // The Ancients' Way
//_MySBC_AreaIdList.push(129); // Worldstone Keep Level 2
답변부탁드려요