Farming (LA) Group-specific LA enhancer script

iDisbelieve

Active Member
Reaction score
35
Author
ntoombs19
Contributors
iDisbelieve
Quickbar Entry
javascript:
// Change this variable with the group ID of the group you want to use
var myGroup = 0;

var win = (window.frames.length > 0) ? window.main : window;
if (game_data.screen == "am_farm") {
javascript:$.getScript('https://scripts.ibragonza.nl/enhancer/enhancer.js');void(0);
} else {
self.location = win.game_data.link_base_pure.replace(/screen\=\w*/i, "screen=am_farm&group=" + myGroup);
}
Public?
Public
This is a modified version of the LA enhancer script by ntoombs19. This version will first open the loot assistent page on a specifically selected group ID and then on second execution it resumes the original behavior.
 
Changelog
-
Upvote 1
Top