Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] is all of these values listed somewhere? like in the lua code for the core?

[DiscordArchive] is all of these values listed somewhere? like in the lua code for the core?

[DiscordArchive] is all of these values listed somewhere? like in the lua code for the core?

Pages (3): 1 2 3 Next
rektbyfaith
Administrator
0
05-18-2020, 03:52 PM
#1
Archived author: conFIGured • Posted: 2020-05-18T15:52:53.555000+00:00
Original source

is all of these values listed somewhere? like in the lua code for the core?
rektbyfaith
05-18-2020, 03:52 PM #1

Archived author: conFIGured • Posted: 2020-05-18T15:52:53.555000+00:00
Original source

is all of these values listed somewhere? like in the lua code for the core?

rektbyfaith
Administrator
0
05-18-2020, 03:55 PM
#2
Archived author: H0lysp4nk • Posted: 2020-05-18T15:55:07.686000+00:00
Original source

Hmmm
rektbyfaith
05-18-2020, 03:55 PM #2

Archived author: H0lysp4nk • Posted: 2020-05-18T15:55:07.686000+00:00
Original source

Hmmm

rektbyfaith
Administrator
0
05-18-2020, 03:55 PM
#3
Archived author: conFIGured • Posted: 2020-05-18T15:55:11.125000+00:00
Original source

cpp code has it all as ```QUEST_STATUS_NONE/COMPLETE/INCOMPLETE```
rektbyfaith
05-18-2020, 03:55 PM #3

Archived author: conFIGured • Posted: 2020-05-18T15:55:11.125000+00:00
Original source

cpp code has it all as ```QUEST_STATUS_NONE/COMPLETE/INCOMPLETE```

rektbyfaith
Administrator
0
05-18-2020, 03:55 PM
#4
Archived author: H0lysp4nk • Posted: 2020-05-18T15:55:26.590000+00:00
Original source

I was just looking at the LuaEngine source and couldn't see it defined there. I presume it's a flag in the core
rektbyfaith
05-18-2020, 03:55 PM #4

Archived author: H0lysp4nk • Posted: 2020-05-18T15:55:26.590000+00:00
Original source

I was just looking at the LuaEngine source and couldn't see it defined there. I presume it's a flag in the core

rektbyfaith
Administrator
0
05-18-2020, 03:55 PM
#5
Archived author: conFIGured • Posted: 2020-05-18T15:55:40.175000+00:00
Original source

ya core actually has the value typed out
rektbyfaith
05-18-2020, 03:55 PM #5

Archived author: conFIGured • Posted: 2020-05-18T15:55:40.175000+00:00
Original source

ya core actually has the value typed out

rektbyfaith
Administrator
0
05-18-2020, 03:56 PM
#6
Archived author: H0lysp4nk • Posted: 2020-05-18T15:56:06.837000+00:00
Original source

```
enum QuestStatus
{
QUEST_STATUS_NONE = 0,
QUEST_STATUS_COMPLETE = 1,
//QUEST_STATUS_UNAVAILABLE = 2,
QUEST_STATUS_INCOMPLETE = 3,
//QUEST_STATUS_AVAILABLE = 4,
QUEST_STATUS_FAILED = 5,
QUEST_STATUS_REWARDED = 6, // Not used in DB
MAX_QUEST_STATUS
};
``` <@!345380408193712128>
rektbyfaith
05-18-2020, 03:56 PM #6

Archived author: H0lysp4nk • Posted: 2020-05-18T15:56:06.837000+00:00
Original source

```
enum QuestStatus
{
QUEST_STATUS_NONE = 0,
QUEST_STATUS_COMPLETE = 1,
//QUEST_STATUS_UNAVAILABLE = 2,
QUEST_STATUS_INCOMPLETE = 3,
//QUEST_STATUS_AVAILABLE = 4,
QUEST_STATUS_FAILED = 5,
QUEST_STATUS_REWARDED = 6, // Not used in DB
MAX_QUEST_STATUS
};
``` <@!345380408193712128>

rektbyfaith
Administrator
0
05-18-2020, 03:56 PM
#7
Archived author: conFIGured • Posted: 2020-05-18T15:56:28.322000+00:00
Original source

BAM! you rule
rektbyfaith
05-18-2020, 03:56 PM #7

Archived author: conFIGured • Posted: 2020-05-18T15:56:28.322000+00:00
Original source

BAM! you rule

rektbyfaith
Administrator
0
05-18-2020, 03:56 PM
#8
Archived author: H0lysp4nk • Posted: 2020-05-18T15:56:36.871000+00:00
Original source

rektbyfaith
05-18-2020, 03:56 PM #8

Archived author: H0lysp4nk • Posted: 2020-05-18T15:56:36.871000+00:00
Original source

rektbyfaith
Administrator
0
05-18-2020, 03:57 PM
#9
Archived author: conFIGured • Posted: 2020-05-18T15:57:35.624000+00:00
Original source

you have no idea how huge my onenote book is. so much info when you have to find all the pieces and put it all together
rektbyfaith
05-18-2020, 03:57 PM #9

Archived author: conFIGured • Posted: 2020-05-18T15:57:35.624000+00:00
Original source

you have no idea how huge my onenote book is. so much info when you have to find all the pieces and put it all together

rektbyfaith
Administrator
0
05-18-2020, 03:57 PM
#10
Archived author: H0lysp4nk • Posted: 2020-05-18T15:57:55.719000+00:00
Original source

haha yeah
rektbyfaith
05-18-2020, 03:57 PM #10

Archived author: H0lysp4nk • Posted: 2020-05-18T15:57:55.719000+00:00
Original source

haha yeah

Pages (3): 1 2 3 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)