Jump to content

Photogenic

Members
  • Posts

    358
  • Joined

  • Last visited

Everything posted by Photogenic

  1. Using Questing Profile : NOTE: you don't have to create quests or anything, once you open Easy profile creator, from tools, open (Quest Order Editor). Add Action using ( + ) Now Action type is (RunCode) it will end up like the following: Step [1]: RunCode This means it will run you to this exact position no matter where you are. Ofcourse, must be in the same Map zone (Outland vs Eastern..etc) How to find that position ? Go to the position you desire first. Now, using Easy Quests Editor > Tools > Helper tools > My position. You replace your position with this part: You do not have to record point (A) this will take you to point (B) regardless. Hope that helps..
  2. Hello, so I am trying to do an escort quest, sometimes the NPC end up dying for any silly reason, then the quest is marked as failed but the bot think its completed. It go to next step and try to turn in... Any suggestions?
  3. This is weird since the bot does HEAL party members pretty decently but it never buffs! Sometimes it buffs Thorns only but not Mark of the Wild.. So far it has been buffing Thorns more often than usual but never Mark of the Wild. They all have the same settings and conditions but still fails :/ [70] Feral druid 2.4.3.xml
  4. This is another thing that is built-in-game lol. If you click (melee), abilities usually in a distance like 0-20 yards, it will auto target the closest enemy in your view. This, if I am not mistaken, is how the game work. It is not a bug. But if you have a macro for each ability that has condition (have target/true = fire ability) then it would fix the problem since it will never use this ability unless have a target.. Due to latency difference, bot press an extra ability after the mob is dead so it targets whoever is near.
  5. Hello, I got confused with this quest and not sure how to program the bot to do it. http://www.wowhead.com/quest=10163/mission-the-abyssal-shelf Quest: I have to go in a flight mission where I use an item (bomb) to destroy mobs as my toon is flying (uncontrollably) .
  6. Thats very interesting! If I find something i'll let you know.
  7. Wrobot has built-in auto attack feature I think lol.. No way you can disable it from my understanding. I would recommend you shorten the range of your fight class, add two different shred spells, one for combat and one without combat. Because the bot uses click to move, which puts them into combat (even tho they are not) then you can't use your first shred. Sometimes it walks to the target, it stops for a split second near by the target and it goes out of combat, now the bot uses your first shred. Add conditions to all spells to be ignored if the buff ( prowl ) exist, use lower (Min | Max Latency) like 100-300. These will not solve the problem, but it will help a little I think. I wish there was a way to disable auto attack.. Everytime my rogue vanish on 5% health, it still runs back to the group of mobs that was about to kill'em.
  8. You actually have to dismount for herb, only druids flight form doesn't, or at least that's how it is in wotlk version and before.
  9. But that ignores any mob, even mobs the bot can handle, which most likely there is one mob almost nearby any herb. He means ignore only when the case is = elite. Not just any mob. I am no expert but I think you can do that with C# or some hardcore coding lol.
  10. Hello, thank you for the response and the efforts. Very well explained, though I still couldn't get it to work. I used the name once, and did with ID the other time. Am I doing something wrong? I can include SS if needed EDIT: I am using 2.4.3 wow version, does it matter?
  11. So you can make water but you want to stop it from spamming. Use condition Item count, and use for example Smaller or equal to 60, so that it casts it when its less than 60. Use item ID.. How to get Item ID ? if you click on development tool, then you click on bag memory info. It will bring the ID numbers of each item exists in your bag. So make some water, do that, get the ID. or you could use Lua script condition.. see the following link
  12. its normal in crowded zones my friend. Just lower your in-game FPS by using /console maxfps 15 you can change that to 30 for example, it will lower your CPU usage.
  13. this is a Robot.. Robot cant do the work every one want to do. Everyone have to tell the robot different thing based on what they want. you can either create everything yourself or buy it.. the Bot is designed to give you the power to create things.
  14. Create another quest using the quest Editor, use type : Gatherer. Go to the position of the grave, add my position > then to add Object entry manually, type in the name of the grave. You can mouseover it in game. Create step for it after the pulse. include your profile if didn't work.
  15. Amazing! Thank you so much. That was quite helpful. I have another question if you don't mind. I am trying to do this quest http://www.wowhead.com/quest=10129/mission-gateways-murketh-and-shaadraz Where I kill mob, loot 4 pieces of an item, and then use them to destroy two different gates. These 4 pieces are destroyed from inventory when used at the gates. Each gate requires 4 pieces. What I did is that I made (Puls1) KillandLoot Quest with complete condition item count >= 4. (Puls2) use item on gate 1 (puls3) use item on gate 2 (Turnin) Then I made last part is just turn in Quest. However, the bot completes everything until Puls3, then goes back to Puls1 trying to do it since the item I used at the gates is destroyed..How can I force it not to ? Keep in mind I am using "Is complete" condition for Puls1 already to stop when reaching 4 of that item. I can't figure my way around it :s
  16. Hello, Its my first time using questing profiles and I am trying to figure out how to use it but having difficulty understand how some stuff work. First question : I am doing this quest http://www.wowhead.com/quest=10086/i-work-for-the-horde I want the bot to stop collecting Salvaged Metal if its 8/8 and only continue picking Salvaged Wood until 8/8.. right now it keep trying to pick up Salvaged Metal when its already 8/8. Second question : Is it possible to do two different quests at the same time which are located at the same spot ? For example- This quest is KIll mobs and loot an item from them http://www.wowhead.com/quest=10450/bonechewer-blood This quest loot item from ground near by the same mobs http://www.wowhead.com/quest=10086/i-work-for-the-horde Now, the bot runs to Harvest the Salvaged Metal while ignoring all mobs around it. Third question : for a quest like this http://www.wowhead.com/quest=10450/bonechewer-blood After making my hotspots, do I use the mobs ID number or the item's ID that I loot from them in the Target entry ? How do I tell the bot to kill these mobs looking for that item specifically. Also, is there any proper explanations and examples for the uses of Actions types such as While, PulsAllinOne..etc. Reason is because I have no idea what some of these Actions are for or how is it used. I know I ask a lot of questions but I am sorry, there is no complete or clear explanations of many features and I want to know how to use them.
  17. I found solution, please delete. thanks,
  18. @omghixd thank you! Though, isn't this going to disable mount for good? I'd like the bot to use mount when going to Town and such, but stops using it during grinding.
  19. Hello, I am using questing profiles and/or grinding profiles, but I'd like the bot to stop using ground mount in the grinding zone where it kill mobs. I tried to set the mount distance 250 but it still keeps mounting up between each few nearby mobs.
  20. hello, was curious as if there was any strong questing profiles for dailies / reputation for TBC 2.4.3. Thanks,
  21. It is not a competition, and I am not profiting anything. I came for what this forum is designed for.
  22. Thank you, I appreciate your help. I have stated before, and many times, that I have zero knowledge of coding. I am a player, I attend college for something else, and I happen to buy Wrobot and start learning everything within a month. If I had basic understanding of coding, I am pretty sure I would be writing codes by now. I wasn't expecting anybody to do work for me, the forums existed to explain and to seek knowledge my friend, which is why I am here. Every one here puts time and efforts into teaching someone else or into learning from someone else. We do not have the same level of knowledge or understanding. I can't take courses for anything just to use a bot for my game that I play during my free time which I can't do most of the time because I am actually studying for my real and actual major in real life. I'd like to add that the whole forum does not provide enough information for me as a Wrobot user/member to understand how to use the product properly! Yes there are a lot of information, but they are not for every customer.. not ones like me at least. I appreciate the help anyways,
  23. I appreciate your help; however, this did not work. I used the condition C sharp, if that what I was suppose to use. And it gave me an error.
  24. how do I force the bot not to spam applying poison ? since using buff condition would prevent me from applying double poison, no?
×
×
  • Create New...