Jump to content

Networkz

Elite user
  • Posts

    344
  • Joined

  • Last visited

Posts posted by Networkz

  1. 1 hour ago, sow said:

    Hey, thanks for the tutorial eeny, but i got a question.
    I want to create a quester profile that do WOTLK daily quests, so, do i need to do one profile per zone or can i just add all the quests and then the bot will go in the second zone if the first one is completed?

    So, your going to need to make a travel profile to travel from one zone to the next, and your going to have to call on it in the functions Load profile, Once loaded it should run it to the next zone, once there get it to load your next zones daily quest profile.

    A) Make a Profile for each zone, and its Dailies.

    B) Make Travel profiles from one zone to the next.

    C) Do a zone > Travel To Profile > Do the Zone > Travel To profile > Next zone etc.. and so on so fourth. you can use the quester like a grinder. just get it to follow waypoints all the way to the next zone. Might work..

     

    Inside quest tools, on the bottom, there is a path creator that marks waypoints. you could use

    wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(38.23928f, 10.52102f, -4.297345f)); 
    
    **Use this in a RunCode Statement. Add a new line with new Vectors for each hotspot you want to follow Until you get to the end then run 
    your next profile, I havent tried it out yet as im not in the process of making anything haha.

    or you could Try and use followpath as a quest type ? maybe....

  2. Droidz, Would there be a Possibility of adding in a Route Creator or something. I find in alot of areas when making questing profiles in the new zones there are alot of reacurring Stucks in very awkward places..

     

    What i mean by this addons is

     

    Creates more Complex Route based profile to Call upon when going  To and From a Spot to turn in quests or Run to Another zone etc..

     

    I would find this very useful in the work that i am doing.

     

    So this addon in my mind. Would.

     

    Create a set of Exact waypoints to follow with click to move or Set hotpot every X amount of Steps.

     

    Then When writing a New Profile you can call on to a profile like

     

    (if=quest(123455)) =isCompleted;

         call(profile(123455)) returnPath;

            execute= returnPath;

     

    I cant code worth a piss so im not sure if im on crack or what lol. Or if you can Implement something like this at all. if you can read my mind Awesome, If not I tried xD

  3. Okay, fight classes I actually know nothing about haha. I am just like a profile creator for the actual movement / waypoints / quests. Etc... I could learn the fight classes but I dont know a lot of coding like others to get them working to their best possibilities. I could try and find a way to open up the code on some of honorbuddies fight classes and maybe import the code... But everything else would take me a while haha !! I dunno. I'll see what i can learn. Although my monk isn't mistweaver I could change specs just for the profile.. Umm. But yea just let me see if I can do something over the next few days / weeks. I roof everyday so I work 12 hour days right now lol. So time is limited unless it's raining.

  4. I TOOK TO LONG OF A BREAK I FORGET IT ALL ! ! ! ! ! OMG ! ! !

    Okay So ive Been through the Forum and Been looking and i did find what i thought was an answer to my question, I in turn tried it out and am still experience an issue.

    My Log Comes up with the steps and the steps actually look good, I dont have any debug errors or errors at all.

     

    But when i use (EDIT* 35933 is the Quest Azeroths last stand. This is for starting your 90 - 100 Journey.. and i beleive the second turn in for 90 - 100, after doing the quest The Dark Portal.

     

    wManager.Wow.Helpers.Quest.CompleteQuest(35933);

     

     

    or

     

    Thread.Sleep(3500);
    wManager.Wow.Helpers.Quest.CompleteQuest(35933);

     

     

     

    It just stands there, It doesnt try and open the window to accept the quest or Turn it in..

     

    And Also If i wanted to accept one or more of these types of quests would the code look like this or would this work for accepting or not lol.. Sorry this is like relearning my ABC's

     

    wManager.Wow.Helpers.Quest.AcceptQuest(35933);

     

    The Log is Fairly Long and 95% of my issues are all at the bottom, I went through and deleted the first quest on the profile because ill just make it start in the Blasted lands. Ummmmm!!! What else.. Yea thats about all. Everything at the bottom of log is my issues lol. top 75% is irrelevant to the question so far xD

     

    This is also quite literally the very first quest on the profile lol!

    21 May 2015 12H15.log.html

    90-100 Horde.xml

  5. [D] 22:44:54 - Log file created: 20 May 2015 22H44.log.html
    [D] 22:44:54 - WRobot Version: 1.4.2 for wow: 6.1.2_19865
    [D] 22:44:54 - Offical website: http://wrobot.eu/
    [D] 22:44:54 - Operating System Details: Microsoft Windows NT 6.1.7601 Service Pack 1
    [D] 22:44:54 - Lang: English (United States)
    [D] 22:48:45 - [WarGuard] Launching...
    22:48:45 - Select game process: 26232 - Dik...
    22:48:45 - Initialize Quester Complete
    [D] 22:48:45 - Blacklist added, 0 uniques Npcs, 0 Blackspots and 0 Npcs types (Training dummy ignored = True).
    [D] 22:48:45 - Wow Version: 19865
    [D] 22:48:45 - Player found: True
    22:48:45 - Initializing SpellBook - (Wait few seconds)
    22:48:45 - Initialize SpellBook Finished (12 spell found)
    [D] 22:48:45 - List of id found in spellbook:
    Auto Attack (6603)
    Blood Fury (20572)
    Revive Battle Pets (125439)
    Armor Skills (76268)
    Battle Pet Training (119467)
    Command (21563)
    Hardiness (20573)
    Languages (79743)
    Weapon Skills (76290)
    Garrison Ability (161691)
    Battle Stance (2457)
    Heroic Strike (78)

    22:48:45 - Please wait, loading spellbook...
    22:48:46 - Spellbook loaded.
    22:48:46 - 1 items found
    [D] 22:48:46 - Keybindings:
    Sit / Stand: X
    Backward: S
    Forward: W
    Jump: SPACE
    Strafe Left: Q
    Strafe Right: E
    [D] 22:49:27 - [WarGuard] Warden found, protection activated.

     

     

    [D] 22:49:27 - [WarGuard] Warden found, protection activated.

     

     

     

     

     

    Okay ! Dont worry i will also post the log file as well. This is what it is saying. I havent even started the bot yet. first time on bot since like 6 months ago. took a break from everything pc related.

     

    *EDIT* Im honestly Not sure if this is a big worry at all. I am using the quest editor to make profiles.. I am wondering if the message didnt pop when i disconnected from server for being AFK for a bit. But i thought i might as well post to be safe rather then sorry i guess haha. All in all, Bot is still working and running my profiles without any more warden errors.. so i dunno..
     

    20 May 2015 22H44.log.html

  6. You'll be good man, I heard nothing of any other bots being detected yet or giving bans and I'm on all the forums for it. The reason they got caught is because blizzard added a new 32 bit mode scanner into one of the patches. They always scanned 64 bit. But just recently did the 32 bit step.. they need further encryption if honorbuddy wants to save itself. But people are moving bots because honorbuddy has kinda always been the center focus of the botting community.

  7. Hey Droids, and the forum again haha. If you want I can do requests and stuff, but I'll need to talk directly to you

    about doing it and what we can make work. I have lost the time due to funds to continue putting alot of time into profile creation.

    But with that being said i would love to contribute to the community again. Just pm me when you have a chance big guy.

  8. It should be right on the main page in the side column on the left side it should have a button that says "my purchases" click On that and your key will be beside the little gold chip looking thing underneath your purchase name, should be Like wrobot unlimited subscription, underneath that . Or etc (whatever you purchased)

    Sent from my HTC One using Tapatalk

×
×
  • Create New...