[DiscordArchive] Maybe there's something in the DBCs about it?
[DiscordArchive] Maybe there's something in the DBCs about it?
Archived author: Einkatzi • Posted: 2021-07-07T12:18:53.220000+00:00
Original source
Maybe there's something in the DBCs about it?
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)
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 |
+-------+---------+-------+--------+--------+-------+---------+-------+
```
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
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
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
Archived author: Claudiodfc • Posted: 2021-07-07T12:50:46.716000+00:00
Original source
Table `waypoints`
Archived author: Efymer • Posted: 2021-07-07T12:53:14.068000+00:00
Original source
checked that too, empty as well
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
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