Thread Tools Display Modes
01-09-17, 06:08 PM   #1
Thrumbar
A Chromatic Dragonspawn
Join Date: Jan 2005
Posts: 157
Quest data question

[40149] = {
Quest = [[Drakol'nir Must Die| 0 | 0 | 98 | 0 | 0 ]],

The 98 is I think the min level but what are the other zeros for.. If I sam correst the zero after the 98 is for the next quest if a chain quest is involved..

Start = " 5051 | 1017 | 32 | 45.60 | 25.60 ",
End = " 5051 | 1017 | 32 | 45.60 | 25.60 ",

What is the 5051. 1017 is the zone. The 32 ?? the last two sets is the x y of quest giver...

With thanks
Thrumbar
  Reply With Quote
01-09-17, 11:52 PM   #2
ircdirk
A Molten Giant
 
ircdirk's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 823
Originally Posted by Thrumbar View Post
[40149] = {
Quest = [[Drakol'nir Must Die| 0 | 0 | 98 | 0 | 0 ]],

The 98 is I think the min level but what are the other zeros for.. If I sam correst the zero after the 98 is for the next quest if a chain quest is involved..

Start = " 5051 | 1017 | 32 | 45.60 | 25.60 ",
End = " 5051 | 1017 | 32 | 45.60 | 25.60 ",

What is the 5051. 1017 is the zone. The 32 ?? the last two sets is the x y of quest giver...

With thanks
Thrumbar
Quest = [[ QUEST TITLE | FACTION (0 = both, 1 = ally, 2 = horde) | LVL | REQLVL | NEXT ID (if there is no next id this is 0) | CATEGORY (im not using this so this is 0)]],

Start = "START NPC ID| ZONE ID| POINT TYPE (use 32 dont change it)| X | Y"
End = "END NPC ID| ZONE ID| POINT TYPE (use 32 dont change it)| X | Y"
__________________
Carbonite and Carbonite Classic Developer

Last edited by ircdirk : 01-09-17 at 11:59 PM.
  Reply With Quote
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

WoWInterface » Featured Projects » Carbonite » Carbonite: Dev Talk » Quest data question

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off