Jump to content

Droidz

Administrators
  • Posts

    12590
  • Joined

  • Last visited

Everything posted by Droidz

  1. No sorry
  2. Sorry, I have fixed code http://wrobot.eu/forums/topic/5264-whats-wrobot-equivalent-wowunitinteractspellid-from-hb/?do=findComment&comment=24326 (replace "DisplayID" by "InteractSpellID")
  3. Hello, try var barrel = ObjectManager.GetObjectWoWUnit().FirstOrDefault(u => u.IsValid && u.Entry == 115947 && u.GetDescriptorStartAddress > 0 && wManager.Wow.Memory.WowMemory.Memory.ReadUInt32(u.GetDescriptorStartAddress + (uint)wManager.Wow.Patchables.Descriptors.UnitFields.InteractSpellID) == 230877);
  4. This tool is not available on WRobot for the private servers for now, you need to wait next update of your WRobot version.
  5. Hello, check in advanced general settings if option "Can attack units already in combat" is disabled.
  6. 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
  7. http://wrobot.eu/forums/topic/5283-offmesh-connections/
  8. Hello, Path is relative to "\WRobot\Profiles\Quester\" If you want to use external file(s) (because you can put c# code directly in the profile), you can load multiple c# files (since today update), put one file by line. I have added this feature for mainly for two reason: 1: You can use classes, methods, variables of your codes in the "quests order" (steps), and in your quests (also from your quests settings like "Is Complete Condition"). 2: You can run code before than WRobot start (before default WRobot states like Farming, IsAttacked, Looting, Resurrect,...) (useful to change wrobot settings). Sample of use: test.zip
  9. Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  10. Hello, for AutoShot try to use code like: if (!SpellManager.IsRepeating(AutoShot.Ids) && AutoShot.IsDistanceGood && ObjectManager.Target.GetDistance > 10)
  11. Droidz

    raid botbase

  12. You can ignore it if WRobot is not closed when you get this message.
  13. Hello, try to reinstall WRobot and keep default relogger settings. If you want help give more details.
  14. Hello, Check how "Regrowth" is implemented in another fightclasses, if you want help we need your full fightclass.
  15. Hello, At the end of your subscription, we will send you an invoice with renewal link to remind you to renew your subscription (you can also found invoice here). We will not automatically renew your subscription.
  16. Hello, do you use wow addon? if yes try to disable all.
  17. http://wrobot.eu/forums/topic/5262-hotspots-edit-pls-help/#comment-24302
  18. Hello, try to remove line 108 ("Interact.InteractGameObject(ObjectManager.Pet.TargetObject.GetBaseAddress);") to check if problem is caused by this
  19. Hello, with profiles editor or notepad.
  20. Hello, you can disable option "Random jumping when moving" in advanced general settings
  21. Hello, in tab "General Settings".
  22. Hello, you get this problem since when? Try to disable your antivirus/firewall.
  23. yes use relogger http://wrobot.eu/forums/topic/3632-relogger-tutorial-video/
  24. Droidz

    Money/HR counter

    Hello, no but some wow addons can do it.
  25. Hello, try to use lua script for this
×
×
  • Create New...