-
Active Member
Line of Sight
Not much on the subject over the years, just wanted to clear the dust that's settled on the topic:
Are people using traceline for LOS checks, or simply parsing the error messages and establishing a retry timer?
Or is a better method perhaps available now that wasn't since the last thread?
-
Active Member
I'm pretty sure the function is still used quite a lot. I know personally I use it, and have never needed to fallback to messages, so long as you're performing from the appropriate Z values. There hasn't been much talk on it, because it hasn't changed. It's used in the WoW binary for quite a few different things.
-
Post Thanks / Like - 1 Thanks
wardrive (1 members gave Thanks to scizzydo for this useful post)
-
Member
Most, if not all people, are just using traceline using the function in WoW.
Using error messages would require you to have to call lua and is thus only really a good option for lua unlockers, also it's slow and will generate errors in the ui which is not something most people want.
I guess you could parse the map from files and do tracelines that way but you would have to parse objects etc. from your object manager and it would be very much over-engineering at this point compared to just calling the function.
-
Post Thanks / Like - 1 Thanks
wardrive (1 members gave Thanks to Mathex for this useful post)
-
Active Member
Originally Posted by
Mathex
Most, if not all people, are just using traceline using the function in WoW.
Using error messages would require you to have to call lua and is thus only really a good option for lua unlockers, also it's slow and will generate errors in the ui which is not something most people want.
I guess you could parse the map from files and do tracelines that way but you would have to parse objects etc. from your object manager and it would be very much over-engineering at this point compared to just calling the function.
You can read the text in the error message dialogue without injecting anything or unlocking lua in any way whatsoever. At any rate, traceline it is. Thanks gents.
Last edited by wardrive; 09-16-2023 at 09:41 AM.
-
-
Post Thanks / Like - 1 Thanks
wardrive (1 members gave Thanks to Razzue for this useful post)