aim assist tool

08/24/2012 14:04 sponska#1
hey,

is it possible to make an aim tool, like a line from your character to your mouse pointer.

if tho , please make :)
08/25/2012 02:47 deltaegychem#2
??????
08/25/2012 15:53 pro4never#3
It's possible but it requires you to have some reasonable programming knowledge.

Basic rundown would be...

#1: Read from memory how your character is positioned on your screen (to be honest I've never looked into this but you'd want to to adjust for shift screen and sides of map)
#2: Draw a line from current Conquer Window Position Offset + Character position to your mouse cursor current location.

Anndd there you go! All done.