Jump to content

TheSmokie

Banned
  • Posts

    1215
  • Joined

Everything posted by TheSmokie

  1. Anyway you got that level 13 toon name?
  2. You can spend 7.99€ for a month key but I don’t think droidz gives out longer keys for free anymore. Since most of his income comes from private servers and the keys are already cheap as fuck!
  3. Tbh i havent really ever messed with editor, if you can message me the profile, i can put it into a dll file for you and add the shooting but i am clueless when it comes to FC editor
  4. public Spell wand = new Spell("Shoot"); if (wand.KnownSpell && wand.IsSpellUsable && ObjectManager.Me.ManaPercentage <= 5 && ObjectManager.Me.GetEquipedItemBySlot(wManager.Wow.Enums.InventorySlot.INVSLOT_RANGED) != 0) { wand.Launch(); Usefuls.WaitIsCasting(); return; } This is what i use in my fightclass. if you want anymore help join my discord : https://discord.gg/ppm8Ufc im not always on here and i love helping people learn.
  5. Thank you @thxgod1\ here @Jensen-, code for you're problem, Also more code you can use that i have made. 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)); } var u = ObjectManager.GetNearestWoWUnit(ObjectManager.GetWoWUnitByEntry(NPCID)); if (u.IsValid) { Interact.InteractGameObject(u.GetBaseAddress); wManager.Wow.Helpers.Lua.RunMacroText("/script AcceptQuest();"); } return true;
  6. for this code to work you'd need to make it run inside Initialize();
  7. if(ObjectManager.GetWoWUnitAttackables().Any(x=> x.Position.DistanceTo(ObjectManager.Me.Position) < 20)) { MovementManager.StopMove(); Fight.StartFight(ObjectManager.GetWoWUnitAttackables().OrderBy(x => x.Position.DistanceTo(ObjectManager.Me.Position)).FirstOrDefault().Guid); }
  8. Not trying to start anything but I kinda wanna see if this guy got a refund. If not I would like to at least see him bitch about it.
  9. Retail : I can’t read this but knowing the name in title. I’m gonna say no, this bot will NEVER support retail EVER again! Private server : I do not believe until BFA is over in retail.
  10. its not that @Droidz is ignoring or want to work on class Private server, its just its pointless. ONCE retail releases Classic with in the next few months, all Vanilla servers will die or go to TBC. and warmane kinda needs bots to keep running, it keeps the cash flow coming in tbh.
  11. It can cause problems based on profile.
  12. Can you provide info like what server, and the profile you’re using?
  13. Might be a good idea for everyone to stop using wrobot on the realm til @Droidzfix the problem.
  14. Try using the repair tools and or reinstall it.
  15. @Droidz you may wanna take a lookie at lights / hope
  16. I’m not involved in nothing. I did want to sell this code but I’ve edited it to put into custom scripts. A completely edit copy. And I didn’t leak it at all . I dislike being blame for something I didn’t do.
  17. This sounds like a good time for everyone to sit back and eat some pie.
×
×
  • Create New...