Forums WoW Modding Support Archives Azerothcore Discord Archives [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

[DiscordArchive] what is the difference "waypoints" and "waypoints_data" in DB? If i create waypoints for NPC in gam

rektbyfaith
Administrator
0
08-25-2019, 11:42 AM
#1
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?
rektbyfaith
08-25-2019, 11:42 AM #1

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?

rektbyfaith
Administrator
0
08-25-2019, 11:43 AM
#2
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
rektbyfaith
08-25-2019, 11:43 AM #2

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

rektbyfaith
Administrator
0
08-25-2019, 11:43 AM
#3
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
rektbyfaith
08-25-2019, 11:43 AM #3

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

rektbyfaith
Administrator
0
08-25-2019, 11:44 AM
#4
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
rektbyfaith
08-25-2019, 11:44 AM #4

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

rektbyfaith
Administrator
0
08-25-2019, 11:45 AM
#5
Archived author: Deleted User • Posted: 2019-08-25T11:45:20.298000+00:00
Original source

ty
rektbyfaith
08-25-2019, 11:45 AM #5

Archived author: Deleted User • Posted: 2019-08-25T11:45:20.298000+00:00
Original source

ty

rektbyfaith
Administrator
0
08-25-2019, 12:06 PM
#6
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?
rektbyfaith
08-25-2019, 12:06 PM #6

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?

rektbyfaith
Administrator
0
08-25-2019, 12:08 PM
#7
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...
rektbyfaith
08-25-2019, 12:08 PM #7

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...

rektbyfaith
Administrator
0
08-25-2019, 12:20 PM
#8
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;
rektbyfaith
08-25-2019, 12:20 PM #8

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;

rektbyfaith
Administrator
0
08-25-2019, 12:31 PM
#9
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
rektbyfaith
08-25-2019, 12:31 PM #9

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

rektbyfaith
Administrator
0
08-25-2019, 12:33 PM
#10
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
rektbyfaith
08-25-2019, 12:33 PM #10

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

Recently Browsing
 
Recently Browsing