Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

warmane pathfider down

Featured Replies

  • Author
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

  • Author

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

  • Author
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

  • Author
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

  • Author
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

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)

  • Author
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)

  • Author
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)&#xD;&#xA;{&#xD;&#xA;    try&#xD;&#xA;    {&#xD;&#xA;        if (to != null &amp;&amp; to.Z == -200000 &amp;&amp; to.DistanceTo2D(new Vector3(-360.0499, 3067.896, 0)) &lt; 20)&#xD;&#xA;            to.Z = -52; // use gate Z pos&#xD;&#xA;    }&#xD;&#xA;    catch {}&#xD;&#xA;};


 }
}
</Script>


not work.......

Безымянный.jpg

  • Author

need to run this code before profile load runcodes   ... if i do this in runcode - code dont have problem, but in script have problem 

  • Author
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

  • Author
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

 
  • Author
2 hours ago, Droidz said:

try to replace "CancelEventArgs" by  "System.ComponentModel.CancelEventArgs"

this work!!you are the best)

  • Author
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
}

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.