Jump to content

BetterSister

Elite user
  • Posts

    1887
  • Joined

  • Last visited

Reputation Activity

  1. Like
    BetterSister reacted to Droidz in How to LUA program only to kill a specific number of mobs then possible log out / close game   
    Hello, you can get number of mob kills in "wManager.Statistics.Kills".
    The better way is to create plugin. But you can add this code in your custom profile:
    int maxKill = 10; if (wManager.Statistics.Kills >= maxKill && Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && !Conditions.IsAttackedAndCannotIgnore) { try { Memory.WowMemory.Memory.GetProcess().Kill(); // if you want close game } catch {} robotManager.Products.Products.ProductStop(); }  
  2. Like
    BetterSister reacted to Droidz in ToPositionAndInteractWithNpc without pathfinding   
    Hello, Not tested, but like this:
    int entryIdNpc = 123456; var path = new List<Vector3>(); // your path MovementManager.Go(path); while (MovementManager.InMovement && Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && !Conditions.IsAttackedAndCannotIgnore) { // Wait follow path Thread.Sleep(100); } MovementManager.StopMove(); if (path[path.Count - 1].DistanceTo(ObjectManager.Me.Position) < 10) { // easy way: GoToTask.ToPositionAndIntecractWithNpc(path[path.Count - 1], entryIdNpc); // no easy: /*var u = ObjectManager.GetNearestWoWUnit(ObjectManager.GetWoWUnitByEntry(entryIdNpc)); if (u.IsValid) { // can need to go to but I'll not implement it Interact.InteractGameObject(u.GetBaseAddress); }*/ }  
  3. Like
    BetterSister got a reaction from Droidz in Click button to use a item/spell   
    It's alright i used distance and has quest check instead. It isn't fail proof but i didn't find any problems with this solution 
  4. Like
    BetterSister reacted to eeny in Bot dosent attack   
    Log file from the bot session and the profile itself are needed to help here.

    There are too many reasons why i might not be working- will be faster if you give the information up front.  Im a sucker for getting things working, if i cant see why you profile doesnt work i usually just try make a new one that does.
     
    same result for you tho...
  5. Like
    BetterSister got a reaction from Runaro in Correct sentences for MoveTo in RunCode   
    wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(38.23928f, 10.52102f, -4.297345f));
  6. Like
    BetterSister got a reaction from Runaro in Correct sentences for MoveTo in RunCode   
    runcode part is wrong
  7. Like
    BetterSister reacted to Droidz in Use rebith on a dead player   
    Hello, no tested, but in fightclass editor you can use this code like this: 

  8. Like
    BetterSister reacted to AudreyH in Snippets codes for quest profiles   
    KILL AND LOOT "is complete condition" for killing a boss (instance, raid) with no quest
     
    return ObjectManager.GetWoWUnitByEntry(16151).Count == 0; with the id of the boss
    dont forget to select "true" in "not required in quest log"
  9. Like
    BetterSister reacted to eeny in WRotation - Am I too stupid?   
    No,, just the person who wrote that second fight profile is an ass sometimes.  im guessing your pally is low lvl?
    I think most of the fight classes for pallys are for lvl 30+ so instead of crusader strike the profiles use zeal.  you dont have that yet so you cant cast it.
     
    try this one till you get zeal
    Lowbie Legion Ret pally by Eeny.xml
  10. Like
    BetterSister got a reaction from Juanito21 in [Video Tutorial] Create a basic Grinding Profile   
    I don't know but great vid! 
  11. Like
    BetterSister reacted to sumodima in did you quit private servers because of queue?   
    Just donate to skip queues, oh wait you cant its retail lul
  12. Like
    BetterSister got a reaction from Droidz in did you quit private servers because of queue?   
    Not any better on retail!

  13. Like
    BetterSister reacted to eeny in game currently used by bot   
    Just press "yes" and continue with what you were doing before.  I have never had adverse effects that i know of by doing that.
  14. Like
    BetterSister got a reaction from will127 in How to cancel subscription   
    It isn't automatic renewal. Everytime it is about to run out you'll get notify to renew it
  15. Like
    BetterSister got a reaction from will127 in Ban Report Section   
    http://wrobot.eu/forums/forum/29-security-ban-reports/

  16. Like
    BetterSister reacted to Droidz in wait... WHAT??   
    ^^ not realy, but I was forced to update a lot of files when I have change settings for 'Automaticly add npc to db..."
  17. Like
    BetterSister reacted to Runaro in Product+seems+very+promising!+Have+questions!   
    We're all simply tired of such posts, that's why we're just honest in such kind of threads.
    I think it's pretty good, if people are honest, saying what they think and not being two faced.
    Every single user, which asks for a refund doesn't deserve one.. before buying the product, you have the permission to see all profiles in the profile section and even try the bot itself out. ( Trial version only for private server )
    Just my opinion.
  18. Like
    BetterSister got a reaction from Runaro in Product+seems+very+promising!+Have+questions!   
    if you find someones comments as bullying feel free to report them.
  19. Like
    BetterSister reacted to Lord in Product+seems+very+promising!+Have+questions!   
    To take BetterSister defense, alot of user are coming here & wait for a 1button-bot. 

    So it may be a little hard, but its a reality that people have to know before using Wrobot !
  20. Like
    BetterSister reacted to Hapiguy in Product+seems+very+promising!+Have+questions!   
    I don't believe anyone was flaming, I just think there isn't a lot of patience for stupidity and/or ignorance around here...
    That being said, people who are serious about botting WoW, and are willing to take the time to learn a few things here, are going to find an incredible resource, and a VERY open-ended, fully functioning program.  Those who aren't... not so much.  I'm still absolutely n00b when it comes to most anything with wRobot, yet I'm willing to take my time and figure it out.  There are also many other people on here who are not only willing, but completely able to help answer any questions.
    I guess what I'm trying to say, is that you get out of this what you put into it, which for some people lately seems to be very little...  This is a phenomenal tool, in patient hands.
  21. Like
    BetterSister reacted to Runaro in I Can?...   
    If you get a dedicated server and have enough ram, then you could maybe setup a virtual graphic solution, but damn... is it worth investing the time for it?
    Easier and cheaper.. just bot on your own PC, or get a second one.
  22. Like
    BetterSister reacted to Runaro in I Can?...   
    Yes you can, but WRobot can only get used from one IP Address at the same time, so if your WRobot runs currently on your PC, it won't work on your VPS, same way the opposite.
    Ps. WoW ain't gonna work properly, without a inbuilt gpu. ( 99% of the VPS and Dedicated server don't have a gpu )
     
  23. Like
    BetterSister reacted to KevinVapes in Product+seems+very+promising!+Have+questions!   
    As BetterSister already said: Its noob friendly, but not idiot friendly. Thats sums it up so well. If you are willing to put a little into it and take your time, you will be rewarded with a very good product.
  24. Like
    BetterSister got a reaction from KevinVapes in Product+seems+very+promising!+Have+questions!   
    It sure is noob friendly but not idiot friendly. If you don't have enough patience to look through the bot settings and setup everything then it isn't for you. It isn't 1 click setup and we aren't HB 
    Sadly we don't have trial anymore for retail because of security reasons. On private servers you can use trial with key TRIAL. 
    Yes all us, eu etc servers are supported
  25. Like
    BetterSister reacted to Droidz in stuck at selling   
    Wait next update, I have changed settings, now you can select npcs at add to database by type (vendors is disabled by default):

×
×
  • Create New...