Jump to content

libai

Members
  • Posts

    36
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

libai's Achievements

  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. you need a fight class to attack player ... perhaps
  5. 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...
  6. 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
    It's really a wholesome project. I saw that you updated the dll. Is the code on GitHub updated synchronously?
  7. 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?
  8. 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
  9. "g8802" encrypted different result on different machine. <AccountEmail>609-562-562-554-556</AccountEmail> <AccountEmail>578-531–531-523-525</AccountEmail>
×
×
  • Create New...