nonstop1005 35 Posted February 13, 2014 Share Posted February 13, 2014 well all was going well while i waited for the goblin help.but now this one wont turn in the quest to the quest giver...http://www.wowhead.com/quest=24440/winterhoof-cleansing i have it to 1/2 way thru lvl 8 the very last quest wont turn in tauren start.xml Link to comment https://wrobot.eu/forums/topic/1146-tauren-start/ Share on other sites More sharing options...
Teksun 4 Posted February 14, 2014 Share Posted February 14, 2014 Not really sure I get your logic. The profile works fine so far but why do you have so many of the quest givers with the same name? Are you using Zygor Guides? though it's not required it's the fastest way to level because it gives you when to pick up and when to do certain quests so you're not all over the map. PM me and I can get you the Zygor guide Link to comment https://wrobot.eu/forums/topic/1146-tauren-start/#findComment-6034 Share on other sites More sharing options...
Teksun 4 Posted February 14, 2014 Share Posted February 14, 2014 Picked up Rite of Honor but never completed it Restless Earth- Change the use item distance to 10 or so Add a vendor I could not get him to turn the quest in either Link to comment https://wrobot.eu/forums/topic/1146-tauren-start/#findComment-6040 Share on other sites More sharing options...
nonstop1005 35 Posted February 14, 2014 Author Share Posted February 14, 2014 the quest givers with the same name is in a chain quest, you have to go back yo him and pick up ne wquests and i use zygor for this and right of honor isnt in his quet list but i couldnt get him not to pick it up. and i have no clue what is going on with the final quest, thats why it is at the bottom, once i get it fixed i will be moving it up on the list Link to comment https://wrobot.eu/forums/topic/1146-tauren-start/#findComment-6044 Share on other sites More sharing options...
Droidz 2738 Posted February 14, 2014 Share Posted February 14, 2014 http://www.wowhead.com/quest=27014 is only for Priest (in "Base settings" of the quest, in "Wow class" you can select "Priest"). For http://wowhead.com/quest=754/winterhoof-cleansing in quest type use "FullCSharpCode" and put this code (sorry, no easy way for the moment): public sealed class WinterhoofCleansing : QuestUseItemOnClass { public WinterhoofCleansing() { Name = "Winterhoof Cleansing"; QuestId.AddRange(new[] { 24440 }); Step = new List<int> { 0, 0, 0, 0 }; StepAutoDetect = new[] { false, false, false, false }; PickUpQuestOnItem = false; PickUpQuestOnItemID = 0; GossipOptionItem = 1; WoWClass = wManager.Wow.Enums.WoWClass.None; MinLevel = 0; MaxLevel = 95; RequiredQuest = 0; EntryIdTarget.Add(2913); HotSpots.Add(new Vector3(-2544.259 , -706.0765 , -8.947113 , "None")); ItemId = 5411; Range = 8f; } public override bool IsComplete() // Override iscomplete { if (IsCompleted()) // If quest already turnin return true; if (!HasQuest()) // If character not have this quest return false; return wManager.Wow.Helpers.ItemsManager.GetItemCountById(5411) <= 0; // Quest complete if no item in the bag (if item used) } } More info about C# code You can get pregenerated code in "WRobot\Profiles\Quester\" (when you use profile an ".cs" file is generated). Link to comment https://wrobot.eu/forums/topic/1146-tauren-start/#findComment-6048 Share on other sites More sharing options...
nonstop1005 35 Posted February 14, 2014 Author Share Posted February 14, 2014 tyvm will continue with the frofile now Link to comment https://wrobot.eu/forums/topic/1146-tauren-start/#findComment-6050 Share on other sites More sharing options...
nonstop1005 35 Posted February 14, 2014 Author Share Posted February 14, 2014 the other problem i am finding is on the first 2 quests, he randomly gets tagged "in combat" and it stops Link to comment https://wrobot.eu/forums/topic/1146-tauren-start/#findComment-6053 Share on other sites More sharing options...
Teksun 4 Posted February 14, 2014 Share Posted February 14, 2014 the other problem i am finding is on the first 2 quests, he randomly gets tagged "in combat" and it stops I have had the same problem. sits there idle until he goes out of combat. I also have a Tauren zone that I created but I skipped the class quests. Camp Narache.xml Link to comment https://wrobot.eu/forums/topic/1146-tauren-start/#findComment-6054 Share on other sites More sharing options...
nonstop1005 35 Posted February 14, 2014 Author Share Posted February 14, 2014 ..now i cant find the thunderhorn water well id... Link to comment https://wrobot.eu/forums/topic/1146-tauren-start/#findComment-6060 Share on other sites More sharing options...
Networkz 58 Posted February 16, 2014 Share Posted February 16, 2014 Go into your quest settings make one fake quest ( your going to delete ot after) go the settings and select gatherer. Type the name in as target I'd. It should ask for a name or an I'd ( type the name ( caps sensitive))Click +byname and it should give you an I'd. Mabey. Can't check for myself. One of the the questing settings tabs should give you the option to add item or something by name. Use that and see if it works. Sent from my HTC One X using Tapatalk Link to comment https://wrobot.eu/forums/topic/1146-tauren-start/#findComment-6071 Share on other sites More sharing options...
Droidz 2738 Posted February 16, 2014 Share Posted February 16, 2014 ..now i cant find the thunderhorn water well id... You can also use "Dump All" (in tab "Tools"> "Dev ... tools») (this extract all game objects near your character). Link to comment https://wrobot.eu/forums/topic/1146-tauren-start/#findComment-6074 Share on other sites More sharing options...
nonstop1005 35 Posted February 16, 2014 Author Share Posted February 16, 2014 yea.. sadly it wasnt listed Link to comment https://wrobot.eu/forums/topic/1146-tauren-start/#findComment-6080 Share on other sites More sharing options...
Droidz 2738 Posted February 16, 2014 Share Posted February 16, 2014 You can read distance of object in page dump. Move your character near object before extracting game informations. Link to comment https://wrobot.eu/forums/topic/1146-tauren-start/#findComment-6082 Share on other sites More sharing options...
nonstop1005 35 Posted February 16, 2014 Author Share Posted February 16, 2014 the well was renamed without the quest being renamed, it turned out to be the soul something water well.. btw droidz, did you get a chance to look at the first 2 quests in my tauren profile.. they are really bugging me this will be the complete file once i can get that first hiccup taken care of tauren start.xml Link to comment https://wrobot.eu/forums/topic/1146-tauren-start/#findComment-6089 Share on other sites More sharing options...
Networkz 58 Posted February 16, 2014 Share Posted February 16, 2014 Atleast you found it :P gratz ! I will probably do a random tauren and gob just too see if I can get myself through these same errors. Practice makes perfect! Sent from my HTC One X using Tapatalk Link to comment https://wrobot.eu/forums/topic/1146-tauren-start/#findComment-6094 Share on other sites More sharing options...
nonstop1005 35 Posted February 16, 2014 Author Share Posted February 16, 2014 good idea , but still have the hang up at the beginning, juust made a new tauren to test, once i got past the first 2 it is smooth, may head to crossroads to continue on Link to comment https://wrobot.eu/forums/topic/1146-tauren-start/#findComment-6095 Share on other sites More sharing options...
Networkz 58 Posted February 16, 2014 Share Posted February 16, 2014 Hrmmm. I wonder why it does that. Wired part is it can be a pulse all in one. Because there's only the one quest. I tried setting your hotspots and everything again and it still did t want to do anything. Could be a bot pathing issue. Sent from my HTC One X using Tapatalk Link to comment https://wrobot.eu/forums/topic/1146-tauren-start/#findComment-6104 Share on other sites More sharing options...
nonstop1005 35 Posted February 16, 2014 Author Share Posted February 16, 2014 yea, atm it is the only thing that stops it from being ready to go, it will get a toon with no boas and no guild 1/2 thru level 11 Link to comment https://wrobot.eu/forums/topic/1146-tauren-start/#findComment-6107 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now