Jump to content

Arcangelo

WRobot user
  • Posts

    472
  • Joined

  • Last visited

12 Followers

Recent Profile Visitors

5974 profile views

Arcangelo's Achievements

Newbie

Newbie (1/14)

105

Reputation

  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();");
×
×
  • Create New...