The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 907 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 907 errorHandler->error



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


Messages In This Thread
Left/Right village switch for hotkey use - by Carbon - 21-11-2024, 22:31

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

Forum Jump:


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