Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] Maybe there's something in the DBCs about it?

[DiscordArchive] Maybe there's something in the DBCs about it?

[DiscordArchive] Maybe there's something in the DBCs about it?

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
07-07-2021, 12:18 PM
#1
Archived author: Einkatzi • Posted: 2021-07-07T12:18:53.220000+00:00
Original source

Maybe there's something in the DBCs about it?
rektbyfaith
07-07-2021, 12:18 PM #1

Archived author: Einkatzi • Posted: 2021-07-07T12:18:53.220000+00:00
Original source

Maybe there's something in the DBCs about it?

rektbyfaith
Administrator
0
07-07-2021, 12:26 PM
#2
Archived author: sijink • Posted: 2021-07-07T12:26:56.875000+00:00
Original source

`creature_addon` belongs to creatures and not templates so you're supposed to use the creature guid (in this case 26248)
rektbyfaith
07-07-2021, 12:26 PM #2

Archived author: sijink • Posted: 2021-07-07T12:26:56.875000+00:00
Original source

`creature_addon` belongs to creatures and not templates so you're supposed to use the creature guid (in this case 26248)

rektbyfaith
Administrator
0
07-07-2021, 12:27 PM
#3
Archived author: sijink • Posted: 2021-07-07T12:27:02.361000+00:00
Original source

```
MariaDB [acore_world]> select * from creature_addon where guid = 26248;
+-------+---------+-------+--------+--------+-------+---------+-------+
| guid | path_id | mount | bytes1 | bytes2 | emote | isLarge | auras |
+-------+---------+-------+--------+--------+-------+---------+-------+
| 26248 | 0 | 0 | 0 | 4097 | 0 | 0 | NULL |
+-------+---------+-------+--------+--------+-------+---------+-------+
```
rektbyfaith
07-07-2021, 12:27 PM #3

Archived author: sijink • Posted: 2021-07-07T12:27:02.361000+00:00
Original source

```
MariaDB [acore_world]> select * from creature_addon where guid = 26248;
+-------+---------+-------+--------+--------+-------+---------+-------+
| guid | path_id | mount | bytes1 | bytes2 | emote | isLarge | auras |
+-------+---------+-------+--------+--------+-------+---------+-------+
| 26248 | 0 | 0 | 0 | 4097 | 0 | 0 | NULL |
+-------+---------+-------+--------+--------+-------+---------+-------+
```

rektbyfaith
Administrator
0
07-07-2021, 12:28 PM
#4
Archived author: sijink • Posted: 2021-07-07T12:28:25.863000+00:00
Original source

I don't get anything when using 9623 as guid so not sure what's going on there
rektbyfaith
07-07-2021, 12:28 PM #4

Archived author: sijink • Posted: 2021-07-07T12:28:25.863000+00:00
Original source

I don't get anything when using 9623 as guid so not sure what's going on there

rektbyfaith
Administrator
0
07-07-2021, 12:35 PM
#5
Archived author: Efymer • Posted: 2021-07-07T12:35:54.423000+00:00
Original source

I redid the DB and it shows a 0 too, so probably it was me messing it up
rektbyfaith
07-07-2021, 12:35 PM #5

Archived author: Efymer • Posted: 2021-07-07T12:35:54.423000+00:00
Original source

I redid the DB and it shows a 0 too, so probably it was me messing it up

rektbyfaith
Administrator
0
07-07-2021, 12:36 PM
#6
Archived author: Efymer • Posted: 2021-07-07T12:36:05.766000+00:00
Original source

still don't know where the waypoints used are coming from tho
rektbyfaith
07-07-2021, 12:36 PM #6

Archived author: Efymer • Posted: 2021-07-07T12:36:05.766000+00:00
Original source

still don't know where the waypoints used are coming from tho

rektbyfaith
Administrator
0
07-07-2021, 12:50 PM
#7
Archived author: Claudiodfc • Posted: 2021-07-07T12:50:46.716000+00:00
Original source

Table `waypoints`
rektbyfaith
07-07-2021, 12:50 PM #7

Archived author: Claudiodfc • Posted: 2021-07-07T12:50:46.716000+00:00
Original source

Table `waypoints`

rektbyfaith
Administrator
0
07-07-2021, 12:53 PM
#8
Archived author: Efymer • Posted: 2021-07-07T12:53:14.068000+00:00
Original source

checked that too, empty as well
rektbyfaith
07-07-2021, 12:53 PM #8

Archived author: Efymer • Posted: 2021-07-07T12:53:14.068000+00:00
Original source

checked that too, empty as well

rektbyfaith
Administrator
0
07-07-2021, 12:54 PM
#9
Archived author: Claudiodfc • Posted: 2021-07-07T12:54:20.525000+00:00
Original source

If it's c++ script then the points are on code
rektbyfaith
07-07-2021, 12:54 PM #9

Archived author: Claudiodfc • Posted: 2021-07-07T12:54:20.525000+00:00
Original source

If it's c++ script then the points are on code

rektbyfaith
Administrator
0
07-07-2021, 12:54 PM
#10
Archived author: Efymer • Posted: 2021-07-07T12:54:36.715000+00:00
Original source

Couldn't find them here https://github.com/azerothcore/azerothco...er.cpp#L43
rektbyfaith
07-07-2021, 12:54 PM #10

Archived author: Efymer • Posted: 2021-07-07T12:54:36.715000+00:00
Original source

Couldn't find them here https://github.com/azerothcore/azerothco...er.cpp#L43

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