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

grindto syntax

malbeth

New Member
Joined
Aug 30, 2010
Messages
4
Reaction score
0
First, let me apologize if this is in the wrong location, If it is please let me know the correct area. Secondy, my questions is in reference to the hb2 profile script. I have seen that the grindto xml tag is used to grind to a certain level. But are there any other parameters for this tag (i.e. bubble, time period, etc)

Thanks
 
First, let me apologize if this is in the wrong location, If it is please let me know the correct area. Secondy, my questions is in reference to the hb2 profile script. I have seen that the grindto xml tag is used to grind to a certain level. But are there any other parameters for this tag (i.e. bubble, time period, etc)

Thanks

hi

have you checked the wiki? they are doing super work in there.

http://www.buddyforum.de/mediawiki/index.php?title=Grind_Profile_Example_-_By_Rooster71

cheers
 
Thank you Lutz for your quick response, I was aware of the wiki and I think it starting to shape up very nicely. Unfortunately, it does not seem to be completed. I am looking forward to additional information that it will be providing. Nevertheless, after getting you response, I did review the wiki once more to see if any parameter for the grindto tag existed beside the level parameter. Unfortunately, i could not find any examples profiles that demonstrated a different parameter nor have I found a page that discusses the grindto tag. I was earlier able to find this page -> http://www.buddyforum.de/showthread.php?4250-How-to-create-a-profile-for-HB2 <- and -> http://www.buddyforum.de/showthread.php?6675-Howto-Profile-HB2 <- which was an excellent source of some of the tags but unfortunately the grindto tag seems to absent in the discussions. thanks goes out to synik and abrie for these excellent references.
 
Code:
		<.SetGrindArea>
			<.GrindArea>
				<.Factions>7<./Factions>
				<.TargetMinLevel>1<./TargetMinLevel>
				<.TargetMaxLevel>5<./TargetMaxLevel>
					<.Hotspots>
						<.Hotspot X="1784.109" Y="1337.016" Z="89.45123" />
						<.Hotspot X="1855.015" Y="1362.507" Z="71.71128" />
						<.Hotspot X="1821.061" Y="1407.654" Z="79.93285" />
						<.Hotspot X="1745.698" Y="1366.572" Z="99.15423" />
						<.Hotspot X="1735.365" Y="1314.578" Z="110.1336" />
					<./Hotspots>
			<./GrindArea>
		<./SetGrindArea>
		<.GrindTo Level="6" />

Obviously remove the . at the beginning of each tag.
 
Thanks synik
Does anything like Grindto time="6" or Grindto bubble="2" exist or are we restricted to only level="#" as a parameter for the moment...Just wondering
 
I only know of GrinTo Level, not heard mention of anything else unfortunately.
 
Ok, that is what I needed to know.. if you heard differently please let me know and for the "Powers that be" in development may a suggest this extension to the tag to be able to further manipulate grinding within the quest order.

Thanks all
 
Back
Top