Jump to content

Arcangelo

WRobot user
  • Posts

    472
  • Joined

  • Last visited

Everything posted by Arcangelo

  1. It is a well known bug, and it dosen't seems like droidz wanna do something about it. You have to override the function yourself - upon the turn in, and then give it some parameters, so it knows what to pick. I know Human master plugin does this for you, if you dont know how to work with the code
  2. 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
  3. Now I wanna fish ? Think I'm grabbing it and setting up on a private server on my TV - just watching it do its magic ?
  4. 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"....
  5. 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.
  6. 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 :)
  7. Seems really strange as I have pretty much everyone reporting it to me. I can try to create a video showing it, will get back later with a link.
  8. I have only added vendors that sell food/water ;) So if you set it up properly it should work. //arcangelo
  9. Swimming is not working at all - it stutters and drown, and have a hard time navigate. Can we please get a fix for this - so i dont have to remove all the water quests from my profile :p !
  10. 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
  11. !ObjectManager.GetObjectWoWUnit() and then add the name
  12. Just add the sign as your questgiver - with its ID and name - and mark the box "is a game object"
  13. So you picked up the quest. And now you can't find it or? It's in your questlog, and if you want to see it again just remove it and pick it up again
  14. 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?
  15. Runcode: wManager.Wow.Helpers.ItemsManager.UseItem(xxx); Lua.LuaDoString("QuestFrameAcceptButton:Click();");
  16. thanks - i added the plugin, Now i just have to manually add all the npcs in the game ^^
  17. Made a discord server for the leveling profile, as the last one got over crowed with people talking about all kind of non releated stuff https://discord.gg/Bubu9aB Please hit me up there, if you want the newest version (Horde is done 1-40, and finishing allinace up as we speak)
  18. 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 :)
  19. If you play some of the older versions of wow (vanilla, tbc, wotlk) wow don't save the data from completed quests. That means the bot have no chance to know what quests are done. Meaning you need to add the completed quests Id to the Wrobot save list
  20. Yes The bot already tells you this info :) You have to wait till I release the update. Should happen today or tomorrow.
  21. 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.
  22. https://imgur.com/a/YrjDd fixed up to lvl 32 ally and 38 horde, will update it tomorrow
  23. 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).
  24. 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
×
×
  • Create New...