View Full Version : SLoot
KvotheTBL
03-15-2016, 08:19 PM
Spent some time rummaging around for an answer to my question and didn't find anything, so I'll just ask it. I'm new to Lich, but I love it so far...is there a way that I can make the Search link on the Stormfront UI activate sloot? I have used alias for search => ;sloot, but that does not work. I'm about as familiar with Stormfront as I am with Lich as the last time a played the Wizard was new. Any help would be great. Thanks!
Gelston
03-15-2016, 08:23 PM
As far as the click? I think that may be built into the program, so you'd have to figure out how to edit that. a simpler solution is to change one of your keys, like * on the numpad, to just be ;sloot, so all you do is just hit a button and the script goes.
Alashir
05-30-2016, 06:29 PM
can't get ;sloot to sell gems from my satchel. under ;settings I have satchel set to gemsack and it's also the gemsack in ;sloot setup. Any ideas?
Tillmen
05-30-2016, 09:03 PM
hook_proc = proc { |s|
if s =~ /^<c>search \#\d+$/
Script.start('sloot')
nil
else
s
end
}
begin
UpstreamHook.add('sloot-clickity-thinger', hook_proc)
loop { sleep 1 }
ensure
UpstreamHook.remove('sloot-clickity-thinger')
end
Alashir
05-30-2016, 11:08 PM
hook_proc = proc { |s|
if s =~ /^<c>search \#\d+$/
Script.start('sloot')
nil
else
s
end
}
begin
UpstreamHook.add('sloot-clickity-thinger', hook_proc)
loop { sleep 1 }
ensure
UpstreamHook.remove('sloot-clickity-thinger')
end
Hrmmm......I've no idea what this means. Lol
Tillmen
06-01-2016, 09:49 PM
That's a script that will do the thing you asked for. To use it, save it as plain text with a .lic extension in your Lich scripts folder.
Alashir
06-01-2016, 11:24 PM
Thanks tillmen.
Powered by vBulletin® Version 4.2.5 Copyright © 2024 vBulletin Solutions Inc. All rights reserved.