Jump to content

eeny

Elite user
  • Posts

    987
  • Joined

  • Last visited

Reputation Activity

  1. Like
    eeny reacted to x11r6 in Druid Fightclass problem   
    Here you go, remember to put the spell "mangle" on position 1 of the 3rd action bar.
    druid example.xml
  2. Like
    eeny got a reaction from ramio in Custom Profile, does this even work?   
    Quest profile. straight up.
    I did something very similar in the profile below
    farm 2500 leather
    hearth, use scrolls / AP items
    Sell + Mail
    repeat.
     
    Now, you said : 'cast a specific spell ID'.  Looking at what your doing im going to assume you are thinking  crafting profession skill?  In which case you are attempting to call a protected function.  Blizz has put a lot of effort to make the craft button's 'bot proof' in legion.  you will prob end up just mailing raw mats to a bank and mailing them back when you are ready to craft.
    Best of luck
     
     
  3. Like
    eeny got a reaction from Serrec in Grind profile creation- 5 mins   
    I get PM'd about this a lot- Video should make it easier.
     
  4. Like
    eeny reacted to Hapiguy in Downloads become mess   
    @Droidz, I've got some Moderator experience... you want some help w/ the forums?? 
  5. Like
    eeny reacted to reapler in flying gathering tbc mine - mount - mine same mine - mount   
    Hello, i wrote a small plugin to fix it but i can't test it. But i hope it still works for you:
    [Tbc]MiningFix.cs
     
  6. Like
    eeny reacted to Hapiguy in How Do You Sell Your Gold Safely? (Prevent Refunds)   
    I've always sold to the Chinese re-sellers, honestly.
    Sure, they pay less than what you can get if you sell yourself, but they're always buying, they always pay promptly and I've never had a chargeback.
    I've sold ~ 30-40 million in the last year with no issues.
  7. Thanks
    eeny got a reaction from Steffen in Gather profile creation - 5 mins   
    get asked this a bit- 
     
  8. Like
    eeny reacted to Droidz in Gather profile creation - 5 mins   
    Tips: During profile creation, you can use tab "Map" (and option "Radar 3d") to view recorded path and found easily your start position.
  9. Like
    eeny got a reaction from CarloBotto in Grind profile creation- 5 mins   
    I get PM'd about this a lot- Video should make it easier.
     
  10. Like
    eeny got a reaction from Stubenhocker in Gather profile creation - 5 mins   
    get asked this a bit- 
     
  11. Like
    eeny reacted to Marsbar in Complete List of FightClassEditor functionality ( Vanilla WoW )   
    The bot is basically a backport of the retail bot, functions the retail bot has haven't been stripped out for the private server version and the reason some of the functions don't work is because the retail version may have been using methods that did not exist in the earlier versions of WoW. I would say this is by far the most fully featured vanilla bot and anything that doesn't currently work can always be raised as a bug report (or worked around by creating a plugin).
    In regards to your fight class question, the editor is used as a user friendly way to create a fightclass, if you wish to create a complicated/intricate fightclass that responds well you'd have to do it in C#.
    There are many example fightclasses on the downloads section (xml and c#), even if the c# ones are for a different version of wow you can pretty much still copy the methods and exchange them for something more compatible (like LUA).
    For the cost of the bot I think you need to give it some more credit, even if there is a lack of documentation (who likes writing documentation anyways lol?).
  12. Like
    eeny got a reaction from tonycali in Quest Tutorial Video: Basic Concepts Grind till lvl   
  13. Like
    eeny reacted to callsoul in Force attack in dungeon   
    Eeny, Droidz, thank you! It works.
  14. Like
    eeny got a reaction from ipwnuqq in gatherer not working   
    dunno man, guess if grinder / quester is working use that.
     
    Droidz will ask for you to upload a full log file.  may aswell do they before he wakes up.
  15. Like
    eeny got a reaction from sjokzz in Questions before buying.   
  16. Like
    eeny got a reaction from 14553 in Questions before buying.   
  17. Like
    eeny reacted to camelot10 in Questions before buying.   
    you are such kind person. answering same questions every day, again and again. i wish i can do the same.
  18. Like
    eeny got a reaction from camelot10 in Questions before buying.   
  19. Like
    eeny reacted to Droidz in Snippets codes for quest profiles   
    Change position of path generated by WRobot
    (this can help you to resolve  stuck on specific doors and doorways)
    With this code, you can replace specific point of path by another.
    // Continent (item1), DefaultPosition (item2), DefaultPositionSearchRange (item3), NewPosition (item4) var positionChange = new List<Tuple<ContinentId, Vector3, float, Vector3>> { new Tuple<ContinentId, Vector3, float, Vector3>(ContinentId.Kalimdor, new Vector3(1422.318, -4662.921, 35.46182), 0.5f, new Vector3(1422.063, -4665.421, 35.46295)), /// new Tuple<ContinentId... }; wManager.Events.MovementEvents.OnMovementPulse += delegate(List<Vector3> points, CancelEventArgs cancelable) { var continent = (ContinentId) Usefuls.ContinentId; foreach (var p in points) { foreach (var pchange in positionChange) { if (p != null && pchange.Item1 == continent && p.DistanceTo(pchange.Item2) <= pchange.Item3) { Logging.WriteDebug("Change path position of " + p + " to " + pchange.Item4); p.X = pchange.Item4.X; p.Y = pchange.Item4.Y; p.Z = pchange.Item4.Z; p.Type = pchange.Item4.Type; p.Action = pchange.Item4.Action; } } } };
    (you need to run this code one time by WRobot session, you can run this code in step type "RunCode")
  20. Like
    eeny got a reaction from Arcangelo in Elysium IP ban   
    Today i had a costly trip to GM island.
    I was running 4 clients, 4 different profiles / fight classes.  3 horde, 1 Alliance.  One bot takes a trip to GM island- 24 shaman. No worries- it's irritating, but not a bad loss.
    At this point no use fighting the inevitable ban.  Have a chat to the GM, he didn't want to play around- wouldn't tell me how i was caught.  I start shutting down re-logger and other clients until the Gm says " i have banned the other 3 as well"
    44 alli rogue 40 horde spriest 29 horde mage  
    ...well shit.
    Certainly looks like IP banning is a thing.  maybe the VPN users are onto something.
     
    For those wondering- i was a little careless / rushed.  i was botting 10 acc's rotating 4 online at a time so they are active 6-8 hours a day each. mostly unattended- grinding...literally asking for it.
    1 public 1-50 grind profile- custom build had a few quests scattered through.
    3 more private profiles of similar build.
     
    Going back to legion for a bit...
     
  21. Like
    eeny got a reaction from anarchia in First Questerprofile Assistance   
    There was a problem with your string
    return ItemsManager.GetItemCountById(45000) >= 4;
    I changed it- so make sure its correct.  it doesn't shoot a compilation error, however i don't have 3.3.5 so i cant test
     
     
    1111TestDaily111.xml
  22. Like
    eeny got a reaction from anarchia in How to create Quest profile   
    EasyProfilecreator is the way to go IMO
     
    Profile looks good- you may need to tick " is quest repeatable = true" as its a daily.
    otherwise the only other thing it could really be is an incorrect quest ID.  In EasyProfilecreator go to tools > helper tools and look for the " Current Quests Memory Info" button- hit that and it will give the quest ID's for the quests in your log.  Make sure thats the ID you are using.
  23. Like
    eeny reacted to riggsmed in Usless?   
    Molotox, thank you for putting all that in one spot!  Now I don't even have to bother looking for leveling profiles. =)
     
    To the OP, I shelled out the 10 bucks for Eeny's 1 - 80 questing profile and from 1 to 65 I think my character got stuck in 3 different spots where I had to help the bot a little.  He gives some samples so you can try some of his profile before you have to shell out any money.  After making a relatively simple fight class profile myself, I imagine he had to spend quite a bit of time developing his leveling profile and I don't blame him for wanting a little money for his work.
    I made my own fight profile for an affliction warlock and have tested it from 1 - 65, and on level 75 and 100 affliction warlocks and it is working very well. 
    I started using it on another account, one I don't mind getting banned, and as of this morning, it was still working great.
    I've tried some other fight class profiles that are ridiculously good and I've seen a lot that aren't that great.  I've used some hunter and rogue fight profiles that worked really well.  BTW, what class were you using to level?  If it's one I've tried I'll try to point you in the right direction.
    I would recommend opening the fight profile in the fight profile editor before using it to see what spells they use.
  24. Like
    eeny got a reaction from fragik in How to Schedule Gatherer Profiles   
    If it makes you feel any better- its only been around a few months... it is the shit however.
     
    have fun playing with the new toy.

  25. Like
    eeny got a reaction from fragik in How to Schedule Gatherer Profiles   
    ok... so watch the re-logger tutorial and make a re-logger entry/profile for your character and give it several tasks
    First task is easy- enter the type of task, profile used, fight class and how long you want it to run.  
    in this case- some grind profile in aszuna i use to skin, 35-40 mins To make this bulletproof i would put a wait in (you can try without- it will still prob work).  a wait of 1 min will close wrobot and not WoW client... after 60 seconds wrobot will start up again. and run the next step. Gatherer for 60-70 mins Wait1 min quester dailys 60-70 mins Wait 210-280 mins Loop Thats how i would do it.  @da8ball you are in charge of testing if this works without the wait of if you need to close wrobot fully closer with a wait to work.



×
×
  • Create New...