Jump to content

Droidz

Administrators
  • Posts

    12514
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, To blacklist go to tab "Tools". You can use map (in "Map" tab) to help you to blacklist correctly zone (don't forget to activate "path" and "blacklist" landmarks in "More options" in map settings). You can also remove nearest way point in profile creator.
  2. Do you use mode window for wow?
  3. Bonjour, Activez l'option "Use Traveler's Tundra Mammoth" qui ce trouve dans "General Settings > Enter advanced settings... > Vendor 'Selleting or Buying". Pour plus d'info ce référer au guide: http://download.wrobot.eu/wrobot/guides/
  4. Use this lua codes: if (not QuestLogFrame:IsVisible()) then QuestLogMicroButton:Click() end QuestLogFrameCompleteButton:Click() if (QuestLogFrame:IsVisible()) then QuestLogMicroButton:Click() end and if QuestFrame:IsVisible() then QuestFrameCompleteQuestButton:Click() end Sample here: male goblin quest FIXED.xml (I have also added c# condition "if Quest.HasQuest(24502)" before lua macro) To get button/frame name you can use this macro (put mouse over button/frame and launch in wow chat this macro): /run print( GetMouseFocus():GetName())
  5. Hello, You need by moment create one quest by objective: male goblin quest FIXED.xml
  6. Can you share your profile I'll look it. Edit: I go to your new thread:
  7. Hello, I cannot fix this problem with WRobot, this is due at wow server. What profile do you use?
  8. I have noted it in my todo list .
  9. In Windows Settings you can change text size and interface size.
  10. Nice work. Profile works fine, (just one small error in Burning Blade Medallion for "objective count 1" you have put 1 and you need to put 7). Do not hesitate to share your profile in download section (for more views) (you can use it to manage update).
  11. Droidz

    -- Comment

    Hello, Wait next update, I have fixed problem. But don't use "one line comment" in fightclass (it cause bug because when XML is converted in C#code all lua code is on one line).
  12. Can you try it please: http://www.microsoft.com/surface/en-us/support/apps-and-windows-store/app-display-issues#Solution2 And what is your Windows settings (to view if I can fix this in program directly).
  13. Hello, Yes you can. For add NPC/Mailbox use "NPC DB" (you can found it in tab "Tools" of main window). To use vendor/repair read this:
  14. Hello, If when you write "Shadow Bolt" your character launching "Malefic Grasp" then is necessary to use "Shadow Bolt". This is in wow code, I ignore why (Wow use base spell name). You can use this macro to get base spell name: /run for i=1,200000 do local f=FindSpellBookSlotBySpellID(i,"spell") if f then local n,id=GetSpellBookItemName(f,"spell"),select(2,GetSpellBookItemInfo(f,"spell")) local s=GetSpellInfo(id) s=n==s and " " or "\124cFF4FF763"..s print(id,n,s) end end
  15. Hello, No sorry, in "Window" menu you can organise the windows but no way to save.
  16. Hello, Like this: (in this screenshot you load profile named "(01-05)NightElf.xml" in folder "WRobot\Profiles\Quester\AllianceQuestsDroidz\". Remove "AllianceQuestsDroidz\" if your profile, is in base quest profiles folder.)
  17. WRobot support now Wow PTR server (wow version 5.4.7 (17898)). More info
  18. WRobot support now Wow PTR server (wow version 5.4.7 (17898)). More info
  19. Hello, If you want try WRobot for Wow 5.4.7 (17898) (PTR server). To install WRobot for PTR server: To uninstall: PS: If you found bugs post report here please.
  20. If you can try with new the WRobot update please. It is problem with decimal separator (in french computer is "," by default, in english is "."). Tell me if problem is solved or not. Thanks
  21. IsFacing checking only if you facing your target (you can facing your target and your target can be in front or not of your character). If you facing your target and you have same rotation, you are inevitably behind it.
  22. Hello, What is you Windows langage? Can you copy/past here first position (before bug). For the moment you can remove number after the ".". Thanks.
  23. Hello, Can you send me screenshot please.
  24. Yes but I want say, during combat, you can get 5 CP (you can launch manually "Crimson Tempest" by moment)?
×
×
  • Create New...