Having troubles with finding a pointer that would lead me to create such a feature for a hack. For example

If LineOfSight = False

servermsg "You cant see your target"

If LineofSight = True

Cast Ability

end


Ideally I want to be able to cast abilities wether I have Line of Sight on my target or not, Would I start by finding a pointer that would bring up the servermsg that notifies the client there is no Line of Sight and start there in terms of trying to find a way to free cast through walls? Also how would I go about permanently altering the memoryspace to not return that error message?

Or am I simply looking to remove/alter the Pointer that would be Servermsg and change it to a permanently good pointer that lets me cast?

Thanks in advance