Hello There, Guest! Register

Commands Left/Right village switch for hotkey use
#1
the two scripts below will help quickly move between villages 
just enter the script into your quickbar and set a hotkey. keys are much faster than click click click





Village Right
Code:
javascript:const buttons = document.querySelectorAll('.icon.header.arr_right');
buttons.forEach(button => button.click());

Village Left
Code:
javascript:const leftButtons = document.querySelectorAll('.icon.header.arr_left');
leftButtons.forEach(button => button.click());

Reply


Possibly Related Threads...
Thread Author Replies Views Last Post
  Map/Coord Map Village Highlight nik12111 1 205 18-02-2025, 16:19
Last Post: Carbon

Forum Jump:


Users browsing this thread: 1 Guest(s)
Current time: 12-03-2025, 07:27