跳至内容
AzerothCore 中文
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
•
characters
数据库:world数据库:waypoint_data
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== waypoint_data 表 ====== ---- [[数据库:world数据库:首页|<-返回:World 数据库]] This table contains all the path data for creatures that use waypoints and waypoint scripts directly in their creature addon definition. See also [[Waypoints-Information]] for general information about waypoints. **表结构** ^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ |[[#id|id]]|INT|UNSIGNED|PRI|NO|0| | | |[[#point|point]]|MEDIUMINT|UNSIGNED|PRI|NO|0| | | |[[#position_x|position_x]]|FLOAT| | |NO|0| | | |[[#position_y|position_y]]|FLOAT| | |NO|0| | | |[[#position_z|position_z]]|FLOAT| | |NO|0| | | |[[#orientation|orientation]]|FLOAT| | |YES|NULL| | | |[[#delay|delay]]|INT|UNSIGNED| |NO|0| | | |[[#move_type|move_type]]|INT| | |NO|0| | | |[[#action|action]]|INT| | |NO|0| | | |[[#action_chance|action_chance]]|SMALLINT| | |NO|100| | | |[[#wpguid|wpguid]]|INT|UNSIGNED| |NO|0| | | ===== 字段说明 ===== ---- ==== id ==== Unique ID for each path. //The TDB standard way of assigning an ID is to multiply GUID of the creature by 10.// //So for a creature with a GUID of 1234 the path ID would be 12340. Any waypoints submitted to TDB should follow this standard.// //However, this is only a suggestion when creating your own waypoints. This ID can be anything you want as long as creature_addon.path_id is set to the ID you pick here for the creature you are creating a waypoint for.// ==== point ==== Unique point ID for each point in a path. Starts at 1 and increases with each path. ==== position_x ==== The X coordinate of the destination waypoint. ==== position_y ==== The Y coordinate of the destination waypoint. ==== position_z ==== The Z coordinate of the destination waypoint. ==== orientation ==== The orientation of the creature. (North = 0.0; South = π (3.14159)) ==== delay ==== Time to wait (in ms) between each point. ==== move_type ==== |Walk|0| |Run|1| |Fly|2| ==== action ==== ID of the action to be performed. See [[waypoint_scripts#id|waypoint_scripts.id]]. ==== action_chance ==== Percentage of action happening (0-100%). ==== wpguid ==== This field is used by the core and is NOT to be set by hand. This field holds the GUID of the waypoint visual when you enable the visual mode for waypoints. ==== Example Rows ==== ^Id^Point^Point^Position_y^Position_z^Orientation^Delay^Move_type^Action^Action_chance^wpguid^ |20160|1|-4998|-1167|501657|0|10000|0|0|100|0| |20160|2|-4958.38|-1199.34|501659|0|0|0|0|100|0|
数据库/world数据库/waypoint_data.txt
· 最后更改: 2023/10/04 00:10 由
admin
页面工具
显示页面
修订记录
反向链接
回到顶部