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

[HELP] Wintersaber Questing

aquad

New Member
Joined
Dec 30, 2010
Messages
29
Reaction score
2
I created a basic profile for questing for the wintersabers.

Code:
<HBProfile>
	<MinDurability>0.2</MinDurability>
	<MinFreeBagSlots>2</MinFreeBagSlots>
	<MinLevel>1</MinLevel>
	<MaxLevel>86</MaxLevel>
	<SellGrey>False</SellGrey>
	<SellWhite>False</SellWhite>
	<SellGreen>False</SellGreen>
	<SellBlue>False</SellBlue>
	<SellPurple>False</SellPurple>
	<MailWhite>False</MailWhite>
	<MailGreen>False</MailGreen>
	<MailBlue>False</MailBlue>
	<MailPurple>False</MailPurple>
	
	<Quest Name="Frostsaber Provisions" Id="4970">
		<Objective Type="CollectItem" ItemId="12622" CollectCount="5">
			<CollectFrom>
				<Mob Name="Shardtooth Mauler" Id="7443" />
				<Mob Name="Shardtooth Bear" Id="7444" />
			</CollectFrom>
			<Hotspots>
				<Hotspot X="7561.374" Y="-4545.088" Z="615.4129" />
			</Hotspots>
		</Objective>
		<Objective Type="CollectItem" ItemId="12623" CollectCount="5">
			<CollectFrom>
				<Mob Name="Chillwind Chimaera" Id="7448" />
			</CollectFrom>
			<Hotspots>
				<Hotspot X="7797.003" Y="-4577.263" Z="685.9147" />
			</Hotspots>
		</Objective>
	</Quest>
	
	<SubProfile>
		<AvoidMobs>
			<AvoidMob Name="Frostsaber" Entry="7431" />
			<AvoidMob Name="Frostsaber Cub" Entry="7430" />
			<AvoidMob Name="Frostsaber Stalker" Entry="7432" />
			<AvoidMob Name="Frostsaber Huntress" Entry="7433" />
			<AvoidMob Name="Frostsaber Pride Watcher" Entry="7434" />
			<AvoidMob Name="Ice Thistle Yeti" Entry="7458" />
			<AvoidMob Name="Rogue Ice Thistle" Entry="7457" />
			<AvoidMob Name="Raging Owlbeast" Entry="7451" />
			<AvoidMob Name="Berserk Owlbeast" Entry="7454" />
			<AvoidMob Name="Moontouched Owlbeast" Entry="7453" />
			<AvoidMob Name="Spellmaw" Entry="10662" />
			<AvoidMob Name="Yugrek" Entry="11139" />
			<AvoidMob Name="Winterfall Runner" Entry="10916" />
		</AvoidMobs>
		<Name>Wintersaber Trainers - Mount farm</Name>
		<MinLevel>1</MinLevel>
		<MaxLevel>86</MaxLevel>
		<TargetElites>True</TargetElites>
		<Factions>14</Factions>
		<QuestOrder>
			<PickUp QuestName="Frostsaber Provisions" QuestId="4970" GiverName="Rivern Frostwind" GiverId="10618" />
			<Objective QuestName="Frostsaber Provisions" QuestId="4970" Type="CollectItem" ItemId="12622" CollectCount="5" />
			<Objective QuestName="Frostsaber Provisions" QuestId="4970" Type="CollectItem" ItemId="12623" CollectCount="5" />
			<TurnIn QuestName="Frostsaber Provisions" QuestId="4970" TurnInName="Rivern Frostwind" TurnInId="10618" />
		</QuestOrder>
	</SubProfile>
</HBProfile>

I am not sure whats wrong. Quest will be accepted and Bot is moving to hotspot. Those mobs are around it but character will not attack anything.
 
Last edited:
Check the mobs faction ID using [Target Info] button in HB.. If you dont have the faction ID for that mob inside of <Factions>14</Factions>
It probally will not attack them.
 
Rechecked that. Yes, they are not 14. I changed it to 16 but the bot still won't attack :(
 
Last edited:
I even redownloaded a new HB with no effect.
 
If i get some time later today I'll head over that way and look at it and let you know what i find.
 
No, they are aggressive. Could it be the bot is ignoring them because they are like 10 level below his level? I farmed Shatari Skyguard reputation with a 85 Shaman without a problem and they are 10+ levels below too.
 
I'll go fly a toon up there and look at it real quick.
 
What cc are you using? It could be that.
 
Default Shaman CC but also tried with supernatural Druid CC which worked for questing in Duskwood.
 
Rechecked with default Rogue CC and shadowstrike CC. Guess it's not CC related :(

Changed the profile a bit. Added MaxTargetLevel and MinTargetLevel and removed SubProfile. Still no effect. Added some more hotspots. Toon is running from hotspot to hotspot without attacking any mobs.

