You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
procedure TBBotSuperFollow.OnCreatureWalk(ACreature: TBBotCreature; APrevPos: BPos);
begin
if (FCreatureID <> 0) and (ACreature <> nil) then
if ACreature.ID = FCreatureID then
if APrevPos.Z = 7 then
BBot.Cavebot.GoFloorDown(APrevPos);
end;
We need more protections before going down, like ensuring the FCreatureID is non longer in the battlelist. The way it is currently, it will always go down.
The text was updated successfully, but these errors were encountered:
We need more protections before going down, like ensuring the FCreatureID is non longer in the battlelist. The way it is currently, it will always go down.
The text was updated successfully, but these errors were encountered: