Jump to content

M4k5P0w3r

WRobot user
  • Posts

    34
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    M4k5P0w3r reacted to Pudge in [Solved] wow error 132 0x80000004 (SINGLE_STEP) at 0023:6B56279F   
    Relogger > General settings 

     
     
  2. Thanks
    M4k5P0w3r reacted to Droidz in Offmesh Connections   
    Hello,
    Sometime, WRobot cannot create path (navigation files are created from default maps, some quests/events open the doors, remove/add the stones,..., this can happen also if it's narrow, or sometime without reason).
    By sample, it is a narrow staircase, you get error like (navigation file tell at WRobot than he cannot walk in the staircase) (to get full pathfinding logs, in advanced general settings tab 'Path...' activate option "Server Logs")
    (to get detailed log, you need to activate option "Show server logs" in advanced general settings tab "Path-finding").

    Now, we will add offmesh connection (we will add staircase path):

    And we will try again to generate path:

     
     
     
     
    ref: http://www.pathengine.com/Contents/Overview/AdditionalFeaturesOverview/Off-MeshConnections/page.php https://docs.unity3d.com/Manual/class-OffMeshLink.html
  3. Thanks
    M4k5P0w3r reacted to Droidz in Close WoW and WRobot   
    Hello, you cannot detect with relogger if profile is completed or not.
    To close bot and game you can run c# code:
    try { wManager.Wow.Memory.WowMemory.Memory.GetProcess().Kill(); } catch { } wManager.Pulsator.Dispose(true); but problem, if you close game and/or bot, relogger will relaunch all.
    You can try to stop bot and logout wow character like that (to wait end of relogger task):
    wManager.Wow.Helpers.Lua.LuaDoString("Logout()"); robotManager.Products.Products.ProductStop();  
  4. Thanks
    M4k5P0w3r reacted to Pudge in Relogger dont close wow window   
    You can add Wait task after Run

     
    you need to turn off

    and maybee turn off 
     
    or set the value to Run time in wait task 99999 

  5. Thanks
    M4k5P0w3r reacted to Pudge in Pathfinder server seem down   
    This is bug, it appears when you have bad internet connection/using poor proxy.  Ask @Droidz for fix it.

    As soon as this happens, the bot starts a pause-unpause cycle. The only solution is a full restarting the wrobot process. I made this function in my plugin, so when the entry "Pathfinder server seem down, pause bot for 20 secondes" appears in the log - wrobot process will be killed and restarted by relaunch in relogger.
×
×
  • Create New...