Jump to content

Ruinit

Members
  • Posts

    100
  • Joined

  • Last visited

Everything posted by Ruinit

  1. I really appreciate you replying however I could not get this to work. After picking up quest it runs into walls and stucks trying to get to ettin. Then after I move manually to get to ettin it will mind control him but then just stands there and won't move to next step. Could you send me the xml file of just this quest or if you have a 1-110 questing file for sale this stuff is kicking my but it's not so easy as the name implies.... lol
  2. How do I move to the next step after mind controlling the ettin in this quest? http://www.wowhead.com/quest=26520/saving-foreman-oslow I figured out how to get him controlled but it won't move to the next step? Which is moving the rock and tossing in water. The quest is not complete so I am not sure what to do to make it go to the next step.
  3. I found this code on forum what is wrong here? It just keeps attacking with everything I have and kills the mob before it uses item. Thread t = new Thread(() => { uint itemId = 60206; int questId = 26720; while (robotManager.Products.Products.IsStarted) { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { if (!Quest.HasQuest(questId)) break; if (ObjectManager.Target.IsValid && ObjectManager.Target.IsAlive && ObjectManager.Target.HealthPercent <= 25) { ItemsManager.UseItem(itemId); } } Thread.Sleep(500); } }); t.Start();
  4. didn't mean to hijack his post my problem is related to I think running 2 instances and using the same fightclass. Once I stopped that it went back to working fine.
  5. How do you use an item, wait for story and then attack and kill the mob when they do not attack you? It's for this quest http://www.wowhead.com/quest=26674/mistmantles-revenge and I have 2 objectives 1 to use the item at a hotspot, 2 to kill the mob that spawns after the story. Uses item fine but keeps using item on cooldown and will never attack mob? Thanks
  6. yea and I can only run one instance at a time the second one keeps crashing :(
  7. Droidz can we get this updated please? I know Rebot is gone but Trinity is still around It is very usefull thanks in advance
  8. I appreciate you responding, however I can not get this to work I tried item id, cast on player, buff casted by me ... etc no luck keep getting this in log when set to false [F] 19:24:55 - [FightClass] Launch LUA script: local name = GetItemInfo(Celebration Package); RunMacroText('/use ' .. name); Set to true is buff it does nothing The item id is 147877 and the buff it applies is WoW's 13th Anniversary: ID=243305 don't know if that matters?
  9. Don't mean sound dumb but how do you add a spell not in the toons spell book? I haven't started messing with fight classes yet. Just started using this bot.
  10. Is there a way to keep the http://www.wowhead.com/item=127987/celebration-package active while questing? Gives 11% bonus experience and rep? I looked for a plugin but didn't find anything maybe a way to add spell to fightclass?
  11. Removed all of the taxi's and it still won't take taxi for example the quests http://www.wowhead.com/quest=26394/continue-to-stormwind you are standing right next to the flightmaster http://www.wowhead.com/quest=26396/return-to-argus again you are standing fight next to the flightmaster in Stormwind? Is there no way to force taking flight paths? Bot spends a lot of time walking when we could easily take a flight path. BTW after it's blank it doesn't seem to be adding them to the taxinodes.xml file if it is supposed to be.
  12. is it saved anywhere so that it can be used on all toons?
  13. I am trying to do this quest http://www.wowhead.com/quest=26320/a-vision-of-the-past it requires you to enter deadmines and use and item and then wait for dialog then it ports you out. I tried follow path but bot won't enter portal it is a walk through portal? Runs right up to it but not going through and my last hotspot is on the other side of the portal. Any help would be great.
  14. Is there no default saved items list so when you mark sell whites it won't sell your cloth etc while questing? I see a list per toon but it looks like you have to add items manually which would take forever. If not can you add this feature or make a plugin or something? Thanks
  15. Ok I guess I don't understand where to put this? Is this done through the quest order section like pulse or in the actual quest? Sorry very new to this and the only reason I am doing quest profiles is because there are none available for 1-110
  16. Is there something special that has to be done in questing to use flight paths correctly? Sometimes it uses them sometimes it doesn't and will run all the way across the map when both flight points have been learned. Prime example is going to stormwind from elwynn forest and back after picking up the and completeing the quest http://www.wowhead.com/quest=26394/continue-to-stormwind
  17. I never have gotten this to work even checked eeny's profile and it doesn't work either. It needs to channel the spell for about 5 seconds but it uses the item and then runs off? Any help would be great
  18. Can we get this updated please? I know Rebot is gone but trinity is still open. Thanks
  19. Oh I was doing a quest in Westfall and the ready to turn in a quest and the bot was trying to run back to the starting point in Westfall because the NPC is there but later moves to the pumpkin patch? My toon ran right past the npc at the pumpkin patch and tried to go to the spot where he in when you first arrive in Westfall?
  20. Ok cool that worked I didn't know you could do 2 quests with the same id # Also can a npc have 2 locations? Start the quest in one place but is in a totally different place later?
  21. Trying to do this quest http://www.wowhead.com/quest=26230/feast-or-famine requires you to gather 5 Fresh dirt and kill/loot 6 tails. How do you do this at the same time using simple quester? I can do either but not both under same quest id. Thanks
  22. I will check back on this and would gladly pay $30 once it's finished. It doesn't seem anyone ever finishes these :(
  23. It works as far as casting on npc etc the problem is it has to be channeled for about 5 seconds and before it can finish it runs to the next target.
  24. I am trying to run this in a questing profile but the bot won't stand still long enough for it to finish casting? Is there a way to make it finish casting? RunMacroText("/use item:22962"); Thanks
  25. Darkmoon fair is in town and I keep getting stuck and trapped on wagons, poles, fences etc. How do I blackspot that area with maybe a radius so I will run around it? I searched forum but did not find the answer.
×
×
  • Create New...