Jump to content

Batman

Members
  • Posts

    105
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Batman reacted to Enraged in Disable / Turn off Random Jump   
    Look at your logs next time it happens, It is a feature of the anti-stuck, and its something that generally happens when a plugin/fightclass conflict with the natural movement of the bot. As well as if you are actually stuck on an object of course.
  2. Like
    Batman reacted to eeny in Disable / Turn off Random Jump   
    If you look in the bot settings FILE.. should be located  \Wrobot\Settings\General-BotName.ServerName.xml , open it with a notepad.
    If see the jump is still there- maybe Manually change it?
      <RandomJumping>false</RandomJumping>
  3. Like
    Batman reacted to Droidz in Won't Target & Attack Some Mobs   
    Hello, try to remove folder "wrobot\data\meshes"
  4. Haha
    Batman reacted to eeny in Fight Class Tutorial Video   
    i said a quick tutorial.. All that would be a 3 hour masterclass
  5. Like
    Batman reacted to dblbacker2200 in Fight Class Tutorial Video   
    Sign me up!!!
  6. Like
    Batman reacted to Droidz in How do I change my forum review rating?   
    is done
  7. Like
    Batman reacted to Droidz in How do I change my forum review rating?   
    I cannot change but I have removed your review, you can post new
  8. Like
    Batman reacted to Droidz in How do I change my forum review rating?   
    is done
  9. Like
    Batman reacted to bael666 in How can WRobot detect enemy dodge (overpower move)?   
    Just add it to your spell list with the condition "Is Spell Usable".
     
     

  10. Like
    Batman reacted to Zickefoose in "Wanding"   
    To get wand working
    1. Add the Wand attack to your fighterclass
    2. Add Spell condition C Sharp Code
    !Lua.LuaDoString<bool>("return IsAutoRepeatAction(" + (SpellManager.GetSpellSlotId(SpellListManager.SpellIdByName("Shoot")) + 1) + ")")
    3. Profit.
     
    I also use set mine to only use wand when target is below a certain percent of health
  11. Like
    Batman reacted to Showboat in How can WRobot detect enemy dodge (overpower move)?   
    I havent tried this, but if you put it at the top of your spells / rotation. How does that work?
    I thought the bot was able to detect if a spell was available (That might be one of the options in the top right)
  12. Like
    Batman reacted to Droidz in Stop bot from targeting hunter pets   
    Hello, in advanced general settings try to activate option "Ignore combat with all pets"
  13. Like
    Batman reacted to Droidz in How do I run past (or avoid) low level mobs?   
    Hello, you want ignore and skip combat when grey mob attack your character? if yes you cannot. If it is WRobot that attack mob, you can put min/max mob level in your profile.
  14. Like
    Batman reacted to Matenia in If someone buffs me, /say TYVM   
    You'd have to read combatlog events, which currently isn't possible, to my knowledge, in vanilla and TBC.
  15. Like
    Batman reacted to philadelphe in hearthstone to repair   
    Is that possible to add to the bot hearthstoning when we need to repair plz ?
  16. Like
    Batman reacted to reapler in Loot before resting (eat / drink)?   
    You could use a lower value for that since acquiring data from objectmanager doesn't take too long.
    I would say you can even set it to 50ms but it would be an overkill & not useful in the end.
    I recommend 2000ms.
  17. Like
    Batman got a reaction from will127 in Party Help - (Follow looks too suspecious)   
    You should try to make a plugin yourself, hire someone to make one, or consider downloading this one --
    Hope it helps and good luck!
  18. Like
    Batman reacted to Droidz in Stop Attacking or Clear Target   
    You can use C# code 
    wManager.Wow.Helpers.Fight.StopFight(); But for the moment no easy way to use c# code in fightclasses editor, I'll add spell option like "Not spell, is c# code" in next WRobot updates.
  19. Like
    Batman reacted to 2face in Is it possible when I die for the bot to take a 5min break?   
    Actually you can easily solve this with a plugin - just check when you are dead and then make the product wait for certain amount of time. Let me see if i can come up with something simple quick for you. Will post here when im done.
     
    //EDIT: There you go: http://wrobot.eu/files/file/705-staydead/ 
    I didnt add any timer randomization, but can add that too if requested. The character will just stay dead for the set amount of time, at the graveyard.
     
    Cheers!
  20. Like
    Batman reacted to eeny in How do I cast shadowmeld after I drink / eat?   
    Put it in the fight class??
    Just have shadowmeld in the fight class with a condition that the bot needs to be eating to cast it.

  21. Like
    Batman reacted to Droidz in How do I embed spells / items on these forums?   
    Hello, I have added openwow support
  22. Like
    Batman reacted to BetterSister in Convert from Vanilla Botter (.cpr) to WRobot   
    Currently it isn't possible. Profile converters are low priority currently so you can't expect for it to be implemented anytime soon
  23. Like
    Batman reacted to wickedninjadad in Looking For Partner For Private servers(LK)   
    Hello fellow Wrobot users. i am looking for dedicated people who would like to come together and make private server wrobot awesome. i am looking for people who are willing to learn quester making, grinding making, class making, and alot more. This is going to be a big project. I am wanting to get this filled with everything possible we can do. This is a donation of time and effort. Comment here and i will message you and give you contact details so we can talk. I live in the US so my time is eastern standard. If you have time and can dedicate yourself to this project please let me know. TY for your time and lets blow this up
  24. Like
    Batman reacted to BetterSister in How do I embed spells / items on these forums?   
    Openwow.com is generally most popular website item&quest etc information database for (blizzlike) private servers. So if it is possible to add it's upto @Droidz because i can't access admin panel
  25. Like
    Batman reacted to eeny in Cast Shadow Bolt on Shadow Trance Proc   
    Jumping is possible for people who write profiles in C# i think. 
    Using flight class editor: For instances like this i simply make a second Shadow bolt entry up the top of the rotation with a "has buff :  shadow trance = true".  Honestly- some times the bot will do something else instead .... but realistically its a bot.. most of the time it will do the right thing, if it skips a proc...meh
×
×
  • Create New...