[DiscordArchive] what is the difference "waypoints" and "waypoints_data" in DB? If i create waypoints for NPC in gam
[DiscordArchive] what is the difference "waypoints" and "waypoints_data" in DB? If i create waypoints for NPC in gam
Archived author: Deleted User • Posted: 2019-08-25T11:42:36.549000+00:00
Original source
what is the difference "waypoints" and "waypoints_data" in DB? If i create waypoints for NPC in game how i can take this changes from DB?
Archived author: Shin • Posted: 2019-08-25T11:43:51.793000+00:00
Original source
<@456226577798135808> http://www.azerothcore.org/wiki/waypoints
[Embed: AzerothCore]
Wiki and Documentation of AzerothCore project
http://www.azerothcore.org/wiki/waypoints
Archived author: Shin • Posted: 2019-08-25T11:43:54.442000+00:00
Original source
http://www.azerothcore.org/wiki/waypoint_data
[Embed: AzerothCore]
Wiki and Documentation of AzerothCore project
http://www.azerothcore.org/wiki/waypoint_data
Archived author: Shin • Posted: 2019-08-25T11:44:07.498000+00:00
Original source
if it's still not clear. please open a question: https://www.azerothcore.org/wiki/How-to-ask-for-help
[Embed: How to ask for help]
Wiki and Documentation of AzerothCore project
https://www.azerothcore.org/wiki/How-to-ask-for-help
Archived author: Deleted User • Posted: 2019-08-25T11:45:20.298000+00:00
Original source
ty
Archived author: Deleted User • Posted: 2019-08-25T12:06:24.861000+00:00
Original source
SELECT FROM creature WHERE guid=28686; what i do wrong? how select from DB data?
Archived author: Deleted User • Posted: 2019-08-25T12:08:46.291000+00:00
Original source
why no one has yet created a program like TES5EDIT for work with server DB? Simple program which show all references and all dependencies...
Archived author: MaloW • Posted: 2019-08-25T12:20:49.604000+00:00
Original source
add a * after the SELECT:
SELECT * FROM creature WHERE guid=28686;
Archived author: Deleted User • Posted: 2019-08-25T12:31:43.086000+00:00
Original source
i select npc, type ".wp add" "Current creature haven't loaded path." i type ".wp load" need pathid. What is path ID? how create pathID? Why is everything so difficult
Archived author: Deleted User • Posted: 2019-08-25T12:33:22.765000+00:00
Original source
http://www.azerothcore.org/wiki/Waypoints-Information here say Example creature GUID: 1234567, example path id: 123456700 what is path id? and where is this and how it create not say
[Embed: Different kinds of waypoint paths]
Wiki and Documentation of AzerothCore project
http://www.azerothcore.org/wiki/Waypoints-Information