Jump to content

TheSmokie

Banned
  • Posts

    1215
  • Joined

Everything posted by TheSmokie

  1. Hello, for a free profile. you can find them on the download area. and for the payment methods. here is the type of payment @Droidz takes https://wrobot.eu/store/category/2-wrobot/
  2. Well okay. to do something while dead for you’ll need to use a plug-in because custom code only works once at the start.
  3. Would you be so king to provide the profile so I may have a look?
  4. Can you send me the video also? I wanna see how they messed up even mire
  5. Warmane is upset because people can easily bypass there detection bullshit and don’t wanna imput the money to fix it so they make shit weird.
  6. Did this guy get his refund?
  7. Can you provide you're logs, this sounds like a addon or plugin you might be using.
  8. That’s weird, I never knew about that @Matenia
  9. WARMANE doesn’t detect wrobot. best thing to do is not bot without having some good plugins.
  10. You can upload the logs to a media hosting website like mediafire.com and send him the link in DM
  11. if you have a quest with a item you need to use on the ground. if (wManager.Wow.Helpers.ItemsManager.HasItemById(ID)) { wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(z, y, z)); System.Threading.Thread.Sleep(6000); ItemsManager.UseItem(ItemID); ClickOnTerrain.Pulse(new Vector3(x, y, z)); System.Threading.Thread.Sleep(1000); } return true;
  12. Hello @Droidz while i am making a fightclasses and using a EscapeProtocol, i found that this code doesnt completely stop the fight. it will still fight if attacked. i cant seem to get it to stop attack when attacked for a fightclass C# wManager.Wow.Helpers.Fight.StopFight();
  13. you are able to add pots to you're fightclass with this. if (ItemsManager.HasItemById(118) && ItemsManager.GetItemCountByIdLUA(118) >= 1 && ObjectManager.Me.HealthPercent <= 40 && ObjectManager.Me.InCombat && ObjectManager.Me.Level <= 10) // change 118 in Hasitem, item count and use item. { ItemsManager.UseItem(108); Thread.Sleep(10); // change sleep to you're ms. i use 10 as a defult. return; } you can add any condition you would like.
  14. Troll Priest quest "Garments of Spirituality" Level 5 Code : OverridepulseCSharpCode if (Quest.HasQuest(5648)) { wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(170.596f, -4769.92f, 14.40446f), 12430); wManager.Wow.Helpers.Lua.RunMacroText("/cast Lesser Heal"); Usefuls.WaitIsCastingAndLooting(); wManager.Wow.Helpers.Lua.RunMacroText("/cast Power Word: Fortitude"); Usefuls.WaitIsCastingAndLooting(); } return true; Undead Priest quest " Garments of Darkness" Level 5 Code : OverridepulseCSharpCode if (Quest.HasQuest(5650)) { wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(2436.81f, 359.072f, 33.26905f), 12428); wManager.Wow.Helpers.Lua.RunMacroText("/cast Lesser Heal"); Usefuls.WaitIsCastingAndLooting(); wManager.Wow.Helpers.Lua.RunMacroText("/cast Power Word: Fortitude"); Usefuls.WaitIsCastingAndLooting(); } return true; Optional : if want to add complete condition (not needed.) return (Quest.IsObjectiveComplete(1, 5648)); Tested on WOTLK
  15. if you get the error [Quester] Cannot found QuestClass: its because somewhere in you're "Quest order editor" you have a pickup, or turn in empty.
  16. I’ll download and see it in a few hours. I’ll get back.
  17. I know a few people that was Gm's and they all said they wouldnt do that because its going via different accounts.
  18. I downloaded proxycap but didn’t want to buy a proxy list so I googled socket 5 proxy’s and there are a lot of free ones out there. I’d recommend finding the ones with low use and fast speed. I also recommend changing you’re proxy list out every week or two or after a ban. (Ban account = ban that proxy.) also if you’re gonna bot for gold, switch you’re toons up every day or two. Botting 24 / 7 on one toon isn’t worth the ban.
  19. @tdog3333 Yes, yes i mean that. they will not be able to trace all 20 toons.
  20. what you should do is make 2- 3 accounts with 5 toons each . and spend the 1 gold to send to all 20 toons then send to you're main. this may sounds like a exstream but its more then worth it. i have been banned on one my accounts for trading botted gold.
×
×
  • Create New...