Jump to content

Droidz

Administrators
  • Posts

    12434
  • Joined

  • Last visited

Everything posted by Droidz

  1. Please can you also share log and say me what fightclass do you use.
  2. Capture all rare pets same if you have already this pet.
  3. Your problem is very strange. Do you have tried to disable all wow addon? Do you have tried to reset all wow keybindings (don't forget to restart bot after). Can you launch this wowmacro ingame and tell me result written in wow chat: /run key1, key2 = GetBindingKey("SITORSTAND"); print(key1); print(key2); (Try also to quit all useless software launched on your computer, teamviewer by sample can cause bug)
  4. Hello, You have tried to disable your antivirus/firewall (also Windows firewall)? You can also download wrobot already installed (you don't need to use Update.exe), you can download archive here: http://download.wrobot.eu/wrobot/tmp/WRobotFullPack.zip
  5. This is edited Fightclass myshadow (1).xml
  6. Hello, Do you have installed framework and vc++ 2010? Do you have try to redownload/reinstall wrobot? http://download.wrobot.eu/wrobot/tmp/WRobotFullPack.zip Do you have log in Logs folder? Thanks.
  7. Hello, Do you have download wrobot already installed: http://download.wrobot.eu/wrobot/tmp/WRobotFullPack.zip ?
  8. Hello, It is next wrobot version. If you find bugs or you have suggestions before this version replace the old. Thanks (you can extract it in your current wrobot folder or in new folder, ignore when wrobot request update). WRobot BETA.zip WRobot BETA2.zip WRobot BETA3.zip Now in public update
  9. Hello, The fightclass cannot manage targets (only for spell rotation). For manage targets you need to create plugin (or product). But the battleground product need a lot of fix/improve, I'll work on it.
  10. Hello, You use at "Flash Heal" if health is egal a 90 % (the spell is launched only when health is egal a 90%). You need to use condition if health "Smaller" at 90 %
  11. Hello, Your keybindings jump and sit down is configured on your keyboard? (If no, setup X at sit down and Space at Jump).
  12. Bonjour, Pas pour le moment, tu peux uniquement faire du Joueur contre joueur ou du combat contre des pet sauvages. Mais il est possible de créer un profil pour les tournois avec le bot Quête (Quester).
  13. Hello, I haven't delete your topic, I have only moved to good forum section: http://wrobot.eu/forum/28-profiles-and-requests/
  14. Can you test again and say me if you have again the problem please.
  15. Hello, WRobot works with new wow hotfix, no update required. More informations about wow hotfix: click here.
  16. Hello, WRobot works with new wow hotfix, no update required. More informations about wow hotfix: click here.
  17. Hello, Can you give me the error message please (the message show when you try to access at the website) and your wrobot log (in log folder). Thanks.
  18. Tu peux ajouter un code dans Pulse qui remet à 0 ObjectiveRequiredCounts. Par exemple tu commences la quête avec ObjectiveRequiredCounts = {1,1,0,0} et tu fais dans pulse: if (itemCléCount >= 1) ObjectiveRequiredCounts = {0,1,0,0} Et toujours dans pulse if (ObjectiveRequiredCounts[0] > 0) // RAMASSER CLE else // ALLER A LA CAGE Mais je trouve que le plus simple reste de faire 2 quêtes (une par objectif). Wowhead est bien fait, mais c'est vrai que l'on ne trouve pas toujours tout les objets, tu peux aussi utilise ce site: http://www.wowdb.com/ avec dev tools tu trouveras les id que tu veux. C'est pour cette raison que j'ai rajouté l'option qui permet d'utiliser du code lua (ou tu peux le faire manuellement en modifiant Pulse comme pour cette quête: public sealed class MurderWasTheCaseThatTheyGaveMe : QuestInteractWithClass { public MurderWasTheCaseThatTheyGaveMe() { // http://www.wowhead.com/quest=26209 Name = "Murder Was The Case That They Gave Me"; QuestId.AddRange(new[] { 26209 }); Step.AddRange(new[] { 1, 1, 1, 1 }); GossipOptionNpcInteractWith = 2; HotSpots.Add(new Vector3(-9819.229f, 974.2356f, 29.13065f)); EntryIdTarget.Add(42386); EntryIdTarget.Add(42384); EntryIdTarget.Add(42391); EntryIdTarget.Add(42383); } public override bool Pulse() { base.Pulse(); Thread.Sleep(1000); Lua.RunMacroText("/click StaticPopup1Button1"); Thread.Sleep(1000); return true; } } (Pour trouver le nom des menus met ta souri au-dessus du bouton/menu et lance cette macro: /run print("/click "..GetMouseFocus():GetName()) )
  19. Hello, Can you share your log please. You have this problem only in this zone?
  20. Hello, Do you have extracted downloaded file (with like winrar or similar software)?
  21. Hello, EU or US server using same wow version (5.4), you need to use last wrobot version (try to redownload and reinstall wrobot if you have problem).
×
×
  • Create New...