Jump to content

Krack3n

Members
  • Posts

    9
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Krack3n reacted to Droidz in How to add easily spell from another fightclass to your fightclass   
    Move th fightclass in folder "WRobot\Fightclass\", and:

  2. Like
    Krack3n reacted to pedrooky in Warlock quest: The Binding (in Ogrimmar)   
    @colderpotato it would be awesome if you could share the profile instead of a screenshot :P
  3. Like
    Krack3n reacted to eniac86 in Complete list of tradegoods for mailing   
    Hey i took the ForceMail.xml from Honorbuddy and stripped out all the xml stuff to get a list of just item names.
    You can copy paste this into your "force mail" and "do not vendor" list in the WRobot settings.
    ForceMail.txt
  4. Like
    Krack3n reacted to Droidz in Bot is choosing wrong NPC to go to   
    It is fixed in all wrobot vesion
  5. Like
    Krack3n reacted to Droidz in Fisherbot Quest   
    Hello, use quest type "OverridePulseCSharpCode" with code:
    Vector3 fishPosition = new Vector3(-9387.61, -120.2896, 58.53797, "Flying"); float fishRotation = 4; if (!FishingTask.IsLaunched) { if (GoToTask.ToPosition(fishPosition, 1.5f)) { ObjectManager.Me.Rotation = fishRotation; FishingTask.LoopFish(); } } return true; (replace "-9387.61, -120.2896, 58.53797" by fishing position and 4 by fishing rotation (you can get position and rotation in WRobot tab "Tools" > "Dev... tools" > "Me/Target Position"))
    Don't forget to stop fishing, for it, after pulse fishing quest, in quests order add step type "RunCode" with code:
    wManager.Wow.Bot.Tasks.FishingTask.StopLoopFish();  
    Sample profile: FishingTest.xml
  6. Like
    Krack3n reacted to Droidz in Disable Teamviewer Warning   
    Wait next update, I have removed teamviewer messagebox with 'WRobot Quick Launch'. To avoid message, you can launch WRobot with the "Relogger".
  7. Like
    Krack3n reacted to BetterSister in Refund please..   
    Me and eeny are working right now on quester profiles for retail. Me alliance and eeny horde. Eeny is currently at 80lvl and I'm at 25lvl (i started couple days ago and i got school) 
    But meanwhile even tho my profiles take longer to create they are optimized for xph (Hearthstone usage etc) and are great quality. If i find problem after release i fix it (or atleast try to) 
  8. Like
    Krack3n reacted to KevinVapes in Refund please..   
    Always the same... did you even try to make your own profiles? Or is it gonna be your first and last post in this forum crying like a baby? I understand, if you are too lazy to play by yourself, obviously - else you wouldnt buy Wrobot, but being to lazy to even get the bot running so you CAN BE lazy, that is priceless.
     
  9. Like
    Krack3n reacted to civicacid in Herbalism   
    Agreed, a grind profile is really easy to make. If you need help on learning how to create profiles, let me know when you will be on chat and Ill come to help you. 
     
    Give a man a fish and you feed him for a day; Teach a man to fish and you feed him for a lifetime.
  10. Like
    Krack3n reacted to Droidz in Stop drinking / eating once 100%   
    This problem appear on WRobot for wow 3.3.5 (mana in memory is not refresh frequently). I have fixed problem, wait next update.
  11. Like
    Krack3n reacted to BetterSister in Checking If quest is completed   
    Another you can use is Quest.IsObjectiveComplete(objectivenumber, questnumber)
  12. Like
    Krack3n reacted to civicacid in Choosing the best quest reward   
    I agree with Better, it would take a lot of time to individually link each quest reward to specific classes to choose the best for each class/spec. I am currently running Jamba to help turn in and select rewards and Topfit to equip it. I am not sure how well it is working as it turns in and selects rewards at an incredible rate of speed. However it seems like I am getting more rewards that suit my class.
    https://wow.curseforge.com/addons/jamba/files/10-release-0-7b/
    https://mods.curse.com/addons/wow/topfit/446571
    You will have to set both of these up specific to your toon for it it work correctly. Please take a few mins to look over the options in the addon (especially Jamba, it does quite a bit). 
    Posted links are for 3.3.5 as OP requested, if you need a different version for your setup, navigate to your proper version and download.
    Also Zygor Guides has an option to auto add your talents, just edit the ZygorGuidesBuilds.lua file if you want to create you own specific build. Super easy!
  13. Like
    Krack3n reacted to KevinVapes in Herbalism   
    Why not doing one yourself? Its easy.
  14. Like
    Krack3n reacted to Droidz in WRobot for Wow Legion build 7.0.3.22396 ready   
    Hello,
    WRobot support now  Wow Legion pre-expansion patch (7.0.3.22396).
    If you play on european server, wait tomorrow to update WRobot (if you have updated WRobot, you can download old version of WRobot here).
     
    View full article
     
  15. Like
    Krack3n reacted to Droidz in how can i use a profile ?   
    Hello, move quest profiles files in folder "WRobot\Quester", in WRobot, select product "Quester" (tab main), in to tab "Product Settings" and select your profile.
  16. Like
    Krack3n reacted to civicacid in Problem: casting conjuring water while moving   
    Confirmed 
  17. Like
    Krack3n reacted to eeny in Quest TurnIn Repeatable Quest   
    **retail perspective**
    Ok, so i had a few bots in Netherstorm because I'm finishing up my BC quest profile so i took a look at the Zaxxis quest and attached my attempt.
     
    Just looking at the profile above i cant see where its tripped up... The ONLY difference between yours and mine i can see at a functional level is the hand-in vectors in the second pulse... and that was tough to find, only with the help of https://www.diffchecker.com/diff  did i find it.
    Other option here is my favourite addon for lazy quest hand-ins.  Anyway- profile attached.

     
    Zaxxis.xml
  18. Like
    Krack3n reacted to eeny in Fight Class Tutorial Video   
    i said a quick tutorial.. All that would be a 3 hour masterclass
  19. Like
    Krack3n reacted to BetterSister in Finally!!!!!!!   
  20. Like
    Krack3n reacted to BetterSister in Errors in log and wrotation sometimes hanging   
    Simple problems
    Error  CS1056:  Unexpected character '?' means you have in your configs letters that aren't supported by the encoding system that bot uses. Check your settings or reinstall bot
    Another issue is bot was unable to connect to WRobot servers. All you can do about it is restart the bot
  21. Like
    Krack3n reacted to BetterSister in WoW crash   
    it does close

  22. Like
    Krack3n reacted to Droidz in Relogger Bug   
    Can you try this version: http://wrobot.eu/bugtracker/relogger-wow-path-r472/?do=findComment&comment=3171
  23. Like
    Krack3n reacted to Dreamful in Food/Drink not working   
    The problem is, you have checked the CheckBox "not an item, a spell". Uncheck this and it would work.
    Only check this when you want use a Spell like "Healing Touch", "Healing Wave" or some sort of healing spell instead of normal food.

    Enjoy!
    Dreamful
  24. Like
    Krack3n reacted to eeny in how to make a profile to quest dungeon?   
    Simpletons way of instance profile making... Best of luck
     
     
    ...its not simple.
  25. Like
    Krack3n reacted to bigworm79 in how to make a profile to quest dungeon?   
    u know i dont think i would go as far as pointless because sometimes someone just needs just enough of a little nudge in the right direction.  I can remember starting with bots and making my own profiles back with pirox and it was the little things, vids, small guides, that got me going in the right direction.  i know this is a small community but all of the guides are very all over the place and old.  some are helpful that is for sure.  but i can understand where he is coming from, especially if you are new and you throw money at something without fully understanding what your getting your self into.  Maybe staring a new thread sticky with all current guides that still apply today with links.
×
×
  • Create New...