Jump to content

Droidz

Administrators
  • Posts

    12586
  • Joined

  • Last visited

Everything posted by Droidz

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

    Profil rotation

    Bonjour, Vous pouvez supprimer le sort avec l'éditeur de fightclass, regardez le guide d'utilisation de WRobot (à la fin).
  20. 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?
  21. Hello, The function IsFacing return true or false (boolean) all calcul is in function.
  22. 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".
  23. 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.
  24. Try it (for Duid level 1): MultiTargetDruidLvl1.xml
  25. Droidz

    Profil rotation

    Bonjour, Vous devez désactiver l'option "Manage rotation..." dans les "Product Settings".
×
×
  • Create New...