Character selection question

02/20/2017 01:13 assaman#1
d2bs What do I need to do to select a character without writing a character name?
02/20/2017 11:36 JeansBraindead#2
D2nt
02/20/2017 15:40 danielmw#3
Quote:
Originally Posted by assaman View Post
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!