Yigido Posted September 19, 2015 Share Posted September 19, 2015 Make a PK script that reads the exp from the EX: Magic Shortbow, if its over 100+ exp for example, automaticly switches to Granite maul and specs, delay on the switches should be max 50ms because humanlike is 250ms for reactions and it will be useless then. Works only while holding a KEY? Is it possible? Quote Link to comment Share on other sites More sharing options...
Twin Posted September 19, 2015 Share Posted September 19, 2015 You might as well just make a AHK script that does this, and if you get a 100 xp drop press the key to switch to your maul and instantly spec. Quote Link to comment Share on other sites More sharing options...
Yigido Posted September 19, 2015 Author Share Posted September 19, 2015 You might as well just make a AHK script that does this, and if you get a 100 xp drop press the key to switch to your maul and instantly spec. I actually wanted it to DDS spec to gmaul spec. So if the DDS spec is over for example 100+ exp it will automaticly equip gmaul and spec. with a AHK script, you will still be slow. Quote Link to comment Share on other sites More sharing options...
Twin Posted September 19, 2015 Share Posted September 19, 2015 I actually wanted it to DDS spec to gmaul spec. So if the DDS spec is over for example 100+ exp it will automaticly equip gmaul and spec. with a AHK script, you will still be slow. You can have the ahk script literally do every command in under 100 milliseconds. You just use exact screen positions. Quote Link to comment Share on other sites More sharing options...
Muffins Posted September 19, 2015 Share Posted September 19, 2015 Its literally the easiest thing to 1 tick gmaul 1 Quote Link to comment Share on other sites More sharing options...
cutvision Posted September 19, 2015 Share Posted September 19, 2015 Its literally the easiest thing to 1 tick gmaul I don't know how sadly. I've been TRYING to 1 tick (I don't have Fkeys) and its bit frustrating for me Quote Link to comment Share on other sites More sharing options...
itzDot Posted September 19, 2015 Share Posted September 19, 2015 Make a PK script that reads the exp from the EX: Magic Shortbow, if its over 100+ exp for example, automaticly switches to Granite maul and specs, delay on the switches should be max 50ms because humanlike is 250ms for reactions and it will be useless then. Works only while holding a KEY? Is it possible? yes sir it's possible very simple aswell Quote Link to comment Share on other sites More sharing options...
Muffins Posted September 19, 2015 Share Posted September 19, 2015 (edited) I don't know how sadly. I've been TRYING to 1 tick (I don't have Fkeys) and its bit frustrating for me so set up ahk to mimic F keys? Edited September 19, 2015 by Muffins Quote Link to comment Share on other sites More sharing options...
Pink Clay Posted September 19, 2015 Share Posted September 19, 2015 osbuddy has f keys Quote Link to comment Share on other sites More sharing options...
cutvision Posted September 19, 2015 Share Posted September 19, 2015 so set up ahk to mimic F keys? AHK can do that? teach me sempai Quote Link to comment Share on other sites More sharing options...
Muffins Posted September 19, 2015 Share Posted September 19, 2015 AHK can do that? teach me sempai what keys do you want for what F keys Quote Link to comment Share on other sites More sharing options...
Yigido Posted September 19, 2015 Author Share Posted September 19, 2015 yes sir it's possible very simple aswell Is it possible if you can make it for free for me plz? how long will it take? You can have the ahk script literally do every command in under 100 milliseconds. You just use exact screen positions. Yes but the AHK cannot read if you get 100+exp when speccing. So for example, you spec 100+exp with AHK you have to press a KEY to take out gmaul and spec The reaction between you see the 100+exp drop and pressing the key for gmaul spec is still atleast 200+ millisecond because thats a decent human reaction time.. But if it was a bot, it will take the bot maximal 50 millisecond to read the 100+exp and do it much faster than you with AHK. Quote Link to comment Share on other sites More sharing options...