Jump to content

Ivkan1997

Members
  • Posts

    77
  • Joined

  • Last visited

Everything posted by Ivkan1997

  1. Hello, How do you guys control botish movement? Can anybody recommend me some kind of plugin that is paid or free no matter, or something else to shut down thoose sharp movements. I have tried SmoothMove free plugin but its not working that good, because character stuck often and doesnt follow path etc... Asking it because today I saw one guy that was 100% bot but with sooo smooth targeting and moving around. I believe someone has something... ?
  2. Hello, My character wont go eat or drink at quester profile. Settup is like this Food name:Hauch of Meat on 40% to 95%. Drink "true" Use Drink. Drink name:Ice Cold Milk on 40% to 95%. Character is killing and killing never stop for drink, even log doesnt capture he is even trying to drink. Like he ignores everything! No plugins activated for this test, all other profiles drink without problem. This 1-80 doesnt.
  3. Hello, Why does my wrobot close itself when my character got teleported, but game dont? In options i click false for "close when teleported" I dont want anything to be closed when character teleport
  4. Thats exactly what I was looking for!! ?? Thank you soo much for answering guys ?
  5. Drooidz, I only put example of code and I need similar one. I need code for example: " Have item 'Cold Milk' in bag > 10 " So it will SKIP step if I have more than 10 'Cold Milk' in my bags. So Im searching is there any code what could help me, but NOT this one: " ObjectManager.Me.Position.DistanceTo2D(new Vector3(10032.4, -7000.29, 61.3098)) < 1000 "
  6. Hello I would like to know if there is any code like this one for SKIP STEP in Quest profile if there is more than 1000 yard from some npc position: " ObjectManager.Me.Position.DistanceTo2D(new Vector3(10032.4, -7000.29, 61.3098)) < 1000 " Im asking for code to: IF I HAVE SPECIFIC ITEM IN BAG TO SKIP STEP. (reason: When Im questing in some area, and got disconnect from server, when my character log in again, Quest order editor will force my character to again go learn spells, or buy food, or go repair, because I have added it all to quest order editor. * * *So when I got disconnect, quest order will NOT force me to go again in town for everything because my bag will have already food in it, and bot will recognize it and SKIP STEP * * * Any suggestion how can I set it up, if there is no code for that option.
  7. Hello drooidz, 1. I have already found RunCode for changing mount, but thanks anyway. 2. I have separate your code in 3 steps then it works! First Action --> If --> (wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new robotManager.Helpful.Vector3(1, 2, 3), 12345)) Second Action --> RunCode --> wManager.Wow.Helpers.Usefuls.SelectGossipOption(wManager.Wow.Enums.GossipOptionsType.trainer); Third Action --> RunCode --> wManager.Wow.Helpers.Trainer.TrainingSpell(); Yes, I got error because I dont know how to copy it, probably spaces are problem or something...
  8. Also, how should I put this code in Runcode: (whatever, and however i copy this, its not working) Can somebody copy this code, and set him up like it should look like in Quester--> Quest order --> Runcode. I dont know from where you copy this codes, but they needs to be edited to work with Quester, or I dont know how to copy them? if (wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new robotManager.Helpful.Vector3(1, 2, 3), 12345)) // replace 1, 2, 3 by position, and 12345 by npc entry id { wManager.Wow.Helpers.Usefuls.SelectGossipOption(wManager.Wow.Enums.GossipOptionsType.trainer); wManager.Wow.Helpers.Trainer.TrainingSpell(); }
  9. Hello, Can anyone show me the code for changing ground mount? It should be accepted for Runcode in quester profile. Thanks
  10. Hahahaha, What kind of PC do you have, 26 wow clients open is a lot...
  11. Hello, Im using proxycap with relogger, and sometimes (usually once in 2 weeks) proxycap crush and what happend? I get dissconnect from server at WoW.exe, Relogger opens new one and that fresh opened WoW.exe is runing by my HOME IP! That way I got perma ban on all my bots at same time since they catch me botting from same IP 15-20 accounts. Im searching for some rule to be working like " WoW1.exe can be only run from specific IP(it will be my private proxie) and that is 192.616.212.22 (example)" So rule for WoW2.exe is "Can only be run from IP 94.234.324.22(example)" Please try to explain me if I can achieve what Im planing to
  12. An complete guide to set up VM step by step for beginners?
  13. So is there any way to maybe set rule on your pc that wow1.exe can use only specific ip address(proxies)? So wow2.exe will use some other specific ip address(proxies) I have tested now and proxycap can really leak your IP address.. it doesnt even discconect me from server when i shut down proxycap, and my real IP is showed for all my bots... That way your real IP would never be exposed since your wow.exe will only work with one IP which will be proxie...
  14. They can flag your account, and ban them all at once in "banwave" so you can think they have somekind of system for instant ban. Have anyone tried to bot multiple accounts on 2 seperate pc with different IP and proxies ( I belive some of you have more than 1 router at home )? Try to put few character only to stand still in game for hours and see if they track wrobot somehow. If that pass, try to put them only walk a bit every minute around some area without doing anything, if that pass do something more and see when you will be caught... I cant do it by myself because I still dont have downloaded that wow client...
  15. Im following this thread from beginning, and would like to mention to stop attack eachother, we are all in same sh*t.. Proxycap can crush sometimes but it doesnt let you log into game then. So personally I think there is no IP leak... Try to avoid logging on mutliple accounts at once... Im usually botting 20 accounts on warmane and experienced around 6-7 banwaves, some accounts had 120 DAYS (24/7) without ban!! Take care of your played and dont go straight too many hours, dont log all of your 20 accounts at same time, get some plugis to see whispers from players etc... And yeah seems like this realm from original post have some serious GMs who are not lazy, and watching all by their eyes. How much time it takes for you to see someone is boting? Answer is like 3-5 secs... Keep it up and talk about your results and oponions. ?
  16. Thank You for replay ? Well I believe Droidz is very busy with improving wrobot so cant blame for not answering
  17. Hello, What is the Runcode for enable or disable plugin in quester profile?
  18. As title said... I have well scripted dungeon profile and my character wont die by itself, but when internet lag happens or server crush, my character is dead and he cant find path to instance where corpse is. He is going strainght into obstacles etc... Is there any way to make some task(followpath) to make character follow it "ONLY IF DEAD" so there would be no problem...
  19. Yes it is. I made fightclass to force character to be in cat form most of the time. So what you suggest me to do? Any way to configure it to watch on mana bar instead of energy?
  20. I want him to follow real mana bar instead if energy bar.
  21. Hello, Druid in cat form with settings "use drink/food on below 60% hp" will constantly use food and drink because he thinks cat energy is mana bar! Any suggestions?
  22. I dont have any program to decompile and Im new at it, so will wait for @Droidz replay, and possible solution :)
  23. Greetings community, Today I experienced strange Wrobot reactions.. I have set wrobot to buy 100x of [specific food] and its not doing it good, no metter what I put in "food amount" it will buy only 55x [specific food] instead of 100. Any suggestions?
×
×
  • Create New...