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.

NvD

Members
  • Joined

  • Last visited

  1.    fragik reacted to a post in a topic: How to Schedule Gatherer Profiles
  2.    fragik reacted to a comment on a file: Multi Pull
  3.    ivansosajigga reacted to a post in a topic: Q: Unwelcome Visitors 42160 - part 1
  4.    eeny reacted to a post in a topic: Q: Unwelcome Visitors 42160 - part 1
  5. Thanks Droidz, it worked :), here is how I did it (it will try multiple times to destroy the portals since its destroyed before i cast :) var path = new List<Vector3>() { new Vector3(721.8674, 5322.935, 57.19053, "None"), new Vector3(613.8378, 5530.022, 54.96337, "None"), new Vector3(587.8415, 5304.021, 45.30553, "None"), new Vector3(496.2509, 5307.273, 60.94893, "None"), }; for (int i = 0; i < path.Count; i++) { if (GoToTask.ToPosition(path)) { Logging.Write("reach point #" + i); Lua.LuaDoString("ExtraActionButton1:Click()"); ClickOnTerrain.Pulse(new Vector3(path)); Thread.Sleep(5000); } } return true;
  6.    da8ball reacted to a post in a topic: How to Schedule Gatherer Profiles
  7. If believe you want something like this, to set up in Schedule page: - gather - foxflower profile - 20 min - gather - starlight rose profile - 20 min - grinder - dreamleaf profile - 20 min I want also something like this. At the moment in Schedule.xml file we have only the product name and not the actual file that will be used: <Tasks> <Task> <ProductName>Grinder</ProductName> <MinTime>20</MinTime> <MaxTime>30</MaxTime> </Task> <Task> <ProductName>Gatherer</ProductName> <MinTime>20</MinTime> <MaxTime>30</MaxTime> </Task> <Task> <ProductName>Quester</ProductName> <MinTime>20</MinTime> <MaxTime>30</MaxTime> </Task> </Tasks> Dont think we can achieve this using relogger, any advice anyone?
  8. Thanks, i will give it a try :)
  9. i hae the same problem with quest i've asked also since he has fixed my issue, and i believe its the same issue. follow that forum also :) maybe we will get a reply :)
  10. Hey all, Anyone have a solution on how to make this quest work. Unwelcome Visitors 42160 - part 1? http://www.wowhead.com/quest=42160/unwelcome-visitors Felblaze Portals destroyed (4) I have tried to use the below, but its not working Lua.DoString("ExtraActionButton1:Click();"); SpellManager.ClickRemoteLocation(new WoWPoint(724.7518, 5318.563, 57.52559)); The main issue is the even when the ExtraActionButton1 is pressed, is not used on portal (portal cannot be selected in game), but the green circle is showed on screen
  11. Hey :), Can someone give me please an example on how to use the below in LUA programming? - Gatherer - InteractWithNPC - InteractWithNPC and gossip 1 and 2 PS: only interact with npc, not go to and interact with npc. Regards, NvD
  12. hey all, I want to create a customer profile to kill some mobs, but i want to kill only a specific number of mobs and for a limit time (if possible) then log out / exit bot or game. I have create a custom profile to kill the mobs, but i dont know how to update .cs file to kill only a specific number of mobs. Can anyone help please ? :) Regards, NvD TheCreepingMist.cs
  13. you dont need to log out and re-log in, in ogrimar is working only if you go inside city and come back.
  14. NvD commented on Droidz's file in Plugins - Multiversion
    Not working for me, can someone fix it and add a new .cs file please?
  15.    Droidz reacted to a post in a topic: Turn in quest from popup
  16. thanks, i will try it with the next popup quest and get back to you :)
  17.    Bear T.O.E. reacted to a post in a topic: Zygor to quester profile help
  18. Hey :), I have a quest http://www.wowhead.com/quest=27934/one-with-the-ground but i am not able to turn it in, its a popup quest. Saw this http://wrobot.eu/forums/topic/664-adding-ability-to-accept-pop-up-quests/ but this is not working. Did you add something new or any ideas on how to finish this? Regards, N
  19. I have imported quests from Zul'Drak and it's not working at all. If you guys know some areas that work, please share (or even if you have Zygor's files more updated, i have from 2014)
  20. thanks Droidz :)
  21. thanks for your replies :) at the moment i've skipped this quest

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.