Jump to content

Arcangelo

WRobot user
  • Posts

    472
  • Joined

  • Last visited

Posts posted by Arcangelo

  1. Hello Wrobot community.

     

    I have lost interest in World of Warcraft, and therefore, I'm looking for one to take over my vanilla / TBC / Wotlk projects.

    My profiles are running really well questwise, but it could as always use a tune up here and there.

     

    Therefore I need a dedicated person to take over the project, as it would be a real shame to see it die, after over 1000 hours of work.

     

    What you will get to work with is the following:

    • Horde 1-60 fully quester
    • Horde 60-70 fully quester
    • Alliance 1-60 fully quester
    • Alliance 60-6x fully quester (not quite done with outlands on alliance side.
    • 1-70 alliance quester for retail
    • All classes leveling fightclasses for retail.
    • My note document that have a quick guide how to handle almost every quest you will ever see in WoW

     

    What I expect is you handle the bugs, and improve where improvement is needed + your creativity to improve the problems that comes when botting.

     

    How we deal with the money generated by the profiles will be discussed in PM, as you can have a good chunk of it, as long everyone is happy, and I find the right person to keep it alive.

     

    What I expect of you:

    • have coding experience enough to deal with the problems in the profiles (we are talking c# and lua)
    • Have the time and dedication to see the project to its completion.
    • Have the energy to check in and help the customers in the discord channel.

    What I can help you with:

    • the files
    • Getting started.
    • Follow up questions about quests and the profiles in general

    If your up for the task, then shoot me a pm, and let's have a talk.

     

    //Arcangelo

     
  2. On ‎19‎-‎12‎-‎2017 at 1:42 PM, shenwu0702 said:

    If unattended can reach 40, there is no need to come up with comments,
    The problem is I bought a 1-40 configuration file, the role of Level 10 can not be reached, unlimited card dead, still can not be modified.
    Can only be thrown into the Recycle Bin dealt with

    You could as all others follow the guide :) I don't know if you ever been playing vanilla yourself - but its hard as hell to level, even by hand - it tooks months upon months to level though the game.
    If you ever pull 2 mobs together, or one is running away you simply just die.

    But i have had a lot of toons going to level 40 - and some even to 60, i admit without a doubt its not a 1 click profile - but that is not the profiles fault - its simply just how vanilla is made.
    Have you setup the plugin that help with a lot of these bacis problems? do you run a good fightclass ? and what have been the problems with the quester ? I mean i guess i have picked up the quests, gone out to complete it - and ofc turning them in ?
    Do you still run around in starter gear? or do you actually have updated your gear ? - are you running a melee class with no pull in it? so it runs heads on into groups of mobs?
    I have no idea how you setup the bot - and instead of writing to me asking for help, you simply just make a post saying "it dosen't work".... 
     

  3. 6 minutes ago, chips said:

    name of the questing profile is   " Paid Vanilla Leveling Profiles 1-60 1.1.3 " i looked it up as well and didnt see a 1.1.3 patch so i wasnt sure what that was all about either.  but i know for a fact the server is now 1.3 since dire maul is live. It has been running fine for about an hour now 

     

    Answered your pm  - the 1.1.3 is the version of the profile it started at 1.0.0 and then when i made a huuuuge update it went to 1.1.0 and after that some small updates have pushed it to 1.1.3 :)

    It is must likly that you need some prequest - as already mentioned. The only way to get around it is to skip the steps manually, I've made a guide in the pm i send you.

    what you see if one of the biggest problems in vanilla -> wotlk. It simply dosen't save what quests have been done anywhere + 80 % of all quests in vanilla is a part of a bigger questline, that why i have said start in level 1, that way I can controll what order and what quest that have been done. 

  4. There are several ways.


    I think the most easy way would be to make a repeatable quest in an If statement checking for the shells and bags, like so:

    If

    wManager.Wow.Helpers.ItemsManager.GetItemCountByIdLUA(xxxx) >= 1 || wManager.Wow.Helpers.ItemsManager.GetItemCountByIdLUA(xxxx) >= 1

    Pulse a quest with as complete
    return (wManager.Wow.Helpers.ItemsManager.GetItemCountByIdLUA(xxxx) >= 1 || wManager.Wow.Helpers.ItemsManager.GetItemCountByIdLUA(xxxx) >= 1);

    * remember to set is as "is not require in questlog" and "is a repeatable quest"

    And run this code 
    wManager.Wow.Helpers.ItemsManager.UseItem(xxxxx) || wManager.Wow.Helpers.ItemsManager.UseItem(xxxxx)

    to open them

    Endif wManager.Wow.Helpers.ItemsManager.GetItemCountByIdLUA(xxxx) < 1 || wManager.Wow.Helpers.ItemsManager.GetItemCountByIdLUA(xxxx) < 1

    and then make a go to step every couple of steps if it have found more

     

    Or make a plugin that check for the items, and use it when its found :)

  5. On 4/12/2017 at 4:56 PM, Matenia said:

    You need to set an amount of water to buy (general settings -> advanced settings), and it will only buy the water you have selected as drink in your general settings.
    wRobot by itself also does NOT know what each vendor actually sells, so it is not smart enough to search for water at an Innkeeper. Rather it will go to vendor, sell items, try to buy drinks - and if not successful - tough luck.
    And there's no way around it, really, because wRobot doesn't have info on what each NPC sells and it would be pretty complicated to add that.

    I have only added vendors that sell food/water ;)

    So if you set it up properly it should work.

    //arcangelo 

  6. I have had a lot of trouble with the quester bot running into wrong factions to sell.
    So i created my own database with trainers, vendors, repair, flightmasters and so on.
    and i though i would share it with this awesome community, so we all don't have to make our own.

    It's still in bata - but try it out if you want - Note I have only tested it on Questing scripts!:

    Guilde to set it up:

    - open the file with notepad/visual studio or whatever you use to code in

    - find where it says something like this :

    <Npc>
          <Position X="-12414" Y="166.158" Z="3.393922" Type="Flying" />
          <Entry>7485</Entry>
          <Name>Nargatt</Name>
          <GossipOption>-1</GossipOption>
          <Active>true</Active>
          <Faction>Neutral</Faction>
          <Type>Vendor</Type>
          <ContinentId>Azeroth</ContinentId>
        </Npc>

    - Override the NPC database in your script

    - and add this c-code to your script

    wManager.Wow.Helpers.NpcDB.AcceptOnlyProfileNpc = true;

    Save the profiles and it should now run on your own database :) !

    Alliance NPC DB.xml

    Horde - NPC DB.xml

  7. 10 hours ago, vercan36 said:

    ok so what do i do with wanted quest stuff? how do i pick them up? its just a quest no npc or quest object.

    You need to be more specific than this.

    What do you pick up? Where do you pick it up? Do you get it from an item or?

  8. A little update:

    Horde 1-40 is now cleaned up, and should be released soonish (properly tonight)

    Alliance is 1-35 done, and hope to push 1-40 out tonight as well.

    The new profiles will be encrypted, so everyone that want an updated version will have to contact me (will put out a discord server for this)

    - all problems should be posted in the trouble room on discord server, so i can keep track on them.

    40-60 will also be updated soon as well (My best guess would be 2-3 weeks)

     

    - 60-70tbc and 70-80wotkl is almost done aswell, will need some testers for these, but vanilla need to be completed first :)

  9. 8 hours ago, payyn518 said:

    Thank for the update Arcangelo. Will the profile tell us when to move the bots to the new area?

    Yes

    7 hours ago, Jigsaww said:

    It would be nice to see the actual stage of the bot, like where is he moving to, whats next, etc. Sometimes I don't know if that bot will ever turn in for quest again, got alot of question marks but not even sure if it will ever been turned in again.

    The bot already tells you this info :)

     

    4 hours ago, Illist said:

    Interested in buying, where do I purchase?

    You have to wait till I release the update.

    Should happen today or tomorrow.

  10. 2 hours ago, Jigsaww said:

    For now my character stucked with lvl 1-40 Script. Really disappointed actually. Died around 50 times over Night way to ashenvale with 22 Running through lvl 30 mobs. Really weird :( and now keep dieing in barrens..

    Yea that's why I have updated the scripts now.

    The problem comes when I have to move to a new zone (or a long distance in the zone)

    And for some reason it don't take the flight master.

     

    I should have removed all those travel problem with the update comming out (hopefully tomorrow) - but the only way to make sure it does the travel right is to make people do it manually (atlest untill droidz have made some changes)

     

    There will still be some quests the bot having trouble handle (depending on your gear/ fightclass) But the new Readme file will include how to skip those quests yourself :)

     

    And last but not least sorry I dident push out the updated file today, but I simply dident have time to finish the profile (horde is around 39 and ally around 33 now) - hopefully the update will be released within 1-2 days.

  11. Just an update, for those interested

    -  the whole profile is beeing tested and fixed up in the progress - with droidz helping on the wrobot side bugs, meaning it should run much cleaner (If you follow the readme file i will add to the profiles)

    Other than that expect the profiles to be "shedded into zones (i will try to keep it as easy as possible for the user though), and untill at better workaround is found, moving BIG distances (like train/zeppelin/boats - or high level zones) this will have to be done by the user, as this have been resulting in some crazy die loop / wrong direction runs from the bot (some attempts of coding have been done, but as the bot can crash out at any moment doing these steps, and that will end in a result in a loong series of problems).

    Other than this "quest chains" have been updated, so if you skip a quest, it will skip the whole quest chain, so the bot dosen't "bug out" at questgivers.

    Test running the horde and the alliance profile 1-40 this weekend - to make sure they both work as intended - and after this a new encrypted version will be giving to the existing buyers + the new buyers (this sadly mean I will have to make a specific acces to each user, so it will take a little time to get cleared, but it will also be in all of our interest, as you all get a better product, and i don't get scammed, and add a extra layer of security so blizzard and others can't detect the bot as easy as before).

    The rest 40-60 will be tested an runned though at some point the next comming weeks (but understand the time it takes for the toon to go all the way though vanilla is insane, and even though I just have to fix up a quest here and there, it still takes a crazy amount of time for it to run to the end).

  12. Droidz and I have ended in an agreement.

    I have a lot of work until Monday, so the files will be hidden untill then, and then I push out my updated profiles (encrypted - so they will have to be redownload - this will ensure my profiles ain't shared illegally, but should have no impact on the users, other than I have to set it specific up to all users sepertly).

    So the profile will be up again Sunday evening / Monday morning.

     

    Thanks for the understandment

  13. Okay I belive i own most people an explanation about what have happend.

     

    I haven't been released a lot of updates for the profile, mostly as i have been able to run them pretty smooth with the right setup.

    After that i have grown tired of people keep asking for stuff without even taking 2 min to read the "read me" file that comes with the profile.

    A lot of the "bugs" have come from people not setting up the addons, or not skipping the quests their toons are not strong enough to handle (this have been a big error).

    Other than that the wrobot update like 2 month ago broke the qusting tool, meaning i really coulden't make new quests, with caused me to almost ragequit the project, as there where new problems everytime I logged on.

    But with blizzard annonce of legacy servers I will take the project up again, and keep working on it IF me and droidz can agree on some terms (I need his help to handle some of the server side bugs that comes along)

     

    - so for now the thread is hidden, untill we have worked something out.

    Ill update it when i know more, if not i propperly move on to another bot with my project.

  14. Hi guys/Girls

    I'm working on some fightclasses for vanilla, but i have some questions.

    First of all to make it a little simpler, I am working on the "pre WOD" fightclass sample, that droidz posted here:

    https://wrobot.eu/forums/topic/12-how-to-create-an-fight-class-developer-only/

     

    My first question is:

    How do i stop auto attacking after changing form ? like when i go back to human to heal, it just keep spamming auto attacks instead of healing me. 

     

    My 2 question is:

    How do i make it check if there are more than 1 target like:

    ObjectManager.GetUnitAttackPlayer > 1

     

    My 3 question:

    How do i get it to change target?

     

    And my Final question is:

    I can't seems to get it to cast "Faerie Fire (Feral), working with other buffs / debuffs with:

    SpellManager.CastSpellByNameLUA(""Faerie Fire (Feral)");

    but that one just wont work :s

     

    //arcangelo

     

    @Droidz ??

     

     

     

  15. 6 minutes ago, dadonini said:

    hey, could you please tell me where to find an tutorial or a solution for my problem?!

     

    i loaded a fightclass and a quest profile, when i start the bot nothing happens ingame?!

    you propperly havent installed all the needed components for the bot to run :) check this:

    under the install nptes + make sure your windows is fully updated and try again

×
×
  • Create New...