d2jsp 바알 처키만나면 치킨하는 기능없나요???
하드코어하는데... 팔라딘 두캐릭이 처키때문에 벌써 죽었네요......
}////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Baal configuration
//===============================================================================================================================
// XP_CheckDolls = true/false Abort if we find Dolls in the Throne Room
// XP_CheckSouls = true/false Abort if we find Souls in the Throne Room
// BXP_ClearStairToMain = true/false Set to true to clear monsters from the Throne entrance to the main room
// If XP_ClearPath is true, this variable is ignored
// BXP_ClearMainEntrance = true/false Set to true to clear the small room at the entrance to main room.
// It will not clear even set to true if portal position is set to 1.
// BXP_ThroneOffsetX = xx X offset of the Throne attack position
// BXP_ThroneOffsetY = xx Y offset of the Throne attack position
// BXP_preAttackAmount = xx Number of attack before the pack spawn
// BXP_RemovePoison = true/false Set to true if you want to go back to town to remove the poison from the Unraveler.
// BXP_AvoidHydra = 0/1/2 0 = disabled, 1 = retreat to a safe spot, 2 = retreat to town
// BXP_VenomLordBO = true/false Set to true to cast BO before Venom Lords wave spawns
// BXP_KillBaal = true/false True if you want to kill Baal in Worldstone Chamber
// BXP_OffsetY=x This is the y coordinate of the last teleport before attacking Baal
// BXP_OffsetX=x This is the x coordinate of the last teleport before attacking Baal
// XP_SwitchOnKill=true/false Set to true to switch to the weapon with the greatest magic find upon killing a boss
// XP_SwitchHP=xx This is the amount of the boss hp out of 128 that is remaining before switching weapon
// XP_StallKill=true/false Set this to true to let your merc get the last hit
// XP_StallHP=xx This is the amount of hp of 128 that you will stall for the boss to die on
// XP_StallSkipPhys=true/false Set to true along with XP_StallKill and you won't stall if the boss is immune to physical
//-------------------------------------------------------------------------------------------------------------------------------
function BXP_Variables() {
XP_CheckDolls = true;
XP_CheckSouls = false;
BXP_ClearStairToMain = false;
BXP_ClearMainEntrance = false;
BXP_ThroneOffsetX = 0;
BXP_ThroneOffsetY = 0;
BXP_preAttackAmount = 15;
BXP_RemovePoison = false;
BXP_AvoidHydra = 1;
BXP_VenomLordBO = false;
BXP_KillBaal = true;
BXP_OffsetX = 0;
BXP_OffsetY = 0;
XP_SwitchOnKill=false;
XP_SwitchHP=40;
XP_StallKill=false;
XP_StallHP=40;
XP_StallSkipPhys=true;
-------------------------
위에 보면 CheckDolls = True 로 해놨는데...... 그냥 처키방인지 아닌지만 체크하는거같은데.....
따로 처키방이면 나가는 방법 없나요?ㅠㅠ

