Jump to content

Droidz

Administrators
  • Posts

    12604
  • Joined

  • Last visited

Everything posted by Droidz

  1. Yes is controlled by package manager, and changing size of file not ask update (package update is request only when I update zip file on server) .
  2. Droidz

    [BUG] Frost Strike

    Hi, Use this lua script in wow chat: /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 You need to use this spell for Frost Strike: http://www.wowhead.com/spell=45902 (as explain here: )
  3. Hi, I add pet buff in next update
  4. Hi, Currently they miss digsite zones in pandaria. You need to add manualy ( ) or wait update. If you add zones, can you share your database with me please ( data/Digsites.xml ) Thanks.
  5. Hi, If you problem is not solved say me exactly what do you want (the number of unit and the radius). I'll you give solution and try to explain.
  6. Hi, I'll see for bg/grinder. And you can keep wow on backdrop but no minimized (in taskbar). (use wow in window mode)
  7. Try to use this Fight Class (or add this at your fight class) I cannot test it because I don't have this item. test-Anglers Fishing Raft.xml
  8. Hello, I do not add lifetime license sorry.
  9. Hi, Can you update wrobot and say me if you have again problem please.
  10. Before click on button "Update/Reinstall" you need to select in list package, for you select "Base data - admin - Need update" and click after on "Update/Reinstall" button.
  11. Update wrobot, problem solved.
  12. Hi, I'll see. Thanks
  13. Hi, I'll watch it.
  14. Hi, only for actual stacks
  15. Increases number of max hostile unit near (in general settings) Envoyé depuis mon MI 2 avec Tapatalk
  16. Hello, I attach at this topic the project (source code) of this plugin: PluginTest.zip
  17. Version 1.0

    1209 downloads

    Whisper Screenshot This plugin take screenshot of wow when you have new whisper. Source code:
  18. For OR conditions there is no other solution than to make a spell copy (I don't view how I can add "OR" condition without adding difficulty for create fightclass). And I'll add debug mode in fightclass (I'll add more log in this mode). You can also convert your fightclass in C# for more flexibility (and debug).
  19. Hi, It Is written when you launch product "Profiles Converters": (Pirox Fly gatherer, MMoLazy Erus (Ground and Gather), Gather Buddy, WowRobot Gather Fly, The Noob Bot gatherer and grinder)
  20. Hello, You are sure they have creatures / objects sought in your zone. The objects are displayed on the minimap.
  21. WRobot updated to 1.0.1 and compatibility with Wow 5.2.0 (16709). You can view changelog here: http://download.wrobot.eu/wrobot/bin/updateinfo.php
  22. WRobot updated to 1.0.1 and compatibility with Wow 5.2.0 (16709). You can view changelog here: http://download.wrobot.eu/wrobot/bin/updateinfo.php
  23. I have tried this code works fine for change target: ClearTarget(); TargetUnit("pet"); CastSpellByName("Misdirection"); TargetLastEnemy();(you can try lua script in: "General Settings" > "Others" tab > "Development Tools" (put lua script in textbox and launch script with button "Lua ..."
  24. Fightclass use "AND" for spell conditions. Yes I have fixed " problem for lua script. For the return value in lua you need to manage it in your script lua.
  25. Hi, The reply is here:
×
×
  • Create New...