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

Sample for random hotspots

lhanske4

New Member
Joined
Aug 26, 2010
Messages
13
Reaction score
0
Hi,

Can somebody post an example on how to pick random hotspots from my list of hotspots?

Thanks,
Accoustic
 
<RandomizeHotspots>True</RandomizeHotspots>

And that'll make your list of Hotspots "random". For e.g:

PHP:
   </SubProfile>
      <SubProfile>
       <Name>Nethander Steed</Name>
      <MinLevel>26</MinLevel>
      <MaxLevel>30</MaxLevel>
	  	   <GrindArea>
      <Factions>22 14 </Factions>
	  <TargetMinLevel>25</TargetMinLevel>
      <TargetMaxLevel>30</TargetMaxLevel>
      <TargetElites>False</TargetElites>
	  <AvoidMobs>
	  <Mob Name="Mudsnout Gnoll" Entry="2372" />
	  <Mob Name="Mudsnout Shaman" Entry="2373" />
	  </AvoidMobs>
------<RandomizeHotspots>True</RandomizeHotspots>---------
      <MaxiumHotspotTime>900</MaxiumHotspotTime>
      <LootRadius>45</LootRadius>
      <Blackspots>
	  <Blackspot X="-914.1031" Y="-996.2716" Z="40.2847" Radius="82.13723" />
	  <Blackspot X="-889.5173" Y="-985.8131" Z="30.57094" Radius="82.15037" />
      </Blackspots>
      <Hotspots>
		<Hotspot X="-1353.276" Y="-1122.423" Z="33.05234" />
		<Hotspot X="-1272.895" Y="-1144.923" Z="38.30976" />
		<Hotspot X="-1200.728" Y="-1061.682" Z="41.76292" />
		<Hotspot X="-1020.055" Y="-1073.457" Z="43.68647" />
		<Hotspot X="-995.7236" Y="-1223.673" Z="55.01996" />
		<Hotspot X="-886.3031" Y="-1345.365" Z="57.82753" />
      </Hotspots>
      </GrindArea>
   </SubProfile>
 
Back
Top