GilesSmith
New Member
- Joined
- Jun 2, 2012
- Messages
- 1,564
- Reaction score
- 34
I am glad that i kept the older version
new version is not even able to pass through basic profile starting door at the act 3 quest 1
the door that you go into the combat fields from the town
250 - still not entering orange doors.
is it possible its the range do the profiles need the box radius changed?
cheers
Some profiles have their waypoint a bit too far from the door, and have a "pathprecision" set to 10 for the moveto directly before the useobject. This is *BAD*. It tells DB to consider the "moveto" as "successful" when it's 10 units away from the door - and some routines have set the waypoint to the door itself to already be "Only just in range".
Try finding any moveto points before the useobject commands, and if they have a high pathprecision, lower it to 1 or 2. The waypoints themselves may even need shifting to be further into the doorway entrance, but the pathprecision fix is probably going to fix most. This is generally just from getting a little too quick & easy on the copy-pasting, and who can blame anyone for that, those moveto commands get spammy fast!
