벨트에 있는 포탈스크롤을 버리네요 답변좀 부탁드려요
분류
질문
조회 수
1,554
추천 수
0
안녕하세요
D2NT31_NTBot42사용하고 있습니다
케릭터가 마을에 접속하면 타운포탈스크롤을 버리네요
저는 타운포탈책을 안들고 벨트에 넣어서 사용하려구 하구요
어떻게 수정을 하면 타운포탈스크롤을 안버리고 사냥을 할수 있나요?
// Type of potion used in each belt column
// Available types : "hp" = health | "mp" = mana | "rv" = rejuv. Can use other potion types too.
// Keep equal types at adjacent columns. First HP then MP and then HP again is a bad choice.
// Keep HP and MP at the beginning of the belt (in case you want to use rejuv and other types).
// Rejuvenations MUST, I REPEAT MUST be at the end of the belt (last x columns).
// To use rejuvenations only, put "rv" in all columns.
//----------------------------------------------------------------------------------------------
NTConfig_BeltColType[0] = "rv";
NTConfig_BeltColType[1] = "rv";
NTConfig_BeltColType[2] = "rv";
NTConfig_BeltColType[3] = "tsc";
//----------------------------------------------------------------------------
// Minimum amount of potions in each column before needing refilling
// If there's less potions then this number in the column we go and shop.
// Set to 4 to go shopping as soon as there's a potion missing.
// Recommend leaving columns set to "rv" at 0. Since shops won't carry rejuvs.
//----------------------------------------------------------------------------
//NTConfig_BeltColType[0] = 0;
//NTConfig_BeltColType[1] = 0;
//NTConfig_BeltColType[2] = 0;
//NTConfig_BeltColType[3] = 0;

