Jump to content

TheSmokie

Banned
  • Posts

    1215
  • Joined

Everything posted by TheSmokie

  1. Can you log on discord and i can call you with sharing my screen? i wont type out a full how-to. id be willing to show tho. Discord link : https://discord.gg/ppm8Ufc
  2. If you know how to use the code then go for it , but if you don’t , I will NOT provide a how - to.
  3. //use as overridepulse with complete condition. if (!Quest.HasQuest(Quest ID) && !(ObjectManager.Me.Position.DistanceTo2D(new Vector3(x, y, z)) < 20)) { wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(x, y, z)); wManager.Wow.Helpers.Interact.InteractGameObject(ObjectManager.GetWoWGameObjectByEntry(Object ID).FirstOrDefault().GetBaseAddress); Thread.sleep(100); wManager.Wow.Helpers.Lua.RunMacroText("/script AcceptQuest();"); } return; complete condition : return (Quest.HasQuest(Quest ID) && !Quest.GetQuestCompleted(Quest ID)); //turn in code wManager.Wow.Helpers.Lua.RunMacroText("/click QuestFrameCompleteQuestButton"); Enjoy mate.
  4. Hello, Dragonblight has made Sprite healer bugged to stop botting, they seem to think it will help but it doesnt. do you know where the sprite healer is at? ill see if i can find a method to override there bug.
  5. There should be a option to use C# code in fightclass editor (Sorry i havent really ever touched fightclass editor.) if you wanna make a big step into learning how to write you're own fightclass outside of Fightclass editor, use @Marsbar Guide. Its one of the best and it help me get started. (if you need any help, you are on my discord so dont hesitate to ask me or Tala for help.)
  6. if (!ObjectManager.Me.HaveBuff("Shield Reflect") && whatever conditions you may want) { Lua.LuaDoString("CastSpellByName('Shield Bash')"); Thread.Sleep(Usefuls.Latency); } this should do the trick. also you can use this code for ranking Shield bash Lua.LuaDoString("CastSpellByName('Shield Bash(Rank #)')");
  7. //player is alliance ObjectManager.Me.IsAlliance //player is horde ObjectManager.Me.IsHorde
  8. -I recommend you decompile this and see that it supports 3.3.5: The "Assign Talents" doesn't do anything in wRobot for older versions. If you're looking to build it into your fightclass, check:http://wowwiki.wikia.com/wiki/API_LearnTalent @Matenia Posted Here!
  9. I’ve been trying to input this frame lock into my Rey fightclass and I’ve found the same problem, it would lock but not unlock. I haven’t tested it with lua to move (I will once i finish watching a movie ?) thank you @Mateniafor saving me a hour worth of work
  10. Just a idea, for skinning and mining. have you're thought about adding a buy knife and mining pick and add a do not sale to it?
  11. TheSmokie

    Vehicle options

    @Droidz idk if this will help you dev the vehicle api but here is what honorbuddy used. https://github.com/BosslandGmbH/Honorbuddy-Quest-Behaviors/blob/master/Quest Behaviors/Vehicles/VehicleMover.cs
  12. in you're settings turn sell options on. if you are using a quester grinder you can add the npcs to sell inside the code.
  13. Restart wow and wrobot, if this doesn’t work redownload or use the repair tool for wrobot.
  14. shouldnt take you 3 hours. maybe 30 mins as you know what you're doing.
  15. or @BetterSister UPDATE you're profile, you did say you was bored out of you're mind. #projectLIFE
  16. thats something that could help. sad part is no way to detect if a GM is invisible or not. if someway we able to find a way, we can always use a pause bot if a GM is around. to make it think we are afk instead of we are botting.
×
×
  • Create New...