Sounds like you are getting a conflict. Likely need to update your Trinity. Please post what versions of everything you are using and any errors being reported.
im having issues with the keyrun.cs i put it in the folder /plugin/keyrun but its wierd cause afther when i log on Demonbuddy and go to plugin section i dont see my radstom and unstuckme plugin in the list all i see is gile so i dont really understand what your saying about merging the keyrun.cs with gile im quite confuse its my third day using it tough but i kinda need a new hellfirering so i wanna do keyruns thanks in advance
What version of trinity are you using? You probably have an old version. Get the latest Trinity Unified Download off the forum (v1.7.1.6) I'd also disable RadsAtom as it's old and has been replaced with the Atom plugin. Rads will give you problems when you do get it up and running.
i am getting stuck here everytime. http://i.imgur.com/gQ5yc.jpg 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. can you change the profile to go around the island so it doenst run into the wagon?
sorry but please help, i kept getting this error, what should i do pls? [09:48:10.686 N] Failed to load profile: Element KeyRunForceTownWarp is not supported. Please check your XML and try again. (<KeyRunForceTownWarp />) Line 12 [09:49:04.193 N] Failed to load profile: Element KeyRunForceTownWarp is not supported. Please check your XML and try again. (<KeyRunForceTownWarp />) Line 12 [09:49:56.082 N] Failed to load profile: Element KeyRunForceTownWarp is not supported. Please check your XML and try again. (<KeyRunForceTownWarp />) Line 9
OK here is a test file for Oasis...I added a boatload of new points to explore some unexplored regions. Few fixes: Will avoid wagon and go around. Will finally attack that pesky shaman from ABOVE, not below More Warden spawn points searched Replace your existing Oasis file with this one: https://www.dropbox.com/s/eocxhkpr1med806/act2_Oasis.xml
help... i get this error when the keyrun.cs is in the folder: [11:37:50.787 N] Compiler Error: c:\Demonbuddy 1.0.1206.288\Plugins\KeyRun\KeyRun.cs(101,56) : error CS1061: 'GilesTrinity.GilesPlayerCache' does not contain a definition for 'dCurrentHealthPct' and no extension method 'dCurrentHealthPct' accepting a first argument of type 'GilesTrinity.GilesPlayerCache' could be found (are you missing a using directive or an assembly reference?) [11:37:50.787 N] Compiler Error: c:\Demonbuddy 1.0.1206.288\Plugins\KeyRun\KeyRun.cs(241,78) : error CS1061: 'GilesTrinity.GilesPlayerCache' does not contain a definition for 'dCurrentHealthPct' and no extension method 'dCurrentHealthPct' accepting a first argument of type 'GilesTrinity.GilesPlayerCache' could be found (are you missing a using directive or an assembly reference?) [11:37:50.787 N] Compiler Error: c:\Demonbuddy 1.0.1206.288\Plugins\KeyRun\KeyRun.cs(611,19) : warning CS0472: The result of the expression is always 'true' since a value of type 'float' is never equal to 'null' of type 'float?' any idea why?
make sure you are running KeyRun 1.4 and Latest Trinity CE. Looks like you're using an old version of KeyRun.
thanks! very quick turnaround time =] i will try tomorrow or monday and let you konw how it goes. i was also noticing that the bot wouldnt find the keywarden sometimes, glad you fixed that as well.
[00:42:27.286 N] Failed to load profile: Element KeyRunForceTownWarp is not supported. Please check your XML and try again. (<KeyRunForceTownWarp />) Line 12 when i try to run start.xml and my second question is is it normal when i go on keyrun.cs and try to configure it doesn't open ? thanks in advance
yes the config window is blank. I've fixed in my latest version (you can download from my signature if you wish).
[19:54:46.748 N] Compiler Error: c:\Users\Tony\Desktop\Demonbuddy\Plugins\Keyrun\KeyRun.cs(106,56) : error CS1061: 'GilesTrinity.GilesTrinity.GilesPlayerCache' does not contain a definition for 'CurrentHealthPct' and no extension method 'CurrentHealthPct' accepting a first argument of type 'GilesTrinity.GilesTrinity.GilesPlayerCache' could be found (are you missing a using directive or an assembly reference?) [19:54:46.748 N] Compiler Error: c:\Users\Tony\Desktop\Demonbuddy\Plugins\Keyrun\KeyRun.cs(109,47) : error CS1061: 'GilesTrinity.GilesTrinity.GilesPlayerCache' does not contain a definition for 'CurrentHealthPct' and no extension method 'CurrentHealthPct' accepting a first argument of type 'GilesTrinity.GilesTrinity.GilesPlayerCache' could be found (are you missing a using directive or an assembly reference?) [19:54:46.748 N] Compiler Error: c:\Users\Tony\Desktop\Demonbuddy\Plugins\Keyrun\KeyRun.cs(159,56) : error CS0117: 'GilesTrinity.GilesTrinity' does not contain a definition for 'bWantToTownRun' [19:54:46.748 N] Compiler Error: c:\Users\Tony\Desktop\Demonbuddy\Plugins\Keyrun\KeyRun.cs(159,101) : error CS0117: 'GilesTrinity.GilesTrinity' does not contain a definition for 'ForceVendorRunASAP' [19:54:46.748 N] Compiler Error: c:\Users\Tony\Desktop\Demonbuddy\Plugins\Keyrun\KeyRun.cs(172,81) : error CS0117: 'GilesTrinity.GilesTrinity' does not contain a definition for 'bWantToTownRun' [19:54:46.748 N] Compiler Error: c:\Users\Tony\Desktop\Demonbuddy\Plugins\Keyrun\KeyRun.cs(172,126) : error CS0117: 'GilesTrinity.GilesTrinity' does not contain a definition for 'ForceVendorRunASAP' [19:54:46.748 N] Compiler Error: c:\Users\Tony\Desktop\Demonbuddy\Plugins\Keyrun\KeyRun.cs(275,78) : error CS1061: 'GilesTrinity.GilesTrinity.GilesPlayerCache' does not contain a definition for 'CurrentHealthPct' and no extension method 'CurrentHealthPct' accepting a first argument of type 'GilesTrinity.GilesTrinity.GilesPlayerCache' could be found (are you missing a using directive or an assembly reference?) [19:54:46.748 N] Compiler Error: c:\Users\Tony\Desktop\Demonbuddy\Plugins\Keyrun\KeyRun.cs(293,87) : error CS0117: 'GilesTrinity.GilesTrinity' does not contain a definition for 'bWantToTownRun' [19:54:46.748 N] Compiler Error: c:\Users\Tony\Desktop\Demonbuddy\Plugins\Keyrun\KeyRun.cs(293,131) : error CS0117: 'GilesTrinity.GilesTrinity' does not contain a definition for 'ForceVendorRunASAP' [19:54:46.748 N] Compiler Error: c:\Users\Tony\Desktop\Demonbuddy\Plugins\Keyrun\KeyRun.cs(305,88) : error CS0117: 'GilesTrinity.GilesTrinity' does not contain a definition for 'bWantToTownRun' [19:54:46.748 N] Compiler Error: c:\Users\Tony\Desktop\Demonbuddy\Plugins\Keyrun\KeyRun.cs(305,132) : error CS0117: 'GilesTrinity.GilesTrinity' does not contain a definition for 'ForceVendorRunASAP' [19:54:46.748 N] Compiler Error: c:\Users\Tony\Desktop\Demonbuddy\Plugins\Keyrun\KeyRun.cs(325,88) : error CS0117: 'GilesTrinity.GilesTrinity' does not contain a definition for 'bWantToTownRun' [19:54:46.748 N] Compiler Error: c:\Users\Tony\Desktop\Demonbuddy\Plugins\Keyrun\KeyRun.cs(325,132) : error CS0117: 'GilesTrinity.GilesTrinity' does not contain a definition for 'ForceVendorRunASAP' [19:54:46.748 N] Compiler Error: c:\Users\Tony\Desktop\Demonbuddy\Plugins\Keyrun\KeyRun.cs(380,87) : error CS0117: 'GilesTrinity.GilesTrinity' does not contain a definition for 'bWantToTownRun' [19:54:46.748 N] Compiler Error: c:\Users\Tony\Desktop\Demonbuddy\Plugins\Keyrun\KeyRun.cs(380,131) : error CS0117: 'GilesTrinity.GilesTrinity' does not contain a definition for 'ForceVendorRunASAP' [19:54:46.748 N] Compiler Error: c:\Users\Tony\Desktop\Demonbuddy\Plugins\Keyrun\KeyRun.cs(646,19) : warning CS0472: The result of the expression is always 'true' since a value of type 'float' is never equal to 'null' of type 'float?' This is what i get all the time? i dont even know if im doing it right, could you please make like a quick guide,where to download everything and stuff like that.
I have noticed that if you join a new game and your inventory is full. It will start walking around Caldeum Bazaar as if it's in town, and get stuck.
Indeed. DB for some reason identifies that areas as "in town" when it really isn't. Unfortunately, not much I can do about that. I can't say for all the times I've run this, this has happened to me but I know a few people who have encountered this. I imagine only for first time runs....once you get going, this shouldn't happen.