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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Help with grinding profile

Heres some example code i've used :) it'll probably answer your questions

Code:
<Profile>
	<Name>Level 9ish Grinding</Name>
	<KillRadius>50</KillRadius>
	<Vendors>
		<Vendor name="Secondhand Dunlop" x="1326.685" y="0" z="2236.82" mapName="Az_Bld_Ext" />
	</Vendors>
	<GrindAreas>
		<GrindArea name="Level 9 grinding">
			<MinLevel>0</MinLevel>
			<MaxLevel>61</MaxLevel>
			<Hotspots>
				<Hotspot x="856.4127" y="15.02589" z="2309.578" />
				<Hotspot x="996.9108" y="18.53403" z="2298.564" />
				<Hotspot x="1110.66" y="18.20589" z="2308.041" />
				<Hotspot x="1098.352" y="18.47597" z="2581.785" />
				<Hotspot x="948.1115" y="18.44716" z="2574.456" />
			</Hotspots>
		</GrindArea>
	</GrindAreas>
	<Order>
		<Grind grindRef="Level 9 grinding" while="True" />
        </Order>
</Profile>
 
You who successfully made a profile for grinding should post it.

And btw ... where did you get X,Y positions for hot spots?
 
And btw ... where did you get X,Y positions for hot spots?
Alt+1 Dump Entities
Alt+2 Dump Dialog Options
Alt+3 Dump Active Missions
Alt+4 Dump Position
Alt+5 Dump Interact Options
Alt+6 Dump Powers
Alt+7 Dump Inventory
Alt+8 Dump Mapname
Alt+9 Dump Power Tree
Alt+0 Dump Class Name
Alt+F4 Start/Stop Bot
 
important in the grinding profiles.... you must have a vendor in it. with map ip informations. otherwise you will have navigator issues.
how to get the information is shown one post above. ALT4 for position, ALT8 for mapname
 
Back
Top