zatvorgt 5 Posted May 3, 2019 Share Posted May 3, 2019 Hello all another servers works good but only warmane "[Security] Pathfinder server seem down, pause bot for 60 secondes" what is it? Link to comment https://wrobot.eu/forums/topic/11157-warmane-pathfider-down/ Share on other sites More sharing options...
Droidz 2738 Posted May 3, 2019 Share Posted May 3, 2019 Hello, pathfinder servers is per wow version, no wow server. I checked all servers seem good, can you share full log file Link to comment https://wrobot.eu/forums/topic/11157-warmane-pathfider-down/#findComment-53259 Share on other sites More sharing options...
zatvorgt 5 Posted May 3, 2019 Author Share Posted May 3, 2019 16 minutes ago, Droidz said: Hello, pathfinder servers is per wow version, no wow server. I checked all servers seem good, can you share full log file i moment Link to comment https://wrobot.eu/forums/topic/11157-warmane-pathfider-down/#findComment-53261 Share on other sites More sharing options...
zatvorgt 5 Posted May 3, 2019 Author Share Posted May 3, 2019 23 minutes ago, Droidz said: Hello, pathfinder servers is per wow version, no wow server. I checked all servers seem good, can you share full log file 3 май 2019 13H47.log.html Link to comment https://wrobot.eu/forums/topic/11157-warmane-pathfider-down/#findComment-53262 Share on other sites More sharing options...
zatvorgt 5 Posted May 3, 2019 Author Share Posted May 3, 2019 This is enter to dungeon , on another server after stuck he use offmesh and go to dungeon , but on warmane he after stuck pause bot and say server down Link to comment https://wrobot.eu/forums/topic/11157-warmane-pathfider-down/#findComment-53264 Share on other sites More sharing options...
Droidz 2738 Posted May 3, 2019 Share Posted May 3, 2019 Quote [N] 13:47:51 - [Path-Finding] FindPath from -444,114 ; 3060,197 ; -52,66489 ; "None" to -360,0499 ; 3067,896 ; -200000 ; "None" (Expansion01) Server return bad position, I think it is problem, you get this problem since when? Link to comment https://wrobot.eu/forums/topic/11157-warmane-pathfider-down/#findComment-53265 Share on other sites More sharing options...
zatvorgt 5 Posted May 3, 2019 Author Share Posted May 3, 2019 2 minutes ago, Droidz said: Server return bad position, I think it is problem, you get this problem since when? i only today start warmane dungeon profile, on another server he after stuck - use offmesh path Link to comment https://wrobot.eu/forums/topic/11157-warmane-pathfider-down/#findComment-53266 Share on other sites More sharing options...
Droidz 2738 Posted May 3, 2019 Share Posted May 3, 2019 Try to make offmesh that end at -360,0499 ; 3067,896 ; -200000 (even if WRobot never use this position) Link to comment https://wrobot.eu/forums/topic/11157-warmane-pathfider-down/#findComment-53267 Share on other sites More sharing options...
zatvorgt 5 Posted May 3, 2019 Author Share Posted May 3, 2019 1 hour ago, Droidz said: Try to make offmesh that end at -360,0499 ; 3067,896 ; -200000 (even if WRobot never use this position) i already having offmesh - 1000 dont work mesh and not work offmeshes after die in dungeon warmane, another server all identic and all works.....all wrobot refreshed, all cache and db maps deleted all settings default warmane nordskoll and outland all woks good....only after die in dungeon he have problem meshes, bot runing to enter dungeon without meshes and stuck, but if he die not in dungeon - all work ok with meshes Link to comment https://wrobot.eu/forums/topic/11157-warmane-pathfider-down/#findComment-53269 Share on other sites More sharing options...
TheSmokie 242 Posted May 3, 2019 Share Posted May 3, 2019 Warmane is upset because people can easily bypass there detection bullshit and don’t wanna imput the money to fix it so they make shit weird. Link to comment https://wrobot.eu/forums/topic/11157-warmane-pathfider-down/#findComment-53272 Share on other sites More sharing options...
zatvorgt 5 Posted May 3, 2019 Author Share Posted May 3, 2019 3 hours ago, Droidz said: Try to make offmesh that end at -360,0499 ; 3067,896 ; -200000 (even if WRobot never use this position) i will sent video in pm Link to comment https://wrobot.eu/forums/topic/11157-warmane-pathfider-down/#findComment-53273 Share on other sites More sharing options...
TheSmokie 242 Posted May 3, 2019 Share Posted May 3, 2019 Can you send me the video also? I wanna see how they messed up even mire Link to comment https://wrobot.eu/forums/topic/11157-warmane-pathfider-down/#findComment-53274 Share on other sites More sharing options...
Droidz 2738 Posted May 3, 2019 Share Posted May 3, 2019 Try to run this code (one time only in start steps of your profile) wManager.Events.OthersEvents.OnPathFinderFindPath += delegate(Vector3 from, Vector3 to, string mpq, CancelEventArgs cancelable) { try { if (to != null && to.Z == -200000 && to.DistanceTo2D(new Vector3(-360.0499, 3067.896, 0)) < 20) to.Z = -52; // use gate Z pos } catch {} }; (replace -52 by best value if needed) Link to comment https://wrobot.eu/forums/topic/11157-warmane-pathfider-down/#findComment-53281 Share on other sites More sharing options...
zatvorgt 5 Posted May 3, 2019 Author Share Posted May 3, 2019 8 minutes ago, Droidz said: Try to run this code (one time only in start steps of your profile) wManager.Events.OthersEvents.OnPathFinderFindPath += delegate(Vector3 from, Vector3 to, string mpq, CancelEventArgs cancelable) { try { if (to != null && to.Z == -200000 && to.DistanceTo2D(new Vector3(-360.0499, 3067.896, 0)) < 20) to.Z = -52; // use gate Z pos } catch {} }; (replace -52 by best value if needed) need test on warmane but have 800 queue))will test tomorrow)thanks) Link to comment https://wrobot.eu/forums/topic/11157-warmane-pathfider-down/#findComment-53283 Share on other sites More sharing options...
zatvorgt 5 Posted May 3, 2019 Author Share Posted May 3, 2019 24 minutes ago, Droidz said: Try to run this code (one time only in start steps of your profile) wManager.Events.OthersEvents.OnPathFinderFindPath += delegate(Vector3 from, Vector3 to, string mpq, CancelEventArgs cancelable) { try { if (to != null && to.Z == -200000 && to.DistanceTo2D(new Vector3(-360.0499, 3067.896, 0)) < 20) to.Z = -52; // use gate Z pos } catch {} }; (replace -52 by best value if needed) <Script> public class MyCustomScript { static MyCustomScript() { wManager.Events.OthersEvents.OnPathFinderFindPath += delegate(Vector3 from, Vector3 to, string mpq, CancelEventArgs cancelable)
{
 try
 {
 if (to != null && to.Z == -200000 && to.DistanceTo2D(new Vector3(-360.0499, 3067.896, 0)) < 20)
 to.Z = -52; // use gate Z pos
 }
 catch {}
}; } } </Script> not work....... Link to comment https://wrobot.eu/forums/topic/11157-warmane-pathfider-down/#findComment-53285 Share on other sites More sharing options...
zatvorgt 5 Posted May 3, 2019 Author Share Posted May 3, 2019 need to run this code before profile load runcodes ... if i do this in runcode - code dont have problem, but in script have problem Link to comment https://wrobot.eu/forums/topic/11157-warmane-pathfider-down/#findComment-53286 Share on other sites More sharing options...
TheSmokie 242 Posted May 3, 2019 Share Posted May 3, 2019 you use this code as a runcode. Link to comment https://wrobot.eu/forums/topic/11157-warmane-pathfider-down/#findComment-53287 Share on other sites More sharing options...
zatvorgt 5 Posted May 3, 2019 Author Share Posted May 3, 2019 3 minutes ago, The Smokie. said: you use this code as a runcode. this code need to use before profile load steps, becouse ressurection work before profile load steps and if bot running in mement of death - he dont load this code and dont ressurect corpse Link to comment https://wrobot.eu/forums/topic/11157-warmane-pathfider-down/#findComment-53288 Share on other sites More sharing options...
TheSmokie 242 Posted May 3, 2019 Share Posted May 3, 2019 Would you be so king to provide the profile so I may have a look? Link to comment https://wrobot.eu/forums/topic/11157-warmane-pathfider-down/#findComment-53289 Share on other sites More sharing options...
zatvorgt 5 Posted May 3, 2019 Author Share Posted May 3, 2019 1 minute ago, The Smokie. said: Would you be so king to provide the profile so I may have a look? sorry.its private Link to comment https://wrobot.eu/forums/topic/11157-warmane-pathfider-down/#findComment-53290 Share on other sites More sharing options...
TheSmokie 242 Posted May 3, 2019 Share Posted May 3, 2019 Well okay. to do something while dead for you’ll need to use a plug-in because custom code only works once at the start. Link to comment https://wrobot.eu/forums/topic/11157-warmane-pathfider-down/#findComment-53291 Share on other sites More sharing options...
zatvorgt 5 Posted May 4, 2019 Author Share Posted May 4, 2019 12 hours ago, Droidz said: Try to run this code (one time only in start steps of your profile) wManager.Events.OthersEvents.OnPathFinderFindPath += delegate(Vector3 from, Vector3 to, string mpq, CancelEventArgs cancelable) { try { if (to != null && to.Z == -200000 && to.DistanceTo2D(new Vector3(-360.0499, 3067.896, 0)) < 20) to.Z = -52; // use gate Z pos } catch {} }; (replace -52 by best value if needed) i resolve all problems if i started this code in script <Script> </Script> exist varian to run this code in script ?: becouse i have errors when i using this in script) runcode works well Link to comment https://wrobot.eu/forums/topic/11157-warmane-pathfider-down/#findComment-53295 Share on other sites More sharing options...
Droidz 2738 Posted May 4, 2019 Share Posted May 4, 2019 45 minutes ago, zatvorgt said: i resolve all problems if i started this code in script <Script> </Script> exist varian to run this code in script ?: becouse i have errors when i using this in script) runcode works well try to replace "CancelEventArgs" by "System.ComponentModel.CancelEventArgs" Link to comment https://wrobot.eu/forums/topic/11157-warmane-pathfider-down/#findComment-53297 Share on other sites More sharing options...
zatvorgt 5 Posted May 4, 2019 Author Share Posted May 4, 2019 2 hours ago, Droidz said: try to replace "CancelEventArgs" by "System.ComponentModel.CancelEventArgs" this work!!you are the best) Link to comment https://wrobot.eu/forums/topic/11157-warmane-pathfider-down/#findComment-53301 Share on other sites More sharing options...
zatvorgt 5 Posted May 4, 2019 Author Share Posted May 4, 2019 all ok but who neede this code - change wManager.Events.OthersEvents.OnPathFinderFindPath += delegate(Vector3 from, Vector3 to, string mpq, CancelEventArgs cancelable) { try { if (to != null && to.Z == -200000 && to.DistanceTo2D(new Vector3(-360.0499, 3067.896, 0)) < 20) to.Z = -52; // use gate Z pos } catch {} }; to if (to != null && to.Z == -200000 && to.DistanceTo2D(new Vector3(-360.0499, 3067.896, 0)) < 20) to.Z = -52; // use gate Z pos { to.Z = -52; // use gate Z pos } Link to comment https://wrobot.eu/forums/topic/11157-warmane-pathfider-down/#findComment-53304 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now