Jump to content

arkhan

Members
  • Posts

    131
  • Joined

  • Last visited

Everything posted by arkhan

  1. I have finaly found how to check the distance of target with lua. But i need one more data to be sure to go to the next step. When I use item on the Ettin, he dissapear and a new one appear and this one is friendly. So, how can i detect is this unit exist ?
  2. Salut, je me permet de répondre même si je ne suis pas le mieux placer pour ça. De ce que j'ai compris le bot va automatiquement détecter si tu as finis les quêtes lvl 1 par exemple et skipper les étapes qui correspondent à cette quête. Par contre si il y'a des étapes du genre "Rentrer dans la grotte", "Tuer le monstre en boucle jusqu'a loot un item quest" etc... il risque de les éxécuter sauf si il y'a une condition particulière pour éviter cela. Généralement les devs de profiles de quêtes ajoutent des conditions IF level > XX load profile etc pour éviter ce genre de situation. Le mieux est encore que tu lance le profil quand tu es dans la zone de quêtes. Essaye de poser la question au créateur du profil pour plus de renseignement. En espérant ne pas avoir dit trop de conneries
  3. hi, It's me agin, I'm doing some quest profile and i've got an issue At Redridge Mountains. For the quest where I need to control an Ettin called "Saving Foreman Oslow". As i've to do 2 task : UseItemOn and FollowPath i can't use the predifined class to do it. So, I've add Some line of code. 1. RunMacroLua > /tar Canyon Ettin 2. IF > ObjectManager.Target.Entry == 43094 && ObjectManager.Target.IsValid && ObjectManager.Target.IsAlive 3. RunCode > ItemsManager.UseItem(58895); 4. endIf > That works but I need to get closer to the target and as is write here that doesn't check the distance of target. if you can help me to find a solution. I need something like that : ObjectManager.Target.Distance <= 5 if Object.Manager.Target.Distance > 5 : Move to target or Attack Him
  4. Version 1.0.0

    186 downloads

    Hello, these are quest profiles for Tol Barad peninsula + city. for alliance, tested and worked on Atlantiss server. Tol Barad city profile don't kill Problim , so you need to kill him manually.
  5. Version 1.1.0

    81 downloads

    Hello, This is a quester profile for doing dailies in Tol Barad peninsula. The profile do some quests and some other quests will add in the future. If you're running on Cataclysm you need to pick up quest manually and uncheck "Pick up". Tested and Worked on Atlantiss Server Special thanks to Droidz for quest : Magnets, how do they works!
  6. Hello, i try to create a quest profile for Tol-Barad (ally side) I'ved encounter an issue with this quest (Magnets, how do they works?). I need to use an item onto a hotspot and after that gather an item. But it seems impossible to do the both, only one type of quest. (only UseItemOn or Gather). If i create an UseItemOn quest type,the bot use only the QuestObject. If i create a Gather quest type, the bot only want to gather but don't use the item. How can i do the both ?
  7. How do you record your path? are you sure to use the function under battlegrounder ? Because mine profile are not like yours. I put the file but don't use it (some strange behavior during bg) [A]EotS.xml
  8. Thanks for the reply. I understand for file's name. Just, was not sure about which kind of loop need to do. If i understand correctly, you recommand to do one big loop as gatherer and grinder.
  9. I've do some test with a big loop on multiple Bg, the result is mixed. At Eye of the Storm that seems not good at all on Arathi i've noticed 0 problem. Anyway an answer will be good :)
  10. Hello, I want to make my own Bg profile for some obvious reason but i don't completly figure out what i'm suppossed to do. For example At Eye of the Storm : I need to do one big loop or multiple loops (for each towers) and these multiple loops need a junction or not ? What is the best solution ? Sorry for m bad english and if it not posted in the right section but i don't really see where i can post that. Big Loop Multiple Loops
  11. Finaly i got succed it :) I have forgot to set on false if spell is know. thank you a lot man for your fix
  12. Oh that could be nice :) I'd read your thread about a similiar problem. I've tryied that but seems not working or I've missconfigured it.
  13. Après avoir essayé le plugin Auto-accept sans succes et les différents mode ( noDx, no LockFrame) je remarque que le bot arrive à rentrer uniquement dans Gilneas battle. J'ai bien checker les configs, et Bg rangom est on. J'ai essayé en téléchargeant un autre Dossier wow 5.4.8 et ça ne fonctionne pas non plus, je vois vraiment pas d'où peut venir le soucis.
  14. Bonjour, j'utilise le bot sur warmane et freakz et je n'ai aucun problème avec le bot sauf sur warmane où le mode Battlegrounder ne fonctionne pas correctement. Le bot tag pour bg random et une fois que le pop-up apparait, un message d'erreur apparait : Can't do that while in a Random Battleground que. et ensuite il retag Je n'utilise pas d'addon et voici le log 26 janv. 2017 00H46.log.html
  15. Après plusieurs essais je suis enfin arrivé à le faire fonctionner. Voici la solution : Télécharger le Wrobot vide celui qui contient uniquement l'updater. !! attention ne pas télécharger les old version comme moi ... Ce n'était pas très clair je trouve Ensuite sélectionner la Version 5.4.8 et voila ... Simple comme bonjour finalement. Idem pour toutes les autres version du jeu. After multiple try of starting bot, I finally success. 1 : Download an empty Wrobot, which one contains only the updater. 2 : Launch the updater and select your wow version. 3 : play
  16. Bonjour, Ayant voulu testé le bot sur serveur privé MoP 5.4.8 sur le serveur Wow Freakz, j'ai téléchargé les deux versions 5.4.8 pour privé sur le site. Version 1.2.3 et Version MoP Final Tout les composants nécéssaire sont installé tel que framework etc.. J'utilise une license key : TRIAL afin de tester si cela fonctionnait avec le serveur histoire de ne pas faire un achat inutile. Je lance le jeu, je me connecte, je lance le bot aucun problème jusque là c'est la bonne version du bot. Je remarque que le bot propose une update, je refuse , je lance, et ensuite ça crash quelque seconde après. Après plusieurs essais, j'essaie donc l'update, une fois l'update terminé, le bot n'est plus à la bonne version ... Donc impossible de le lancer Je viens donc demander Si cela ne fonctionne pas à cause de l'alerte qui est marqué sur le bot : Bot actuellement détecté... Banwave, etc... Avez vous par mesure de sécurité bloqué tous les bots ? même les bots pour serveur privé ? Où cela ne fonctionnait-il déjà pas avant ? Voilà longue tartine , mais je voulais expliqué en détails, espérant ainsi recevoir des réponses
×
×
  • Create New...