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

Halaa Research tokens.

hi1674

New Member
Joined
Jan 15, 2010
Messages
1,637
Reaction score
5
Is there anyone who would be kind enough to make a questing profile that'll farm Halaa research tokens.

easy xp on this one in halaa - nagrand.
 
This is how it looks from my own attempt.

Could not find quest giver NPC with ID 18816 in database.
Could not create current in quest bot

Code:
<?xml version="1.0" encoding="utf-8"?>
<HBProfile>
  <Name>Halaa Research Token By hi1674</Name>
  <SellGrey>true</SellGrey>
  <SellWhite>true</SellWhite>
  <SellGreen>true</SellGreen>
  <SellBlue>false</SellBlue>
  <SellPurple>false</SellPurple> 
  <MailWhite>true</MailWhite>
  <MailGreen>False</MailGreen>
  <MailBlue>False</MailBlue>
  <MailPurple>False</MailPurple>
  <MinDurability>0.4</MinDurability>
  <MinFreeBagSlots>2</MinFreeBagSlots>

<SubProfile>
<Name>Nagrand</Name>
<MinLevel>61</MinLevel>
<MaxLevel>81</MaxLevel>

<SubProfile>
<QuestOrder>

<SetGrindArea>


   <AvoidMobs>
      <Mob Name="Lake Spirit" Entry="17153" />
      <Mob Name="Umbrafen Seer" Entry="18079" />
      <Mob Name="Umbraglow Stinger" Entry="18132" />
      <Mob Name="Fen Strider" Entry="18134" />
      <Mob Name="Young Sporebat" Entry="20387" />
      <Mob Name="Marshfang Ripper" Entry="18130" />
      <Mob Name="Darkcrest Sentry" Entry="20079" />
      <Mob Name="Mire Hydra" Entry="18213" />
      <Mob Name="Dreghood Drudge" Entry="18122" />
      <Mob Name="Muck Spawn" Entry="17154" />
   </AvoidMobs>

   <BlackSpots>
      <BlackSpot X="-1527.383" Y="7336.757" Z="4.3635" Radius="5" />
      <Blackspot X="-1430.07" Y="7696.085" Z="-11.12112" Radius="45"/>
      <Blackspot X="-1163.751" Y="7611.812" Z="17.68775" Radius="5"/>
   </BlackSpots>

  <Mailboxes>
      <Mailbox X="-1270.611" Y="7177.19" Z="57.22272" />
  </Mailboxes>

  <Vendors>
      <Vendor Name="Coreiel" Entry="21474" Type="Repair" X="-1525.209" Y="7931.719" Z="-20.11391" />
  </Vendors>
  
  <GrindArea>
      <TargetMinLevel>61</TargetMinLevel> 
      <TargetMaxLevel>81</TargetMaxLevel>
      <Factions>91 14 7</Factions>

      <Hotspots>
      <Hotspot X="-1316.317" Y="7500.257" Z="15.61424" />
      <Hotspot X="-1397.356" Y="7473.22" Z="7.713679" />
      <Hotspot X="-1458.599" Y="7514.302" Z="1.860845" />
      <Hotspot X="-1476.21" Y="7578.683" Z="-4.172564" />
      <Hotspot X="-1309.571" Y="7605.12" Z="7.719735" />
      <Hotspot X="-1136.284" Y="7572.717" Z="22.29733" />
      <Hotspot X="-1012.606" Y="7611.775" Z="30.48194" />
      <Hotspot X="-928.0502" Y="7488.645" Z="37.8357" />
      <Hotspot X="-1039.176" Y="7470.785" Z="34.27003" />
      <Hotspot X="-1143.307" Y="7476.029" Z="28.72503" />
    </Hotspots>


  </GrindArea>
</SetGrindArea>
   
<!-- Oshu'gun Crystal Powder (level 67) -->

<!-- Chief Researcher Amereldine at Halaa wants 10 Oshu'gun Crystal Powder Samples.   -->

<!-- http://www.wowhead.com/quest=10075 -->

<PickUp QuestName="Oshu'gun Crystal Powder" GiverName="Chief Researcher Amereldine" QuestId="10075" GiverId="18816" />

<!-- Item: Oshu'gun Crystal Powder Sample -->

<Objective QuestName="Oshu'gun Crystal Powder" QuestId="10074" Type="Collect" CollectCount="10" ItemId="26042" />

<TurnIn QuestName="Oshu'gun Crystal Powder" NpcName="Chief Researcher Amereldine" QuestId="10075" TurnInId="18816" />

</QuestOrder>
</SubProfile>
</SubProfile>
</HBProfile>
 
Last edited:
You're close, but there are some misplaced elements. And for Grinding profiles, you don't use QuestOrder or SetGrindArea--you just use GrindArea.

Try recasting your effort in terms of the Starter Grinding Profile. Keep the tags in the same order and context as in the Starter Profile. If you need a description of what some of the tags do (and the associated gotcha's) look here.

cheers,
CJ
 
Last edited:
It's an effort to make a profile for a repeatable quest in Halaa.

i need to grind to get the gun power to turn in for research tokens.

that's why i set a grindarea to have somewhere to collect the gunpowder.

I've set the order of the elements but i still fail at this.


Could not find quest giver NPC with ID 18816 in database.
Could not create current in quest bot!

is it because it's a repeatable quest and i am flagged as if i made the quest allready ?

EDIT: I see now that i might need to use questoverrides for this.

But still i don't understand the questpickup error.
 
Last edited:
hi1674 said:
Could not find quest giver NPC with ID 18816 in database.
Could not create current in quest bot!

There are two quests called "Oshu'gun Crystal Powder" from this NPC (ID 18816) for Horde. The "Oshu'gun Crystal Powder" with ID 10075 appears to be the one she gives you if you've never done the quest before. The "Oshu'gun Crystal Powder" with ID 10074 appears to be the repeatable one. So, it looks like your profile is using the correct one.

The problem lies in the quest mechanics for this type of 'repeatable quests'. You don't actually 'pick up' the quest, you just turn the items into the NPC for quest credit. Since quest ID 10074 never is actually in your quest log, your Objective is failing with the error message (basically, its saying "there's no quest in my log for this objective"). Same with the turn in, Honorbuddy can't turn in a quest that isn't in your log.

It will probably be a while before Honorbuddy gives us some 'profile writing' machinery to handle quests like this. So, I see two options...
1) The turnins may be possible with plugin support. However, I lack the knowledge to help you with this at the moment.
2) You could arrange for your profile to just farm the crystal powder, and turn them all in manually yourself.


A quest override will not help you with this. Sorry I can't be of more help to you.

cheers,
CJ
 
Last edited:
So dropping out the questpickup does not help either ?

So basically there needs to be a bagcheck to see if i have lets say 70 powders.

if variable check for 70 = true then

turn in quest 7 times.

hmm . too bad i suck at coding
 
Last edited:
Back
Top