Quote:
Originally Posted by assaman
d2bs What do I need to do to select a character without writing a character name?
|
the login process on d2bs is written in d2bs.dll, and can not be changed, you can skip this and use the code from oog.js by replacing
login(me.profile); // d2botflow - around zeile 500
with:
ControlAction.click(6, 264, 366, 272, 35); // realm
ControlAction.setText(1, 322, 342, 162, 19, "account");
ControlAction.setText(1, 322, 396, 162, 19, "password");
ControlAction.click(6, 264, 484, 272, 35);// log in - click -
and so on (miss char selecting, channel join --- create/join game and so on
but if you dont have a clue what i did say - dont do so!