Jump to content

Droidz

Administrators
  • Posts

    12595
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, It is main forum, you can found tutorials/guides here: http://wrobot.eu/forums/forum/7-tutorials-wrobot/ and profile here: http://wrobot.eu/files/, he missing some guides/tutorials/profiles, do not hesitate to share your knowledge.
  2. Salut, 1/ IsSpellUsable utilises: http://wow.gamepedia.com/API_IsUsableSpell et http://wow.gamepedia.com/API_GetSpellCooldown (Quand le GCD est activé IsSpellUsable r'envoi "false"). 2/ Avec un code de ce genre: var spell1 = new Spell("spell1"); // sort qui canalise var spell2 = new Spell("Spell2"); // sort a lancer pendant que sort1 canalise spell1.Launch(false, false); // stopMove = false, waitIsCast = false spell2.Launch(true, true, true); // stopMove = true, waitIsCast = true, ignoreIfCast = true
  3. Hello, To attack only "Grimtotem..." you can put "Off" at "Kill Mobs" option (list of Npc override the rules). Try to increment number in tab "General Settings" option "Max units near target". If your problem is not resolved, if you can share your log file please: http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
  4. View full article
  5. Hello, You need to use "Grinder" product (or "Automaton" if you don't have profile, you can also found some quests profiles to farm gold)
  6. If you try again, if you can give me log of session of WRobot where you get this problem.
  7. Hello, No sorry, and I don't think add support of this wow versions.
  8. Hello, The fight class manage the spells rotation. Without fight class your character don't use spell.
  9. Hello, Do you get errors in your log?
  10. Hello, The best and quick way is to use "Level 90 Character Boost", and leveling 90-100 with "Quester" bot (if you don't found profile for your level, you can use "Grinder" or "Automaton" profile).
  11. Il est possible dans les options de Wow de mettre le jeu en Anglais, ca peut aider lors de la création de Fight classes
  12. Bonjour Pour le bon fonctionnement, il faut mettre les noms des sorts en Anglais (dans certain cas mettre les noms en français fonctionnera mais que sur les clients français).
  13. Hello, Yes, you don't have to buy again.
  14. I understand, but you cannot will found bot with 64 bit support. And the difference between Wow 32 and 64 bit is very important, which explains why I didn't put the two versions. And 64 bit is usefuls when software use a lot of memory (this increment max memory size autorized by process), and the max ram supported by windows, but for wow with bot it is not usefuls (64 bit version increment usage of the memory, it is not good for botting, and how I said, some computer use yet windows 32 bit).
  15. if (wManager.Wow.ObjectManager.ObjectManager.Target.IsValid && wManager.Wow.ObjectManager.ObjectManager.Target.IsCast) { int spellId = wManager.Wow.ObjectManager.ObjectManager.Target.CastingSpellId; wManager.Wow.Class.Spell spell = wManager.Wow.ObjectManager.ObjectManager.Target.CastingSpell; } Sans lua tu peux utiliser ce code, si une fonction lua t'intéresse dit moi laquel je te montrerais comment l'utiliser avec WRobot.
  16. Hello, For the moment, you cannot found quests profiles for all zones/levels. You need to use "Grinder" or "Automaton" bot if you don't found quests profiles for your current zone.
  17. string instanceType = wManager.Wow.Helpers.Lua.LuaDoString<string>("local inInstance, instanceType = IsInInstance(); return instanceType;"); instanceType = instanceType.ToLower(); // En minuscule if (instanceType == "pvp") { } else if (instanceType == "arena") { } else if (instanceType == "party") { } else if (instanceType == "raid") { } else if (instanceType == "scenario") { } else { // Pas en instance } J'ai pas testé le code, mais ça devrait donner quelque chose de ce genre
  18. Hello, I have reply here: http://wrobot.eu/forums/topic/2544-64-bit-win-10/#comment-11622
  19. Hello, Sincerly, I don't think that you can see difference between 32 and 64 bit version. I have found this test: http://www.adriacraft.net/vesti/world-of-warcraft/wow-64-bit-client-test-201201093232/ (the difference is minimal). For WRobot I'm sorry but I won't make a 64 bit version (two version to keep updated otherwise, because there are always a few 32 bit computer...). Nothing prevents you to launch Wow in 64 bit when you do not use WRobot.
  20. Droidz

    Merry Christmas

    Merry Christmas View full article
  21. Droidz

    Merry Christmas

    Merry Christmas
  22. I have found this Wow addon: http://www.curse.com/addons/wow/need-primal-spirits
  23. Can you test this plugin please: http://wrobot.eu/files/file/411-auto-accept-wow-popup-window/
×
×
  • Create New...