PDA

View Full Version : Pathing issue after latest hook update



terrorbyte
05-12-2016, 07:40 PM
Hey,

I'm getting weird pathing issue on my scripts after the latest hooks update. Is anyone else experiencing anything like this? Weird inhuman like pathing clicks and not functional at all.


[00:18:05:996] [Reflection] [Error] Avoided using null'd pointer at: TReflectActor.GetQueueSize (another error weird error I get after today's hook update)

jstemper
05-12-2016, 08:41 PM
I'm using a script that has a long path to walk and it is working without any problems

terrorbyte
05-12-2016, 11:50 PM
That's weird. This is the pathing error I am getting;

[04:49:03:272] [Reflection] [Error] Avoided using null'd pointer at: TReflectActor.GetTile
[04:49:03:490] [Reflection] [Error] Avoided using null'd pointer at: TReflectActor.GetTile
[04:49:03:710] [Reflection] [Error] Avoided using null'd pointer at: TReflectActor.GetTile
[04:49:04:145] [Reflection] [Error] Avoided using null'd pointer at: TReflectActor.GetTile

Any idea what could be causing this? Is it the script

ineedbot
05-13-2016, 12:01 AM
Do you have TReflectLocalPlayer.Create called at any time in the script?
And also what walking functions are you using?

ozam
05-13-2016, 02:14 AM
Checking my scripts after todays update, so far no pathing issues, but having an issue with Reflect.Text.ChooseOption doesn't seem to be able to see or select options after the update.Gonna do some more checking and see what I come up with.

jstemper
05-14-2016, 05:16 AM
Checking my scripts after todays update, so far no pathing issues, but having an issue with Reflect.Text.ChooseOption doesn't seem to be able to see or select options after the update.Gonna do some more checking and see what I come up with.

use TReflectionText.ChooseOption(); for now I guess

Biertje
05-17-2016, 05:50 PM
I'm having the same problem for some script that I try to run...

[19:42:33:800] [Reflection] [Error] Avoided using null'd pointer at: TReflectActor.GetTile

Before the update, I never had this error.
Now it's clicking everywhere on the map where it shouldnt click =/
Any idea on how to fix this?

jstemper
05-17-2016, 06:57 PM
I'm having the same problem for some script that I try to run...

[19:42:33:800] [Reflection] [Error] Avoided using null'd pointer at: TReflectActor.GetTile

Before the update, I never had this error.
Now it's clicking everywhere on the map where it shouldnt click =/
Any idea on how to fix this?
what ineedbot said, call TReflectLocalPlayer.Create after you login/start script