You are not logged in.
Pages: 1
A friend of mine requested a screen markers app for Alt1 because the original screen markers program's domain expired and is now replaced by... something that isn't screen markers.
And now after a week of coffee, pizza and sweat it's ready!
You can use the app to add unclickable overlays that can be used for example marking pouch locations when runecrafting via abyss or training construction.
Add the app by clicking here.
(Direct link: https://kosblue.com/nekoapps/)
A brief guide on how to use the app is available here: https://kosblue.com/nekoapps/apps/Scree … wtouse.pdf
I'd like to note that my main computer runs Linux and I don't own a single Windows computer so I've only tested this on a VirtualBox.
Last edited by Aneko (2020-05-19 10:39:53)
Offline
Looks very interesting. Maybe you could allow the user to select the coordinates using a1lib.mousePosition() and the alt1pressed event.
alt1.events.alt1pressed.push(handler); //handler will be called with {x:<xcoord>,y:<ycoord>, ...}
a1lib.mousePosition(); //returns {x:<xcoord>,y:<ycoord>} (need gamestate permission for this)
The api is still sort of incomplete so please message me in-game or on the forums if you have any questions. The overlay functions are something that need a rework in particular.
Offline
How about points? Seems like that could be useful for specifying click points for which a rectangle is too large/overkill.
Offline
Any working link for this app? Sounds really usefull.
Offline
Epicpen was suggested by someone in discord as an alternative to this plug in
Offline
Wish that epicpen didnt cost $20 to be useful though.
Offline
Hello guys, I'm back to playing RuneScape after a 4 year break.
Seems like my old domain has expired. Sorry about that.
I've moved the old files to my new personal website if anyone still needs this app. I did a quick check and everything seems to work exactly how it did back in 2016.
I'm still running mainly Linux so I don't think I will be able to do any big changes to the code as I have no way to test it unless I can get Alt1 running on Wine.
Offline
If my domain expires again I've published the source code to GitHub so you can host clones of it https://github.com/3e849f2e5c/Alt1-ScreenMarkers
Oh how ugly my code was back in the day, I'm almost ashamed to publish this...
Offline
Hi Aneko is there a way to make a premarked mark that displays map chunks me and some fellow one chunkers that play runescape 3 would love to see a working boarder marker for this game since there is not much development for the game app side and you seem to be the only one that has done something close to what we are looking for. I look forward to further development.
Offline
Pages: 1