-
Content Count
472 -
Joined
-
Last visited
About Arcangelo
-
Rank
Advanced Member
Recent Profile Visitors
5339 profile views
-
Cougar700 reacted to a post in a topic: Moonkin Form Advice
-
Skemez reacted to a post in a topic: Getting started with WRobot video
-
Frode123 reacted to a file: [Free] Blood Elf Starting area
-
Arcangelo reacted to a post in a topic: Avvi's C# Tips & Tricks with Helpful Code Snippets
-
Mike Mail reacted to a post in a topic: Choosing a reward
-
Arcangelo started following Taking over my quest profile and Choosing a reward
-
Choosing a reward
Arcangelo replied to wowsupply's topic in WRobot for Wow Legion - Help and support
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 -
Zan reacted to a post in a topic: Taking over my quest profile
-
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
-
Arcangelo started following FISHERMAN'S FRIEND - tinfoil hat and some utility on the side
-
FISHERMAN'S FRIEND - tinfoil hat and some utility on the side
Arcangelo commented on Seminko's file in Plugins - Legion
-
Arcangelo reacted to a file: FISHERMAN'S FRIEND - tinfoil hat and some utility on the side
-
Vanilla upgrade profile is too small
Arcangelo replied to shenwu0702's topic in WRobot for Wow Vanilla - Help and support
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 hav -
Arcangelo reacted to a post in a topic: How to bot safe!
-
Lots of missing quests
Arcangelo replied to chips's topic in WRobot for Wow Vanilla - Help and support
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 leve -
Arcangelo reacted to a file: Auto Bandage
-
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 c
-
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.
-
NPC database for Vanilla
Arcangelo replied to Arcangelo's topic in WRobot for Wow Vanilla - Help and support
I have only added vendors that sell food/water ;) So if you set it up properly it should work. //arcangelo -
Arcangelo reacted to a file: Paladin Vanilla 1-60 by Eeny
-
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 !
-
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"
-
!ObjectManager.GetObjectWoWUnit() and then add the name
-
Just add the sign as your questgiver - with its ID and name - and mark the box "is a game object"
-
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
-
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?
-
Runcode: wManager.Wow.Helpers.ItemsManager.UseItem(xxx); Lua.LuaDoString("QuestFrameAcceptButton:Click();");