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.

libai

Members
  • Joined

  • Last visited

  1. thank you, but is it not work on 1.12? local tooltip; local function CreateToolTipFrame() tooltip = CreateFrame("GameTooltip", "MyTempTooltip", UIParent, "GameTooltipTemplate") tooltip:SetOwner(UIParent, "ANCHOR_NONE") end local function OnTooltipSetItemFromLink(itemLink) if itemLink then tooltip:SetHyperlink(itemLink) local numLines = tooltip:NumLines() if numLines > 0 then for i = 1, numLines do local line = _G[tooltip:GetName() .. "TextLeft" .. i] if line then print(line:GetText()) end end end tooltip:Hide() end end ----------- local link = GetContainerItemLink(0,1) -- the hearthstone at 0,1 CreateToolTipFrame() -- create the frame OnTooltipSetItemFromLink(link) --then error says: [string "Areizogu.lua]:10 Unknown link type -- if i run it again error change to : Interface\FrameXML\MoneyFrame.lua:185: attempt to perform arithmetic on local `money'(a nil value)
  2. HearthstoneID: 6948 Binds when picked up Unique Use: Returns you to <Inn>. Speak to an Innkeeper in a different place to change your home location. Hi,Is there any way to get where my current home is from Hearthstone? I don't known how to get the green color part of The item(Use: Returns you to <Inn>. Speak to an Innkeeper in a different place to change your home location.) it's nothing about green info in itemlink ItemLink - Wowpedia - Your wiki guide to the World of Warcraft (fandom.com) thank you .
  3. You need set IsCompleteCondition otherwise bot don't know when to stop.
  4. libai replied to marco250's topic in General assistance
    you need a fight class to attack player ... perhaps
  5. You need this ClickOnTerrain.Spell
  6. Thanks for Relogger, which has helped me easily manage Wr and Wow. However, as time goes on and I use it more deeply, I think I need more features. Here are some things I need your help with: Is there an example of using "Additional WRobot args" in a task step when task type is Run? Are there any conditions for controlling the task? If I create a DK character, it will be invalid until all the start area tasks are completed, but I don't know the exact time it takes to complete the tasks, so is there any logic for controlling the steps to enter or exit, rather than a vague estimate of time? The most import is If the character does not exist, I hope Relogger can help automatically create it (but I don't know how to operate the character interface, such as creating, deleting, switching characters...how should I operate it?). Thank you...
  7. Thank you brother
  8. DK start area, there is a quest ID of 12779, the quest content is riding a dragon to bombard, how can I use Wrobot to complete it? I tried to use the quest processing script written by camelot10 , but the problem with this script is that it will be shot into a sieve,use item at start point then fly to target area the HP rapidly decreases and then run away back to start point ... endless loop. <p> I wonder if there is a way to capture the trajectory of the launched projectile and achieve long-range precision strike? Like this youtube-link </p> many thanks
  9.    thegarbonzo reacted to a review on a file: [Free] Wholesome Dungeon Crawler
  10.    libai reacted to a post in a topic: Calling for developers and testers
    It's really a wholesome project. I saw that you updated the dll. Is the code on GitHub updated synchronously?
  11.    libai reacted to a review on a file: [Free] Wholesome Dungeon Crawler
  12. I manually started wow.exe and Wrobot.exe without any issues. But if I use relogger to manage wow.exe and Wrobot.exe, the relogger will frequently restart wow.exe and Wrobot.exe. On the same machine, manual startup is very ok, without any crashes, everything goes well. However, using relogger to manage wow.exe will repeatedly restart and restart. Is this also related to the wow.exe client?
  13. fightclassed can be compile into dll and then use some tool to encrypt ... but how to do with files in profiles .. like quests it seems no way to compile to dll
  14. it's a really nice point, thank you.
  15. thank you Droidz,it works.
  16. "g8802" encrypted different result on different machine. <AccountEmail>609-562-562-554-556</AccountEmail> <AccountEmail>578-531–531-523-525</AccountEmail>

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.