Code:
<HBProfile>
	<MinDurability>0.2</MinDurability>
	<MinFreeBagSlots>2</MinFreeBagSlots>
	<MinLevel>1</MinLevel>
	<MaxLevel>86</MaxLevel>
	<SellGrey>False</SellGrey>
	<SellWhite>False</SellWhite>
	<SellGreen>False</SellGreen>
	<SellBlue>False</SellBlue>
	<SellPurple>False</SellPurple>
	<MailWhite>False</MailWhite>
	<MailGreen>False</MailGreen>
	<MailBlue>False</MailBlue>
	<MailPurple>False</MailPurple>
	<TargetMinLevel>1</TargetMinLevel>
	<TargetMaxLevel>60</TargetMaxLevel>

	<AvoidMobs>
		<AvoidMob Name="Frostsaber" Entry="7431" />
		<AvoidMob Name="Frostsaber Cub" Entry="7430" />
		<AvoidMob Name="Frostsaber Stalker" Entry="7432" />
		<AvoidMob Name="Frostsaber Huntress" Entry="7433" />
		<AvoidMob Name="Frostsaber Pride Watcher" Entry="7434" />
		<AvoidMob Name="Ice Thistle Yeti" Entry="7458" />
		<AvoidMob Name="Rogue Ice Thistle" Entry="7457" />
		<AvoidMob Name="Raging Owlbeast" Entry="7451" />
		<AvoidMob Name="Berserk Owlbeast" Entry="7454" />
		<AvoidMob Name="Moontouched Owlbeast" Entry="7453" />
		<AvoidMob Name="Spellmaw" Entry="10662" />
		<AvoidMob Name="Yugrek" Entry="11139" />
		<AvoidMob Name="Winterfall Runner" Entry="10916" />
	</AvoidMobs>
	
	<Quest Name="Frostsaber Provisions" Id="4970">
		<Objective Type="CollectItem" ItemId="12622" CollectCount="5">
			<CollectFrom>
				<Mob Name="Shardtooth Mauler" Id="7443" />
				<Mob Name="Shardtooth Bear" Id="7444" />
			</CollectFrom>
			<Hotspots>
				<Hotspot X="7561.374" Y="-4545.088" Z="615.4129" />
				<Hotspot X="7433.192" Y="-4539.324" Z="598.3116" />
				<Hotspot X="7581.013" Y="-4379.164" Z="612.6956" />
			</Hotspots>
		</Objective>
		<Objective Type="CollectItem" ItemId="12623" CollectCount="5">
			<CollectFrom>
				<Mob Name="Chillwind Chimaera" Id="7448" />
			</CollectFrom>
			<Hotspots>
				<Hotspot X="7797.003" Y="-4577.263" Z="685.9147" />
				<Hotspot X="7848.624" Y="-4475.708" Z="687.7056" />
			</Hotspots>
		</Objective>
	</Quest>
	
	<Name>Wintersaber Trainers - Mount farm</Name>
	<MinLevel>1</MinLevel>
	<MaxLevel>86</MaxLevel>
	<TargetElites>True</TargetElites>
	<QuestOrder>
		<PickUp QuestName="Frostsaber Provisions" QuestId="4970" GiverName="Rivern Frostwind" GiverId="10618" />
		<Objective QuestName="Frostsaber Provisions" QuestId="4970" Type="CollectItem" ItemId="12623" CollectCount="5" />
		<Objective QuestName="Frostsaber Provisions" QuestId="4970" Type="CollectItem" ItemId="12622" CollectCount="5" />
		<TurnIn QuestName="Frostsaber Provisions" QuestId="4970" TurnInName="Rivern Frostwind" TurnInId="10618" />
	</QuestOrder>
</HBProfile>

Is there a more detailed debug log where i could check why it's not attacking and which mobs it sees?
 
Would really like to steal this from you, if you get this to work :)
 
Well, i will test new HB version later if it works now.
 
what bot function you set?

gring bot or questing?

i set grind and got error:

Code:
[9:17:11:140] Spell_C::CastSpell(7294, 0, 0xF530297A0029261F, 0)
[9:17:11:171] Spell_C::CastSpell(20165, 0, 0xF530297A0029261F, 0)
[9:17:11:375] StyxWoW.AreaManager.CurrentGrindArea is null
[9:17:12:187] Spell_C::CastSpell(20165, 0, 0xF530297A0029261F, 0)
[9:17:12:218] StyxWoW.AreaManager.CurrentGrindArea is null
[9:17:13:250] Spell_C::CastSpell(20165, 0, 0xF530297A0029261F, 0)
[9:17:13:281] StyxWoW.AreaManager.CurrentGrindArea is null

questing:
Code:
Can not start quest bot - this profile does not contain a quest order!
 
Ill update my profiles as we speak so no need.
 
Back
Top