★ OS ★
★ OS ★
Try these: ChasePath::RefreshPath ``` windows: \x55\x8B\xEC\x83\xEC\x30\x53\x56\x57\x33\xD2 linux: @_ZN9ChasePath11RefreshPathEP8INextBotP11CBaseEntityRK9IPathCostP6Vector ``` PathFollower::PathFollower ``` windows: \x55\x8B\xEC\xE8\x2A\x2A\x2A\x2A\x8B\xD0\xA1\x2A\x2A\x2A\x2A\x8B\x08\x8B\x01\x85\xD2\x75\x2A\xFF\x75\x2A\xFF\x50 linux: @_ZN12PathFollowerC1Ev ``` ILocomotion::IsPotentiallyTraversable ``` windows: \x53\x8B\xDC\x83\xEC\x08\x83\xE4\xF0\x83\xC4\x04\x55\x8B\x6B\x2A\x89\x6C\x24\x2A\x8B\xEC\x81\xEC\x08\x01\x00\x00\x56\x57\x33\xD2 linux: @_ZNK11ILocomotion24IsPotentiallyTraversableERK6VectorS2_NS_16TraverseWhenTypeEPf ``` ILocomotion::HasPotentialGap ``` windows: \x53\x8B\xDC\x83\xEC\x08\x83\xE4\xF0\x83\xC4\x04\x55\x8B\x6B\x2A\x89\x6C\x24\x2A\x8B\xEC\x83\xEC\x68\x56\x8B\xF1 linux: @_ZNK11ILocomotion15HasPotentialGapERK6VectorS2_Pf ```...
I cannot for the life of me figure out where these functions are located. I can give a bunch of signatures I believe may be it, but at that point...
> After a bit of learning and comparing with a old server.dll, I found the signature for the two missing, the extension now seems to load correctly, but when I...
> Well, I'm not sure from what I checked with an Accelerator crash dump... I just tested it with the two plugin independently and always crashes after the server started...
> Well we can still try if you wish ! If not it's alright :) These were the signatures I tried to find for NextBotManager::Register, but I'm not sure if...
This seems to happen on 1.12. The plugin appears to work fine on SM 1.11 (build 6936) though.