WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Carbonite: Dev Talk (https://www.wowinterface.com/forums/forumdisplay.php?f=167)
-   -   Quest data question (https://www.wowinterface.com/forums/showthread.php?t=54984)

Thrumbar 01-09-17 06:08 PM

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

ircdirk 01-09-17 11:52 PM

Quote:

Originally Posted by Thrumbar (Post 321550)
[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"

ircdirk 01-10-17 01:20 AM

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
                },
        },
}



All times are GMT -6. The time now is 12:44 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI