What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[A - Quest] Human 1-5 [Kick] - Need some helpers / testers

Status
Not open for further replies.

Kickazz006

Well-Known Member
Joined
Jan 15, 2010
Messages
20,566
Reaction score
302
Hey guys, I'm making an ally 1-60 ... i'm somewhere in STV atm.

but, I need you guys to go back and test the 1-5. The issue is that I added some quests for the starting area but I don't have the time to make 1 of each toon and I need some assistance with the questId's mainly.

more specifically:

Fear No Evil
Extinguishing Hope
Blackrock Invasion
Ending the Invasion!

As well as i'll be taking opinions and logs for this. After it's good to go for 100%, i'll release my alpha version of human 1-60 (*all* of elwynn, westfall, 1/2 of redridge (I just spoke w/ raphus about fixing this issue :) ), all of duskwood (except Mor'Ladim. I have you pick up the quest, but only if you accidently kill him.. will it turn in the quest lol), and I'm working on STV atm.

As far as helping -- once you see one of these quests, open my profile (hopefully you have it open already) with Notepad++, go to the line and see the QuestId. Go to HB --> Profile & Meshes tab and press Active Quests List or Quest Order button and verify the QuestId with what's in my profile.

If it differs, I need to know!!!

I've tested it on a Paladin, Priest, and someone tested it on a rogue.

Also, let me know of any other issues, and hopefully there are none, but if there are... I would like feedback on your solution.

- Kick

P.S. If you're a noob that doesn't know how to open a profile... now is the time to learn (but if you don't, please don't QQ)
 

Attachments

Last edited:
Running on the remaining 4 classes now. Will post any findings.
 
There's an issue when running as a mage - it is casting the wrong spell
<PickUp QuestName="Mastering the Arcane" QuestId="26916" GiverName="" GiverId="" />
<Objective QuestName="Mastering the Arcane" QuestId="26916" Type="KillMob" MobId="44175" KillCount="2" />
<TurnIn QuestName="Mastering the Arcane" QuestId="26916" TurnInName="" TurnInId="" />


It needs to cast Arcane Missiles. SpellID 5143
 
Testing with a warrior , I have found an error with Fear No Evil. Proper Quest ID is 28813 , and in profile it's set as 28809.
 
Testing with a warrior , I have found an error with Fear No Evil. Proper Quest ID is 28813 , and in profile it's set as 28809.

perfect, thanks :) 28809 is the priest version, but wowhead sucks and wouldn't give me what class each quest was for :(

edit: fixed and re-upped
 
perfect, thanks :) 28809 is the priest version, but wowhead sucks and wouldn't give me what class each quest was for :(

edit: fixed and re-upped

No problem. I manually changed the quest ID for the warrior section and currently running smooth thus far. It's nearly finished. Then I will move onto the next class. If there is anything else I can do to help just holla.
 
after all of these are fixed, i'll be sticking the alpha version that I change each day in my blog... so once it's up, feel free to test it :)
 
Warrior finished in 31 minutes and someodd seconds. Testing on hunter now. Will edit this post if/when I find anything.

edit: Fear No Evil Quest ID for Hunter should be 28806
Code:
		  <PickUp QuestName="Fear No Evil" QuestId="28806" GiverName="Brother Paxton" GiverId="951" />
				<While Condition="((HasQuest(28806)) &amp;&amp; (!IsQuestCompleted(28806)))" >
					<CustomBehavior File="InteractWith" QuestId="28806" ObjectType="Npc" MobId="50047" NumOfTimes="4" CollectionDistance="500" X="-8769.394" Y="-190.3564" Z="84.5011" />
				</While>
		  <TurnIn QuestName="Fear No Evil" QuestId="28806" TurnInName="Brother Paxton" TurnInId="951" />

edit2: hunter finished 19 minutes 38 seconds , just the 1 issue mentioned above ^

edit3: Fear No Evil Quest ID for Warlock is 28812
Code:
		  <PickUp QuestName="Fear No Evil" QuestId="28812" GiverName="Brother Paxton" GiverId="951" />
				<While Condition="((HasQuest(28812)) &amp;&amp; (!IsQuestCompleted(28812)))" >
					<CustomBehavior File="InteractWith" QuestId="28812" ObjectType="Npc" MobId="50047" NumOfTimes="4" CollectionDistance="500" X="-8769.394" Y="-190.3564" Z="84.5011" />
				</While>
		  <TurnIn QuestName="Fear No Evil" QuestId="28812" TurnInName="Brother Paxton" TurnInId="951" />

edit4: warlock finished in 19 minutes 41 seconds - profile seems solid just that 1 issue with fear no evil's quest id's - good job mate
 
Last edited:
mages are dumb -_-

here, try this one (for w00)
 
Last edited:
I need help with the mage quest...

I can't get it to "see" when arcane missiles proc

PHP:
			<PickUp QuestName="Mastering the Arcane" QuestId="26916" GiverName="Khelden Bremen" GiverId="198" />
				<If Condition="!Styx.Logic.Combat.SpellManager.HasSpell(5143)">
					<CustomBehavior File="ForceTrain" QuestId="26916" ForceTrain="1"/>
				</If>
				<While Condition="(HasQuest(26916)) &amp;&amp; (!IsQuestCompleted(26916))">
					<CustomBehavior File="CastSpellOn" QuestId="26916" SpellId="133" NpcId="44548" NumOfTimes="1" HpLeftAmount="100" MinRange="5" X="-8965.57" Y="-146.288" Z="81.50985" />
				<If Condition="(Me.HasAura(&quot;Arcane Missiles!&quot;))" >
					<CustomBehavior File="CastSpellOn" QuestId="26916" SpellId="5143" NpcId="44548" NumOfTimes="1" HpLeftAmount="100" MinRange="5" X="-8965.57" Y="-146.288" Z="81.50985" />
				</If>
				</While>
			<TurnIn QuestName="Mastering the Arcane" QuestId="26916" TurnInName="Khelden Bremen" TurnInId="198" />

I tried &quotArcane Missiles!&quot; , 79683 which is the buff ... and i tried 79808 which is the Aurastate, and i tried something else off of wowhead, but that didn't work either.
 
kickazz, did u make this with apoc's profile creator? if u did, could u upload it please? so i can open it and see how you have done...? as im having problems with it at the moment.. if not, its alright:) thanks pal.
 
i'm not quite sure what the question is?

Apoc's editor doesn't accept quest profiles ... unless he updated it recently and i didn't see it :p

i only use his to *see* where my blackspots are
 
aw.. okay. nvm then:) im just having some issues regarding movement etc.. -.- pretty annoying ^^
 
warrior hunter and warlock fixed (paladin priest and rogue should be good, too)

I need some assistance w/ that Me.HasAura w/ mages thing if someone has a chance to look at it
 
Last edited:
bump - i'll be off for a bit, need some peeps to run this... 20 minutes, not bad :p
 
bump =P need some helpers to run this so i can release alpha version of what i have so far (1-30 or so)
 
Status
Not open for further replies.
Back
Top