Gladiatus AutoPlay

Gladiatus BOT

< Părere la script-ul Gladiatus AutoPlay

Întrebare/comentariu

§
Postat în: 22-10-2019

Can you put a drop down for where to work?

Can you put a drop down for where to work? So it would work as a farmer or Butcher

§
Postat în: 22-10-2019

I added this to line 191 and it selects butcher

document.getElementById("job_row_4").click('select');

ByElectionAutor
§
Postat în: 06-11-2019

i make next update in december and integrate it but not with getElementById because is a bad habit

ByElectionAutor
§
Postat în: 07-11-2019

script has been updated and include some function including the select for work time ty for your comment now i explain you why getElementById is a bad habit when you do a DOM query with that is only for 1 element with a id the same for getElementsByClassName but with querySelector('CSS expresion') you can obtain a more specific element or elements in a array using querySelectorAll for example querySelector('div#id div.class span.otherclass a') is a very specific element

Postează un raspuns

Autentifică-te pentru a posta un răspuns.