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

Sporeggar - Alternative rep gain!

Adamrl

New Member
Joined
Feb 21, 2010
Messages
299
Reaction score
3
For the people that are getting exalted to get the items from the quartermaster... Each item costs Glowcaps
And to get them you have to turn in Fertile Spores

This is a repeatable quest for 250 rep each, all the way to exalted.

This Profile will kill the Sporebats for Fertile Spores
 

Attachments

Last edited:
Thanks mate!

edit,

i changed a bit of the hotspots to better fit my char.
added the northern alliance (not sure bout horde) mailbox.
added reapir/sell npc.
aded a few more protected items (rep and high auction prices items).

mailbox and repair/sell npc are not close to each other!

Code:
<HBProfile>
		<Name>Ravenhold_Highlands</Name>
		<MinDurability>0.2</MinDurability>
		<MinFreeBagSlots>1</MinFreeBagSlots>
		<SellGrey>True</SellGrey>
		<SellWhite>True</SellWhite>
		<SellGreen>False</SellGreen>
		<SellBlue>False</SellBlue>
		<SellPurple>False</SellPurple>
		<MailWhite>True</MailWhite>
		<MailGreen>True</MailGreen>
		<MailBlue>True</MailBlue>
		<MailPurple>True</MailPurple>
		<MinLevel>60</MinLevel>
		<MaxLevel>80</MaxLevel>  
		<Factions>7</Factions>
		
		<ProtectedItems>
                <Item>24245</Item>
				<Item>24401</Item>
				<Item>24449</Item>
				<Item>22575</Item>
				<Item>22574</Item>
				<Item>22573</Item>
				<Item>22676</Item>
				<Item>24476</Item>
		</ProtectedItems>
		
		<Hotspots>
			<Hotspot X="1296.195" Y="8288.028" Z="17.15627" />
			<Hotspot X="1365.528" Y="8485.351" Z="16.87357" />
			<Hotspot X="1327.468" Y="8585.059" Z="22.03169" />
			<Hotspot X="1219.423" Y="8689.187" Z="11.21293" />
			<Hotspot X="1123.442" Y="8732.205" Z="11.38528" />
		</Hotspots>
		
		<Vendors>
			<Vendor Name="Mycah" Entry="18382" Type="Repair" X="221.3056" Y="8577.191" Z="24.65712" />
		</Vendors>
		
		<MailBoxes>
			<Mailbox X="1030.604" Y="7360.765" Z="36.43068" />
		</MailBoxes>		
</HBProfile>
 
Last edited:
Back
Top