Jump to content

eeny

Elite user
  • Posts

    987
  • Joined

  • Last visited

Reputation Activity

  1. Like
    eeny got a reaction from BetterSister in WRobot for wow 6.2.3 - key   
    dont think so, every time you open Wrobot i think it polls the server to see if anyone else is using the key.  the old key should work on the new PC.
  2. Like
    eeny reacted to Droidz in 'Relogger' application is available   
    Hello, 
    'Relogger' application is now available.
    Update WRobot, the file 'Relogger.exe' will appear in your WRobot folder.
    PS: If you cannot run WRobot today (crash instantly), launch file "Update.exe" (you can found this in WRobot folder) and update WRobot to resolve problem.

    View full article
  3. Like
    eeny got a reaction from BetterSister in how do i fight?   
    Download a fight class, place it in the fight class folder in the install location.
    In general settings load the fight class you downloaded
  4. Like
    eeny reacted to Droidz in Work in progress   
    Hello,
    I post a small new for say that currently I work principly on "Relogger" application (you can look screenshot in this post).
    I took a little delay on the support (on the forum) and for fix the bugs on WRobot for private server, I'll catch up when "Relogger" is realesed (soon :)). After it, I'll start to work on Legion.
    Regards, Droidz.


    View full article
  5. Like
    eeny reacted to MeRox in WoW running out of memory   
    Doesnt solve the problem for me, did lower the value also, it seems to run out of memory only with quester, gathering etc etc works like a charm without crashes. (8gbit ddr3)
  6. Like
    eeny reacted to chapperz in Just picking the devs brain abit in this one :P   
    HB has a high ban rate in my opinion anything from that bot should be kept well away from wrobot.
  7. Like
    eeny reacted to Droidz in Snippets codes for quest profiles   
    Snippets codes for quest profiles
     
    ps: Feel free to share your tips on this post. If your message is poorly presented or contains a question, it will be deleted.
  8. Like
    eeny got a reaction from BetterSister in Patch Notices?   
    Probably this hotfix?

     
  9. Like
    eeny reacted to Droidz in [Suggestion] Start all Bots with 1 Key and Force stop fight   
    Hello,
    Sorry, I'll not add this.
    But I planned to make a program that manages several sessions of WRobot (product change, profile change, restart) and Wow (launch, restart, relog,...)
  10. Like
    eeny reacted to Droidz in Use item on hostile "weakened" mob   
    Hello,
    Add step type "PickUp" (put quest name in parameter) Add step type "RunCode", in parameter put this code: Thread t = new Thread(() => { uint itemId = 62899; int questId = 28000; 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();  (you need to have quest in your questlog, you can replace "62899" but the item id, "28000" by the quest id and "25" by the max target health)
    Add step type "Pulse" (put quest name in parameter)
    Add step type "TurnIn" (put quest name in parameter)
  11. Like
    eeny got a reaction from Droidz in Wrobot changes equipped epic items on gray item on char   
    havn't seen it since that update. =)
  12. Like
    eeny reacted to Droidz in Banwave   
    Hello,
    About HB, sincerely, without the contents created by the HB community (profiles, fight classes, plugin, ...), HB is an very basic bot, the dev team take few days to release update after new wow update (I have never understand why, security is false pretext, you can see result...) (I work alone, it takes me a few hours for normal update, and we can begin to work on the PTR server for beings ready when build is released on live server). After the banwave a few months ago, HB team have reopened the bot without knowing exactly what had caused the banwave, current banwave is a logical continuation... This is not the first fault, I was already here at the time where bossland began to writte bot with GatherBuddy, after few months it had already taken a banwave (because poorly coded). Even the banwave dating from there are 1 or 2 years old could be avoid because they had was warned that bliz had added a detection method.
    About WRobot I have worked hard to make wrobot hard to detect (it is more easy to detect HB that WRobot (If any have knowbase he can test)), I use a special technique that I have not seen on another bots to hide WRobot in memory. I know what I'm doing (if I worked among bliz, the  bots would have disappeared ^^). I cannot say that WRobot is undetectable (all is detectable), but I work to avoid it, and I think WRobot is among the most secure bots.
    ps: Sorry for my English.
  13. Like
    eeny reacted to Droidz in Flightmaster/Flightpoint   
    Look this sample: UseFlightPath.xml (guide is written in the first step).
  14. Like
    eeny got a reaction from Dreamful in How to do a Grinding 1-60 One Click?   
    For a 1-60 click i would use a quester profile.
    Create multiple "killandloot' quests.. and set the max level for each 'quest'  select "is grinder-not quest" for each of them.  As the toon levels it will reach the max for each 'quest' and move onto the next one.  
    getting the bot to move from westfall > wetlands would be a pain IMO.. i would just look for a spot in duskwood > north STV > South STV, these are not massive movements so the bot should manage.  That will get you 1-35.  
    Then make a second profile Feralas > 1Kneedles > Tanaris > Ungoro > Sithilus.  That should do 35-60
    As Driodz said you will need to manually get the character to the next starting spot, but the bot will be doing 99% of the work anyway.  Its not a 'one click', more of a '2 click' but if you plan to share it here a 1 click will have so many people/noobs starting it and leaving it running for 20+ hours and getting banned.
     
  15. Like
    eeny reacted to Droidz in Click to accept / Click to Turn In Quests. Droidz Budday!   
    Hello,
     
    "wManager.Wow.Helpers.Quest.CompleteQuest" works only if you have target quest giver (no on popup quest).
     
    To resolve your problem look this profile:  (steps 10, 11, 12, 13).
     
    You need to, in "Quests order editor":
    Add steps type While with param :
    wManager.Wow.Helpers.Quest.HasQuest(35933) Add steps type RunLuaCode with param:
    RunMacroText("/click ObjectiveTrackerBlocksFrameHeader"); RunMacroText("/click QuestFrameCompleteButton"); RunMacroText("/click QuestFrameCompleteQuestButton"); Add steps type Wait with param:
    1500 Add steps type EndWhile.
  16. Like
    eeny reacted to Droidz in Wrobot changes equipped epic items on gray item on char   
    If you can wait next update and tell me if problem is resolved.
  17. Like
    eeny got a reaction from chapperz in Starting quest from items picked up   
    Hey all,
    writing a few horde leveling profiles and i find im getting stopped with certain quest lines because i dont know how to accept quests from items i pick up.  
     
    For example http://www.wowhead.com/quest=24979/a-scarlet-letter starts from a drop from a mob.  There is no NPC to pick the quest up from so i dont know how to accept it.  Anyone figured out how to do this or got any tricks?
     
    cheers
  18. Like
    eeny got a reaction from chapperz in Starting quest from items picked up   
    awesome, thanks man!
  19. Like
    eeny reacted to Droidz in Starting quest from items picked up   
    Hello,
    Like this: 
  20. Like
    eeny reacted to seaniscoolkinda in Leveling from 1-100   
    I'm currently working on one for Horde (troll, orc).  I will release the 1-25 version of it today and post the link here.
  21. Like
    eeny reacted to Droidz in Banwave   
    Hello,
    WRobot is not affected by this banwave.
    This banwave seem detect free rotations bots like Soapbox (don't use free of charge wow cheat/bot, it's all time risky).
  22. Like
    eeny reacted to Droidz in Another ban wave   
    Hello,   Yes I seen it yesterday.   WRobot is not affected by this banwave. I worked hard in WRobot 1.5.0 to hide WRobot in memory (WRobot is probably the only bot to use this method). It is not possible to make undetectable bot, but with small community (bliz seem targeting big community), if you use your own profiles (path of popular profiles of hb or rebot  are probably know by bliz), if you do not disturb other players (don't use bot 24/24, don't grind in quest zone...), you minimize ban risk.
×
×
  • Create New...