Jump to content

Droidz

Administrators
  • Posts

    12613
  • Joined

  • Last visited

Everything posted by Droidz

  1. In Windows Settings you can change text size and interface size.
  2. 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).
  3. 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).
  4. 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).
  5. Hello, Reply here:
  6. 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:
  7. 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
  8. Hello, No sorry, in "Window" menu you can organise the windows but no way to save.
  9. 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.)
  10. WRobot support now Wow PTR server (wow version 5.4.7 (17898)). More info
  11. WRobot support now Wow PTR server (wow version 5.4.7 (17898)). More info
  12. 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.
  13. 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
  14. 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.
  15. 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.
  16. Hello, Can you send me screenshot please.
  17. Yes but I want say, during combat, you can get 5 CP (you can launch manually "Crimson Tempest" by moment)?
  18. Hello, I have replied by private message. But you have try fightclass shared by community?
  19. Hello, You can found this option in advanced general settings. Teamviewer can cause problem to access at the keyboard, kill all teamviewer process, and teamviewer service process.
  20. Hello, You can found more profiles here but he has already a lot of profiles delivred with the bot.
  21. Droidz

    Profil rotation

    Bonjour, Vous pouvez supprimer le sort avec l'éditeur de fightclass, regardez le guide d'utilisation de WRobot (à la fin).
  22. Hello, You use spells in your fightclass with less than 5 combo points (your spell Crimson Tempest required 5 combo points), your character has 5 combo points during combat?
  23. Hello, The function IsFacing return true or false (boolean) all calcul is in function.
  24. Hello, You can try it: ret=1; if (UnitPower("player" ,SPELL_POWER_ENERGY) <= 74) then ret = 0; return; end local nameSpell = GetSpellInfo(51713); if (not nameSpell) then return; end local name, rank, icon, count, debuffType, duration, expirationTime, unitCaster, isStealable, shouldConsolidate, spellId = UnitBuff("player", nameSpell); if (not expirationTime) then return; end local expireTimeLeft = expirationTime-GetTime(); if expireTimeLeft > 6 then ret = 0 end I have added line: if (UnitPower("player" ,SPELL_POWER_ENERGY) <= 74) then ret = 0; return; end or you can use condition "Energy".
  25. Hello, If you have an snippet of lua code for Fight Classes you can share it on this thread. Please share only code that works, not ask here.
×
×
  • Create New...