
The game is now easily abused with the use of 3rd party macro tools, and botting has become an increasing issue.” This is particularly a problem with our community safety and macro detection tools. “With advancements in technology helping to further support both RuneScape and Old School RuneScape, our tools are no longer compatible with Classic. You should be able to understand how they all work by reading the comments, if the above example did not do the job.“It is with great sadness that we have taken the difficult decision to say goodbye to RuneScape Classic, which we will be winding down over the next 3 months,” the official announcement declared.Ĭiting how some of the in-game enthusiasts even ‘managed to reach max total’, the official statement lauded players' dedication received throughout the years and explained how ‘bots and lack of community safety tools’ have been tossing serious problems at the classic-version.Ĭreators mentioned that ‘the number of bugs is getting worse’ and they can feel the game crash. ahk file has comments for all of the checks. You might have to adjust some of the "Sleep x" commands depending on your ping, but I've never had to. That is okay to do, but it should not hinder your macro usage if it remains. In some cases you might want to remove a chat check if it is not needed. Look at how it's done in other parts of the macro and you should be able to figure it out. You might have to incorporate a chat check to the dual wield, flank, or caroming macro if the key you use for them is one you often use while chatting. You will DEFINITELY need to supply your own coordinates for the checks, since your interface more than likely does not look exactly like mine. You will however definitely need to change the directory where the macro checks for the images. You should not need to take your own pictures, unless you use different items, for example dungeoneering bladed dive switches, or use a different screen resolution.
#Runescape classic macro code
You'll have to change some of the code to work on your PC.
#Runescape classic macro Pc
ahk to make it work on your PC (list below).

ahk file and images somewhere on your PC, edit the. This works since the wiki button disappears when you have the chat active.ĭownload the repository as a ZIP, place the. I stop the macro from typing out stupid shit in the chat by using a check with the wiki button that you can enable in your chat box. If the macro however finds that the excalibur is not equipped, it more than likely means that you need both your mainhand and offhand equipped, so it sends the keys to equip them both, and also activates the bladed dive keybind. If the macro finds that the excalibur is equipped, it'll run the code to ONLY activate the bladed dive keybind, since you're more than likely already equipped with your melee mainhand if you have the excalibur equipped.

The macro checks for this exact image (excalibur equipped) at the specified location on your screen. If chins are not equipped, it will send keys to equip both your chins and your offhand.Īll my checks work by reading your screen via AutoHotKey's CoordMode and ImageSearch commands and comparing it to images you provide.įor example, my excalibur check used for the bladed dive macro: If chins are already equipped, it will only send the key to equip your offhand. This may be useful for bladed diving shadow blobs at Raksha or other places you'd rather bladed dive with a 2h.Įquipping dual wield - Very simple, just presses two keybinds for you.Įquipping flanking and caroming switches - Very simple, just presses two keybinds for you.Įquipping mechanical chins - Has a check to make sure it works smoothly. It also respects when you have laceration boots equipped, making the macro only send the bladed dive key. Respects when you have a dungeoneering weapon equipped, making you not unequip it. Just a BUNCH of else if, Send, and Sleep statements thrown in with some checks with AutoHotKey's CoordMode and ImageSearch commands.īladed dive - Equips your bladed dive switches if they're not already equipped and presses bladed dive, otherwise acts as pressing bladed dive normally.
