Dark Age Of Camelot Radar

broken image
broken image

That becomes the pseudocode for the script you want to build. Ok since you are already programming in at least one other language, here is the key to programming with AutoHotkey.įirst specify exactly what you want to accomplish in a sentence or two then (and here is the magical part) walk the steps pressing the keys, sending the clicks etc step by step to accomplish the goal. Nothing's ever come close to DAOC's take on RvR. I never thought I'd play MMOs again, but when my buddies told me they were playing again and pressured me to try it out again I remembered what was so amazing about this game. The macros would work outside of DAOC but with the game window open no dice. using $Xbutton1:: instead of Xbutton1:: (a distinction I don't quite understand) but I tried those things with no success as far as I could tell. People talked about using 'SendMode Control' or 'SendMode Play' in AHK to get around this, and using the $ operator to create macros e.g. It seems like there is some kind of key blocking that the game does. I mean, I'm a java and perl programmer for my job.but that being said, AHK scripting language is a little strange for me still I can read it and figure out what people are doing but to write it I have to reference the docs for every little thing.

broken image
broken image

I'm trying to do a weapon switch macro, so just a series of mouse click, x, y functions.