Me and My Mate tryed it so:
This on Char File :
Code:
Config.Diablo.ViperQuit = true;
Code:
Diablo: {
Entrance: false,
SealWarning: "Leave the seals alone!",
EntranceTP: "Entrance TP up",
StarTP: "Star TP up",
ViperQuit: true
},
Code:
if (Config.Diablo.ViperQuit && getUnit(1, 597)) {
print("Tomb Vipers found.");
return true;
}
can any1 help me?
i can give fg too!






