Jump to content

Runaro

WRobot user
  • Posts

    426
  • Joined

  • Last visited

Posts posted by Runaro

  1. On 8/31/2018 at 2:25 PM, food4me said:

    Thank you very much! I love it. 

    Runaro made the profile exactly how I wanted it super fast response time and the agreed price was reasonable for the amount of joy I will get out of the profile I will now come stright to you for any custom profile I require. Thank you very much 

    He just did charge back the money, so beware of this guy.

  2. 17 minutes ago, ScripterQQ said:

    Hello, I'm trying to create a simple Quester profiles that press few buttons on the game, I'm using mainly RunMacroLua.

    Step like "/target Dalaran Inkeeper" work good, also InteractUnit("target") (this one is RunLuaCode)

    The problem is after I targeted the NPC and I interact with it, I want the bot to press some buttons, which are basically a lua macro with "/click Button1" "/click Button2" and so on.

    For some reason, the bot cannot execute the commands and it stucks at the InteractUnit step, what am I missing?

    Thanks for any help ?

    If you want to target and interact with a NPC and then also click some Buttons in the opened frame, then it's important to use sleeps between the commands.

    Example in the QuestSorted:

        <QuestsSorted Action="RunLuaCode" NameClass="InteractUnit(&quot;Lillith's Dinner Table&quot;)" />
        <QuestsSorted Action="Wait" NameClass="1000" />
        <QuestsSorted Action="RunMacroLua" NameClass="/click QuestFrameCompleteButton" />
        <QuestsSorted Action="Wait" NameClass="1500" />
        <QuestsSorted Action="RunMacroLua" NameClass="/click QuestFrameCompleteQuestButton" />

     

  3. 16 hours ago, Pallastic said:

    Hey,

    I worked around a lot with the Wrobot easy Quest creation tool...

    After a lot of practis I was able to get a simple Quest Profile which worked for me....

    But at the first "Kill and Loot" Quest the Bot struggled around... the bot don't count items he loot.

    Did I something wrong or is there a "Bug" which don't allows the bot to count looted Items..? 

    (I've tested the original Profile from the Forum and from other users... still same problem)

    Servers tested: Atlantiss Wow and Monster-Wow

     

    Hope someone can help out... ?  (and sorry for bad english)

    Best regards

    Hey,

    just message me in Discord ( Runaro#6817 ) and i gonna take a look over your issue and hopefully can solve it.

  4. Just now, binm7mdd said:

    hello i bought the 3 days 2.99 eur wrobot

     

    how do i stop it for reccuring every 3 days? like if i want it to be only 3 days (im using credit card) ty

    It doesn't renew automatically, you will only get a notification, that your license gonna expire.

  5. 22 minutes ago, dragonmase said:

    Hi, I'm not sure if this can already be done somewhere, searched the forum but couldn't find.

    Is there a plugin that wait a certain amount of time, before it starts looting the mobs around you? Then go back to the original position?

    This is because alot of the tmog farms invovles you killing very disperesed low level creatures. Currently the bot will kill one, walk up without mount, loot, then walk over to the next mob. Very slow. It would be great if there was a plugin that allows you to kill all the mobs in an area for after 2 minutes, then you go into flight form and start flying around and purely looting everything, then only start killing again. 

     

  6. 14 minutes ago, musz said:

    Attached the fresh log, made few min ago.

    This the problem line: [N] 12:45:07 - [MovementManager] Waypoint timed out

    This happen when the whole game freeze, and after 5-6sec continue the process

    11 márc. 2017 12H42.log.html

    Disable all WoW addons, since it can cause problems in vanilla with WRobot.

    Run WRobot as administrator and don't try to let World of Warcraft run in the background, since it's not supported in the trial version. ( use window mode in World of Warcraft and keep it in foreground )

    If nothing helps, then try it with a clean WRobot installation again.

  7. 6 minutes ago, musz said:

    Hi!

    I'm new here, testing elysium server with trial key.

    My problem is the wow freezing every 20mp for 5mp. The whole chat restart, etc, not just the bot.

    When i play by hand the game working well.

    Have installed framework 4.6.1, and visual C+ 2010, 2012, 2013, 2015 x86

    Need any else to bot, or is just a trial key issue?

    Regards

    The trial key is only use able for a short amount of time, like for 15-20 minutes.

  8. 9 hours ago, iMod said:

    Hello,

    I'm looking for some ideas how you would create or what you expect from a heal engine.

    We got a list with player objects that will be updated async so we allways have an updated list of party or raid member.
    Now it comes to the point we have to priorize the ppl. What would you expect from it?
    I never wrote such stuff so it would be helpfull if someone could explain what and why he would add some functions. Also samples are welcome if you know a existing heal engine.

    Thanks iMod

    • Prioritize lowest health %, but if a tank is low too, prioritize him first. ( if there are multiple tanks, then prioritize the lowest one )
    • Every tank will have different healing settings. ( spells and % )
    • Check threat, so if a tank loses his aggro for X milliseconds, you can set a focus heal on the non tank player with the highest threat. ( shield, bubble, barkskin, quick heal etc. )
    • Pre hots and shields, if there are encounters of a boss, which will give players a decent amount of damage. ( debuffs, or a cast of the boss )
    • Check debuffs of all players and if you can dispell it. ( prioritize tank ofc. and avoid overheal, if there's a 100% healing reduced debuff, which can't get removed by overheal )
    • At some boss encounters, a certain healer will have to use his cooldown, which will get choosed before. ( example: At the 5th charge of the boss i have to use tranquility )
    • Different settings and spells at high and low mana %.
    • Possibility of only healing certain groups and players, in a raid. ( if they're not alive anymore, switch to the other groups )
  9. 11 minutes ago, MausFarm said:

    That's exactly what I'm doing
    But in order to use the reloger, need run a lot of copies of the reloger and in each write different paths to the game clients

    Ah, ye..

    I noticed this problem too, my bad for the misunderstanding.

    @Droidz Would be a great option, so we can choose for every single account, a different WoW.exe in the relogger.

  10. 20 minutes ago, MausFarm said:

    Hello
    I tried this bot for vanilla instead of the other two and everything suits. But there is a problem with using a proxy. To run 6 bots on different ip addresses, you have to run 6 relogers, because the path to the warcraft client is specified only in the general settings. Perhaps you could make an indication of this path for each window separately?

    Why for every bot a single World of Warcraft folder?

    Just copy and paste the Wow.exe and rename it in the World of Warcraft folder for every bot.

  11. On 3/5/2017 at 1:13 PM, I3ambi said:

    i bought private server key and normal key. so i should able to play any server. but on a 7.15 server, the normal key doesnt work, and when i try to use p server key, he says that my bot version isnt compatible with p server key.

    help out there someone ?

    edit: its 7.1.5 (23360)

    WRobot doesn't support officially legion private servers, but you can be lucky and droidz could upload a old version of WRobot for your WoW version. ( Only with a normal WRobot Subscription possible and not private server Subscription )

  12. 6 minutes ago, Macpod said:

    Hm... wish they had a payment model for a single private realm session instead of infinite tho. Investing 20$ + buying socks5 when I just got a vpn is kinda dumb. :<

    You still can use the vpn, but only one. :biggrin:

    The licensing model of WRobot is totally fine in my opinion and if you want to mass bot with several vpns, then you should contact droidz for a different model. ( that will cost more, then just getting one license and some socks5 addresses )

  13. 2 minutes ago, Macpod said:

    And you do that by using an extra program like Proxifier for that? That doesn't sound very safe for me. Or is it possible to do it somehow different? With a VPN I can litterally block every communication outside of a vpn so it will _never_ leak my ip. I'm pretty new to this so not very experienced but I also can't really find good sources on how to set up socks5 in a very secure way.

    Yes, Proxifier is a good example.

    The connection will get blocked, if for example the Socks5 server is down.

  14. Just now, Macpod said:

    I was thinking of purchasing the bot but how am I able to bot a couple characters on one pc through vms(vpns)? I mean, the risk to bot them all on the same ip is plain dumb and gets all your accounts banned at once. Or am I missing something? I don't really know what to do now as I just figured out (before purchasing) that I wont be able to bot multiple chars on a private server through vms/vpns.

    You don't have to use several vms, or vpns for botting on private servers, just tunnel the Wow.exe connection thru a socks5. ( create several different called wow applications, so you can choose different socks5 addresses for all of them )

    Private servers can't read out your HWID etc. as long you're not using a modified client from them.

  15. 2 hours ago, Arcangelo said:

    Anyway guess ill have a look at it later, when I have completed the profiles.

    And trainers / Class quest and all that stuff have to be implanted.

    Thanks for trying to help @Runaro 

    I might have a work around for all the distance problem - i belive a code with timestamp could be made - as the boats and zeppelins and all other objects runs in a loop

    Okay tested the object distance check and it really doesn't work in Vanilla 1.12.1. ( TurnRight via lua doesn't work too, so just use ObjectManager.Me.Rotation  )

    Works fine in 2.4.3, 3.3.5a and above.

    @Droidz fix please :biggrin:

×
×
  • Create New...