Jump to content

BetterSister

Elite user
  • Posts

    1887
  • Joined

  • Last visited

Reputation Activity

  1. Like
    BetterSister reacted to CaughtUMirin in Botting on Retail/Live-Servers   
    I use it on live and I like it. The community is small so you will need to educate yourself on the basics of xml and C# (and lua, definitely brush up on lua), but that's a good thing imo because it keeps those away who tend to do dumb shit that would get the bot on Blizz's radar.
     
    There are a few hiccups with the bot, but nothing I haven't been able to fix with a plugin or whatnot.
     
    Overall I'm happy with it
  2. Like
    BetterSister got a reaction from Runaro in Client Language   
    Bot itself has support for even russian language but 99% of profiles are made for English client. I make English only profiles myself
  3. Like
    BetterSister got a reaction from saleh in Trial Version?   
    For retail there isn't trial anymore but for private servers there is trial
  4. Like
    BetterSister got a reaction from Krack3n in Script Macro   
    this thread is 99% just annoying each other. Lock
    Also i've given everyone in this thread warnings for their behavior. Behave yourself!
  5. Like
    BetterSister reacted to Runaro in Client Language   
    The bot itself isn't really the problem, more like the Profiles and FightClasses.
  6. Like
    BetterSister reacted to Pasterke in Get debuffs/buffs   
    Sometimes it's difficult to check debuffs/buffs before casting a spell.
    Example : Druid Guardian, if you have Faerie Swarm talent, you need to cast Faerie Fire; because Faerie Swarm is unknown spell. If you need to check if debuff faerie swarm exists, then you have a problem, for those who don't have Faerie Swarm.
    To check the debuff I use following C# code :
    public bool debuffExixts(string debuff) { /*[F] 11:09:45 - check Aura: Growl: ID=6795, Stack=0, TimeLeft=1082 ms, Owner=00000000079D3B1E0834FC0000000000*/ List<Aura> t = ObjectManager.Target.GetAllBuff(); foreach (var aura in t) { string[] checkAura = aura.ToString().Split(':'); //Logging.WriteFight("check Aura: " + checkAura[0].Trim()); if (ObjectManager.Me.Guid == ObjectManager.Target.BuffCastedBy(checkAura[0].Trim()) && checkAura[0].Contains(debuff)) return true; } return false; } Faerie Fire and Faerie Swarm have 1 common text, Faerie. Then you can use debuffExists("Faerie") to check.
     
  7. Like
    BetterSister reacted to eeny in Farm Dungeons How Fix It   
    Dungeon profiles will (almost) always be a quester.  All the dungeon profiles currently up use questing as the framework. Its FAR FAR easier to control  a bot through instances with Quest pulses and IsCompleteObjectives.
     
    You can bark for support and help all you want... if you dont tell people what you are actually trying to do, or give examples of the profile your working with, you are going to fall short.  
     
    SO... what are you doing?
  8. Like
    BetterSister reacted to eeny in Quest profile creation video tutorial   
    So, i had a few drinks and decided that a quest profile creation tutorial was in order.
     
    Result:  
     
     
    Chain Quests and Gathering 
     
    Hope this helps...someone, might make a better one
  9. Like
    BetterSister reacted to Dreamful in [Video Tutorial] Create a basic Grinding Profile   
    Is this one of those anonymous Videos? 
    We do not forgive. We do not forget. Expect us. 

    just kidding, thanks for the tutorial, that would help the new users for sure.
  10. Like
    BetterSister got a reaction from Runaro in Script Macro   
    this thread is 99% just annoying each other. Lock
    Also i've given everyone in this thread warnings for their behavior. Behave yourself!
  11. Like
    BetterSister reacted to r69dw in Script Macro   
    People nowadays.. All 3 of you are sad. All making assumptions, what happened to treating others with decency and respect. Always trash talking or being rude. No wonder everything is going downhill in this tempo. Remember all, peace & love. What is a community filled with people that are rude?
    Either help people, or don't. If you aint got nothing nice to say then dont speak at all.
    Kind regards,
    Sent from my iPhone using Tapatalk
  12. Like
    BetterSister got a reaction from Juanito21 in [Video Tutorial] Create a basic Grinding Profile   
    I don't know but great vid! 
  13. Like
    BetterSister got a reaction from saleh in Farm Dungeons How Fix It   
    Grinder isn't fail proof if you start at wrong place or bot dies it'll fail and without bot logic programming understanding it's extremely hard to get it to work perfectly 
  14. Like
    BetterSister reacted to sumodima in Panda Wow   
    PandaWoW is more focused on the PvP aspect of the game, mostly mass world pvp. Warmane is more PvE focused. Played on both and Pandawow is really better at handling mass battles without introducing massive ability delays, we had 80 v 100+ battles in elwynn forest without server crapping out ( clients were dropping to 15 frames even on very high end rigs on lowest settings ). On warmane there were 10-40 second ability delays on smaller 30v30 battles in empty zones.
  15. Like
    BetterSister reacted to kilimich in Farm Dungeons How Fix It   
    I wait Droidz, he is my hope..
  16. Like
    BetterSister reacted to r69dw in WoW Closing.   
    You should only bot BG if you want to lose your account. Also if you do try and make an as humanly possible Fight Class, might even want to add some plugins as well. Good luck.
    Sent from my iPhone using Tapatalk
  17. Like
    BetterSister got a reaction from saleh in [Video Tutorial] Create a basic Grinding Profile   
    I don't know but great vid! 
  18. Like
    BetterSister got a reaction from Runaro in Dying while doing trash farm   
    What comes to my mind is creating a background thread that will handle resurrection like if player is dead and distance to spirithealer is under 10 -> follow route into dungeon
  19. Like
    BetterSister reacted to Droidz in cant select a fight class.   
    Hello,
    You can download fightclasses here: http://wrobot.eu/files/category/9-fight-classes/ 
    Move downloaded files in folder "\WRobot\FightClass\".
    If you problem is not resolved read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 and share your log files.
  20. Like
    BetterSister got a reaction from Runaro in Profile 90/100 horde?   
    Good spot to end the fight. /lock
  21. Like
    BetterSister got a reaction from chapperz in Profile 90/100 horde?   
    Good spot to end the fight. /lock
  22. Like
    BetterSister reacted to Runaro in Profile 90/100 horde?   
    What are you talking about?
    WRobot was never detected, but rebot was several times detected.
  23. Like
    BetterSister got a reaction from saleh in copy black list from computer to another   
    I've noticed that blacklist reset some times
  24. Like
    BetterSister reacted to flippyfloppy in Problem: casting conjuring water while moving   
    Okay, will try that.
    Not currently playing, will test in awhile
  25. Like
    BetterSister reacted to Runaro in copy black list from computer to another   
    WRobot\Data\BlackList.xml
×
×
  • Create New...