please fix this or tell me how to add this wagon to giles. unstuckme says its added to the blacklist but it gets stuck here everytime. picture:
http://i.imgur.com/gQ5yc.jpg
[15:15:00.832 N] [UnstuckMe!] Our last stuck position was wihtin 100 yards continue from our last unstuck move
[15:15:05.343 N] [UnstuckMe!] Breaking attempt 1/7
[15:15:05.343 N] [UnstuckMe!] Breaking -> caOut_Breakable_Wagon_C-14661 (-1342504883)
[15:15:05.460 N] [UnstuckMe!] All break attempts failed on object
[15:15:05.460 N] [UnstuckMe!] Adding to our blacklist: -1342504883 -> 3
[15:15:18.828 N] [UnstuckMe!] Failed unstucking attempt: 1
I used the "Dump RActors" function in DB and found this everytime i got stuck.
: Destructible Name: caOut_Breakable_Wagon_C-12689 ActorSNO: 93306 Distance: 26.11874 Position: <3659.942, 4390.15, 100.0023> Barracade: False Radius: 21.19782
then i added {93306, 30} to this structure in giles\dictionary.cs but it is still not breaking the wagon.
/// <summary>
/// Destructible things that are very large and need breaking at a bigger distance - eg logstacks, large crates, carts, etc.
/// </summary>
internal static Dictionary<int, int> dictSNOExtendedDestructRange = new Dictionary<int, int> {
{2972, 10}, {80357, 16}, {116508, 10}, {113932, 8}, {197514, 18}, {108587, 8}, {108618, 8}, {108612, 8}, {116409, 18}, {121586, 18},
{195101, 10}, {195108, 25}, {170657, 8}, {181228, 10}, {211959, 25}, {210418, 25}, {174496, 8}, {193963, 10}, {159066, 12}, {160570, 12},
{55325, 14}, {5718, 14}, {5909, 10}, {5792, 8}, {108194, 8}, {129031, 25}, {192867, 8}, {155255, 8}
};
my guess is that its because the wagon is not targetable, you have to hold down the attack button (shift)+left click to break the wagon, so maybe something weird is happening with that.