-
Posts
12586 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Droidz
-
Hello, What is "Visual Programming" language: http://en.wikipedia.org/wiki/Visual_programming_language I want add system like: for quest profiles, fightclasses, plugins and custom profiles. Do you found this useful or useless? Do you think use it?
-
Hello, No option to completely ignore Pvp combat, and it would strange if you character stop all tasks and don't move when you are attacked. You can try to activate option "Pause bot if nearby player" in advanced settings tab security.
-
Hello, When Bugreporter have say, you cannot share your fightclass because you use unit and spell name (this don't works on wow french client by sample). local npcFollowers={"Aeda Brightdawn", "Defender Illona", "Delvar Ironfist", "Leorajh", "Talonpriest Ishaal", "Tormmok", "Vivianne"} for key,value in pairs(npcFollowers) do RunMacroText("/target " .. value) local targetName = UnitName("target") if targetName == value then CastSpellByName("Flash of Light" , "TARGET") TargetLastTarget() return end end You can also try this code (but not safe): local targetName = UnitName("target") TargetNearestFriend() local targetNameSecond = UnitName("target") if not (targetName == targetNameSecond) then CastSpellByName("Flash of Light" , "TARGET") TargetLastTarget() end
-
Hello, Can you share your fightclass, do you have try to download others fightclass to see if the problem does not come from your current fightclass?
-
Hello, Pathfinder works when your character is outdoors in the garrison, can you share your please.
-
To cast spell on your bodyguard when health is smaller than 90%: - In spell list (where you add spell name) add this code: RunMacroText("/target Delvar Ironfist") CastSpellByName("Flash of Light" , "TARGET") (replace Delvar Ironfist by your bodyguard name and Flash of Light by your spell name) - In "Spell settings" put "True" at "Not spell, is lua script". - Add condition "Pet Health Percent", "Type" = "Smaller", "Value" = "90". ps: If your character wow class has pet, you can get problem with condition "Pet Health Percent" (false result), replace this condition by lua condition.
- 9 replies
-
- Bodyguard
- Fightclass
-
(and 2 more)
Tagged with:
-
Hello, this problem can be caused by softwares like teamspeak, mumble, amd gaming evolved, XSplit ... (all software that record or write information in game window).
- 12 replies
-
- Fightclass
- Fight
-
(and 3 more)
Tagged with:
-
Bonjour, Pour le combat en Pvp de mascottes il suffit d'activer l'option "Pvp mode" dans "Product settings" du bot Pet Battle. Pour le moment WRobot ne permet pas de créer une rotation personnalisée (vous pouvez juste mettre en liste noire dans "Abilities at not using" les sorts que vous ne souhaitez pas utiliser), certains addon ou logiciel tiers permette cela.
-
Hello, The game is stopped after x levels (not after the level x ). If you are level 94 and you want stop bot at the level 96 put "Stop game after 2 level".
-
I don't think than mass selling (at npc vendor) or send mass mailing (without money) are monitoring. And fast sell don't increase ban chances (WRobot using same methods/api that wow addons), after use an wow addon can give more options or can be more easy at use.
-
Rajoute un step RunCode entre les deux pulse avec ce code: if (ObjectManager.Me.IsSwimming) { Move.JumpOrAscend(Move.MoveAction.PressKey, 5000); // jump 5 sec System.Threading.Thread.Sleep(7000); // wait 7 sec }
-
Ok, if pet condition does not works the best way is to use lua code.
- 9 replies
-
- Bodyguard
- Fightclass
-
(and 2 more)
Tagged with:
-
Hello, I have reply here: This post use the grinder bot but you can use Quester bot to create your profile (and add the quests support). All garrisons are dissimilar, this causes two problems, the first is the path finder, he don't works fine (in cave and building, he work outdoor), the second is an profile that works on your character has small chance to works on anothers character.
- 1 reply
-
- garrison
- work orders
-
(and 1 more)
Tagged with:
-
Bonjour, Normalement le fait d'interagir avec un PNJ débloque le trajet, tu as ce problème avec tous les maitres de vol ou uniquement un?
-
Bonjour, D'après wowhead 7 (et pas 10, mais remplace le 7 par 10 si je fais erreur). Ajoute ce code dans "Is Complete Condition": if (ItemsManager.GetItemCountById(15447) >= 7) // http://fr.wowhead.com/item=15447/pourriture-vivante { ItemsManager.UseItem(15454); // http://fr.wowhead.com/item=15454/mortier-et-pilon } return ItemsManager.GetItemCountById(15448) > 0; // http://fr.wowhead.com/item=15448/pourriture-coagulee
-
Bonjour, Utiliser une quête de type "InteractWithNpc" (si le véhicule est un pnj) ou "Gatherer" (si le véhicule est un gameobject) et utiliser "Is Complete Condition": return ObjectManager.Me.InTransport;
-
Hello, You can try for avoid this problem, go to "advanced general settings" tab "Mount..." remove "Aquatic" mount (leave empty).
-
Salut, pour cette quête: https://www.youtube.com/watch?v=VXOG2jSFMS8 Fait la première étape (ramasser l'épée) avec une "Is Complete condition" personnalisée: return ItemsManager.GetItemCountByIdLUA(38631) > 0; ou return EquippedItems.GetEquippedItem(WoWInventorySlot.MainHand) == 38631; (Utilise le premier code si il fonctionne). Puis la deuxième partie dans une nouvelle quête avec "objective count 1" à 1 (je pense qu'un type de quête "Gatherer" devrait faire l'affaire).
-
Bonjour, Si vous parlez de cette quête: https://www.youtube.com/watch?v=mS3z8bTnlkY il est possible de l'automatiser. Utilse un wManager.Wow.Bot.Tasks.GoToTask.ToPosition pour aller proche de la forge puis du code lua pour cliquer sur les différents menus et équiper l'arme.
-
Hello, Can you share your please. If you can try to reinstall WRobot and do not change settings (just configure your fightclass, WRobot works fine with default settings).
-
Hello, Do you have try to use "Pet..." conditions?
- 9 replies
-
- Bodyguard
- Fightclass
-
(and 2 more)
Tagged with:
-
Hello, You can try to add vendors at your profile, configure options to sell/repair in WRobot advanced general settings (just to go to the vendor), and when WRobot go to the vendor/repair, if your addon is fast he can sell items. To force to go to the vendor/repair you can use this code: Your vendor/repair have special menu? If yes you need to use gossip options or lua code.
-
Hello, No, it is only for quest profiles (but if you use quest type "Kill and Loot" you can create grinder zone with quest profile).
-
Bonjour, Dans "Quests editor" dans les settings de la quête met: "PickUp quest on item" > True "PickUp quest on item id" > Met l'id de l'item