Everything posted by Droidz
-
freeze bot at fishbot running
Hello, It is not normal, in first WRobot window (login window), can you try to activate option "DirectX hook" and tell me if this resolve your problem. Can you send me
-
Condition "Hostile Unit Near (Target)" never true
This spell summon npc: http://www.wowhead.com/spell=156480/rubble-pile >Effect #1 Summon ( Rubble Pile) Replace "Hostile Unit Near Target" condition by "C Sharp Code" condition and add this code: ObjectManager.GetWoWUnitHostile().Count(u => u.Position.DistanceTo(ObjectManager.Target.Position) <= 8 && u.Entry != 77405 && u.Guid != ObjectManager.Pet.Guid && wManager.Wow.Helpers.UnitCanAttack.CanAttack(u.GetBaseAddress, ObjectManager.Me.GetBaseAddress)) >= 4 (you can replace 8 by range and 4 by number of npc required, 77405 is entry id of npc Rubble Pile)
-
Jardin des nobles
De rien, il est possible que cette liste d'id ne soit pas complète selon les zones.
-
Target Enemy and cast Spell on it
Hello, You can add spell normally (just add "Crusader Strike" and WRobot will launch this spell when you select an enemy in range) Or if you want automatically attack near enemy, in the spell name put: local name = GetSpellInfo(35395); TargetNearestEnemy(); if UnitExists("target") and UnitIsEnemy("player","target") and IsSpellInRange(name, "target") then CastSpellByName(name, "target"); end TargetLastTarget(); In spell settings "Combat only" > False, "Not spell, is lua script" > true, "Timer" > 3000 (for test all 3 secondes).
-
Holy Paladin Fight Classes don't work
For AOE spell look this sample: If you want keep control of your character and select manually friends targets use WRotation bot (and don't use spell option "For friends (party)"). If you want than WRobot manage character movement and targets (and if you use fightclass in group) you need to use product "Party" and use spell option "For friends (party)". I think, you want keep caracter control, for it: Select product WRotation. "Manage character roation, range and target" > Off. "Attack all selected targets..." > Off. Now create fightclass and add spell "Flash of Light". In "Spell settings" > "Check if know spell, is usable and good distance" to "False", "Combat only" to "False". Add condition "Know Spell" > "Flash of Light" > True Add condition "Is Spell Usable" > "Flash of Light" > True Add condition "Target Distance" > "Smaller" > 40 Add condition "Target Is Player" > "True" Add condition "Target Health Percent" > "Smaller" > 70 Result: Flash of Light TEST.xml
-
piège hunt
Bonjour, En effet WRobot calcul mal la distance d'utilisation des pièges (il utilise la distance à laquel le piege fait des dégat plutot que la distance à laquelle il est possible de le lancer). Pour contourner ce problème mettez l'option du sort "Check if know spell, is usable and good distance" à "False" et faite les vérification manuellement des les conditions du sort comme dans cette exemple: Freezing Trap test.xml (ne pas oublier de configurer la distance général de combat de votre fightclass (Range)).
-
Condition "Hostile Unit Near (Target)" never true
Do you can interact with the debris? If yes what is the name of debris in game?
-
WOD Fishing no longer working
Hello, Sorry, the problem is resolved with new WRobot update.
-
Jardin des nobles
Salut, j'ai testé avec le bot "Automaton" dans la foret d’Elwynn et ca fonctionne bien, il ne semble pas en sauter.
-
Open Egg (for The Great Noblegarden Egg Hunt 2015 Contest)
- 193 downloads
- Version 1
Open Egg This plugin open http://www.wowhead.com/item=45072/brightly-colored-egg thancontains your bag. How to use: - Move downloaded file to folder "WRobot\Plugins\". - Launch WRobot and go to tab "Plugins". - Activate "Open Egg.cs". ps: To harvest eggs, go to tab "General Settings" > "Enter advanced settings..." > tab "Looting and Farming options" and add in textbox "Harvest object (one id by line):": 194054 113768 113770 113771 and use Automaton or Gatherer bot. - Cant find survey spell
-
Fishing school issue?
Hello, Can you share your profile please.
-
Holy Paladin Fight Classes don't work
Hello, When you use spell option "For friends (party)", you need to add spell range (use the condition "Target Distance" for it). You have a lot of spells with option "Not spell, is lua script" at "True", please put "False" (except for lua code "--HealTarget--"). You can also put "False" at the spell option "Combat only". Do not hesitate to activate "Debug mode" on the spell to show in your log why the spell is not launched.
-
Dungeon Botting
Hello, Yes, you can found a few dungeon profiles here: http://wrobot.eu/files/category/53-dungeons/
-
PALADIN TANK PROFILE RQUEST
Hello, Do you have try this pack: ?
- Test 15 min .,
-
WRobot support Wow 6.1.2 (19831)
WRobot is ready for Wow ninja patch 6.1.2 (19831)
-
WRobot support Wow 6.1.2 (19831)
WRobot is ready for Wow ninja patch 6.1.2 (19831)
-
98-100 Meatgut Needs Bones Auto repeat quest.xml (reported broken)
Hello, If you can try again this file: to clear your blacklist if this don't works).
-
Not Finding Game
Hello, Try to install/reinstall Redistributable Visual C + + 2010 (X86) and SlimDX (4.0 X86).
- Mining - Keeps skipping mining nodes
-
Question: Is there a priority of targets?
Hello, Position of target in list don't have impact on the priority. WRobot go to nearest mob (he search all mobs of the target list, ignore mobs blacklisted... and attack nearest mob).
-
Mesh garrison level 3
Hello, (before starting to create a profile for the garrison reading this topic: ) In new WRobot update I have added quest type "Follow Path", I have create sample profile (for garrison level 3 cave level 1): GarrisonTest2.xml (it is a quest profile, edit this to understand how it works)
-
Jumping off edges
Hello, What do you want say by "it misses lots of mob"? WRobot skip mobs at kills? Forget to loot mobs? In the log it is written "Loot" or "Kill" ?
-
MMORobot Doesn't Work???
Hello, Can you please. Can you try to reinstall WRobot in another folder please.