View Single Post
01-10-17, 01:20 AM   #3
ircdirk
A Molten Giant
 
ircdirk's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 823
For objectives there is option to use POINT TYPE 35 for area, but use it only when objective has more than one point ie:

Code:
[872] = {
	Quest = [[The Far Watch Offensive|2|12|9|0|0]],
	Start = "101|11|32|48.60|59.60",
	End = "101|11|32|48.60|59.60",
	Objectives = {
		[1] = {
			"nil|11|35|64.32|51.84|19.24|9.62", <= "19.24|9.62" height|width of area box, base is 9.62 multiplied if bigger is needed 
			"nil|11|35|63.36|53.28|38.48|9.62",
			"nil|11|35|62.40|54.72|48.10|9.62",
			"nil|11|35|62.40|56.16|38.48|9.62",
			"nil|11|35|63.36|57.60|9.62|9.62",
		 },
		[2] = {
			"nil|11|35|65.28|50.40|19.24|9.62",
			"nil|11|35|63.36|51.84|48.10|19.24",
			"nil|11|35|62.40|54.72|48.10|9.62",
			"nil|11|35|63.36|56.16|38.48|9.62",
			"nil|11|35|64.32|57.60|9.62|9.62",
		 },
		[3] = {
			"nil|11|32|63.72|54.08|9.62|9.62", <= BUT HERE IS 32 becouse its only one point
		 },
	},
}
__________________
Carbonite and Carbonite Classic Developer

Last edited by ircdirk : 01-10-17 at 01:33 AM.
  Reply With Quote