<?xml version="1.0" encoding="utf-8"?><waypoints>
<!-- 
jParty v0.11.20beta
Author: Zangetsu for SolarStrike http://www.solarstrike.net
Based on Lisa, rock5 and JackBlonder work.
 
Files:
	- rom/scripts/userfunctions/jparty.lua
	- rom/scripts/waypoints/jparty.xml
	- rom/scripts/logs/jparty.log

How to use: Place previous file into the right place, then add and complete these line on your Player.xml


jParty Parameters
<option name="jParty_BotMaster" value="PlayerName" />
<option name="jParty_BotAssist" value="PlayerName" /> The bot will assist this member if a fight is engaged
<option name="jParty_BotFollowed" value="PlayerName" /> The bot will follow this member
<option name="jParty_FollowingDistance" value="20" /> The bot will keep this distance with the BotFollowed (100 is already a lot, make test before increasing)
<option name="jParty_BotHealer" value="true" /> The bot will heal
<option name="jParty_BotDPSer" value="true" /> The bot will Fight the target of BotAssist if in combat
<option name="jParty_BotLooter" value="true" /> The bot will loot
<option name="jParty_Heal" value="PRIEST_URGENT_HEAL" /> Your main heal
<option name="jParty_BigHeal" value="PRIEST_HEAL" /> Your Big heal
<option name="jParty_Regen" value="PRIEST_REGENERATE" /> Your regen (The bot will only regen if jParty_RegenBuffName is not found on party members and if IN combat
<option name="jParty_RegenBuffName" value="Regenerate" /> The name of your buff's regen
<option name="jParty_Debug" value="false" /> If you want a debug file (true or false)
-->
	<onLoad>
	
	

startjParty();

while (true) do
  yrest(100); 
end;

	</onLoad>
</waypoints>
