dnf脚本的研究
[player number] 2 8
[pvp start area]
0 0 0 0
0 0 0 0
0 0 0 0
[dungeon]
62
[/dungeon]
[type] `[normal]`
[greed]
`BB BB`
[tile] //可能是按顺序平铺,tile的width都是224
`Tile/ForestUnder.til`
`Tile/ForestUnderOver.til`
`Tile/ForestOver.til`
`Tile/ForestOver.til`
`Tile/ForestOver.til`
`Tile/ForestOver.til`
`Tile/ForestOverUnder.til`
[/tile]
[background animation] //背景动画
`Animation/far0.ani` `[distantback]` `[below]`
`Animation/mid1.ani` `[middleback]` `[below]`
[/background animation]
[dungeon start area] 139 313 91 67
[pathgate pos]
16 216
1552 216
784 144
784 348
[sound]
`M_GBLKINGDOM`
[/sound]
[animation] //'文件名 ' '属性(未知作用)' 211(坐标X?) 143(坐标Y?) 0(未知)
`Animation/BurntTree4.ani` `[normal]` 211 143 0
`Animation/Tree4.ani` `[normal]` 1121 137 0
`Animation/Tree3.ani` `[normal]` 367 133 0
`Animation/Tree3.ani` `[normal]` 568 132 0
[/animation]
[passive object] //283(物体ID) 810(坐标X?) 121(坐标Y?)
283 810 121 0
284 961 134 0
285 1224 148 0
8220 904 153 0
840 1378 155 0
246 327 163 0
840 1289 166 0
840 1334 183 0
840 1387 198 0
840 1300 209 0
251 613 214 0
251 1208 217 0
251 1337 244 0
251 1246 285 0
246 1285 349 0
251 1053 353 0
251 1224 354 0
8220 1340 363 0
285 598 398 0
284 390 403 0
295 893 413 0
284 1126 435 0
[/passive object]
[monster] //61410(怪物ID) 1(未知) 0(未知) 635(坐标X?) 185(坐标Y?) 0(未知)1(未知)1(未知) ‘[fixed]'(未知)`[normal]`(未知)
61410 1 0 635 185 0 1 1 `[fixed]` `[normal]`
56407 1 0 787 197 0 1 1 `[fixed]` `[normal]`
61409 1 0 572 205 0 1 1 `[fixed]` `[normal]`
61409 1 0 456 235 0 1 1 `[fixed]` `[normal]`
61410 1 0 1190 239 0 1 1 `[fixed]` `[normal]`
61410 1 0 836 267 0 1 1 `[fixed]` `[normal]`
61409 1 0 1322 272 0 1 1 `[fixed]` `[normal]`
61409 1 0 1253 275 0 1 1 `[fixed]` `[normal]`
56407 1 0 1129 280 0 1 1 `[fixed]` `[normal]`
61409 1 0 567 285 0 1 1 `[fixed]` `[normal]`
56407 1 0 1195 317 0 1 1 `[fixed]` `[normal]`
56407 1 0 768 332 0 1 1 `[fixed]` `[normal]`
61410 1 0 695 334 0 1 1 `[fixed]` `[normal]`
[/monster]
[monster specific AI]
`[normal]`
`[normal]`
`[normal]`
`[normal]`
`[normal]`
`[normal]`
`[normal]`
`[normal]`
`[normal]`
`[normal]`
`[normal]`
`[normal]`
`[normal]`
[/monster specific AI]
[special passive object]
8496 1064 177 0
1
`[monster]` 1 50 100 -1 -1
8496 720 245 0
1
`[monster]` 1 50 100 -1 -1
8496 1086 342 0
1
`[monster]` 1 50 100 -1 -1
[/special passive object]
//[event monster position]
//492 235 0
//896 230 0
//1085 228 0
//237 294 0
//[/event monster position]
[map name] <6::map_name_455>
dnf脚本的研究的更多相关文章
- Unity使用C++作为游戏逻辑脚本的研究(二)
文章申明:本文来自JacksonDunstan的博客系列文章内容摘取和翻译,版权归其所有,附上原文的链接,大家可以有空阅读原文:C++ Scripting( in Unity) 上一篇文章写完,有同学 ...
- Cmake调用NSIS(一个可执行文件,其实就是一个编译器)编译NSIS脚本问题研究
技术经理说,可以用Cmake当中的add_custom_command,add_custom_target命令来使用. 我初次研究了下,add_custom_command应该用官方文档中说明的第二种 ...
- Unity使用C++作为游戏逻辑脚本的研究
文章申明:本文来自JacksonDunstan的博客系列文章内容摘取和翻译,版权归其所有,附上原文的链接,大家可以有空阅读原文:C++ Scripting( in Unity) 一.C#和C++的通信 ...
- 对动态加载javascript脚本的研究
有时我们需要在javascript脚本中创建js文件,那么在javascript脚本中创建的js文件又是如何执行的呢?和我们直接在HTML页面种写一个script标签的效果是一样的吗?(关于页面scr ...
- Delphi,C语言互通脚本引擎研究
基于大神akuma的脚本引擎. 下面是demo
- Unity 脚本的未来发展
新技术之IL2CPP 最近,我们谈到了Unity 的WebGL . 在那篇文中我们简要谈论到脚本在 WebGL 中的运行的新技术称为"IL2CPP" .然而IL2CPP 所代表的 ...
- shell脚本批量/单独启动、停止、重启java独立jar程序
本人最近半年使用阿里dubbo做开发,并在公司内部大力进行推广,将原来一个笨重且不易于维护的大项目切分成多个相对独立的java程序,好处是显而易见的,但是随着切分的独立运行程序包越来越多,程序的部署变 ...
- 过 DNF TP 驱动保护(一)
过 DNF TP 驱动保护(一) 文章目录: 01. 博文简介: 02. 环境及工具准备: 03. 分析 TP 所做的保护: 04. 干掉 NtOpenProc ...
- [AR]Vumark(下一代条形码)
VuMark 准备知识 Vumark的说明: https://library.vuforia.com/articles/Training/VuMark https://library.vuforia. ...
随机推荐
- ubuntu qt :-1: error cannot find lgl
安装package "libgl1-mesa-dev": sudo apt-get install libgl1-mesa-dev 参考文献: Qt: can't find -lG ...
- framework7学习笔记
最近因项目需要学习framework7,简称F7.对于自己遇到的问题和学习到的东西做个简单记录. 问题:刚开始获取json,页面上一直不显示,不得其法,原来是json文件需要在弹出层打开之后在来加载, ...
- Ajax--跨域访问的三种方法
一.什么是跨域 我们先回顾一下域名地址的组成: / script/jquery.js http:// (协议号) www (子域名) google (主域名) (端口号) script/jquer ...
- Xcode Product -> Archive disabled
You've changed your scheme destination to a simulator instead of "iOS Device". That's why ...
- 相对完美的后台Service实现播放音乐功能
对于用Context.startService()启动的service生命周期为onCreate()-onStartCommand()-onDestroy();如果多次用context.startSe ...
- 【转】Android 布局学习之——LinearLayout属性baselineAligned的作用及baseline
相信大家对LinearLayout已经相当熟悉,但你们是否了解它的属性baselineAligned呢? Android官方文档是这么描述的:
- zookeeper启动报错(数据目录权限不对)
zookeeper启动报错日志: 2016-11-16 11:19:43,880 [myid:3] - INFO [WorkerReceiver[myid=3]:FastLeaderElection@ ...
- Java垃圾回收介绍(译)
在Java中,对象内存空间的分配与回收是由JVM中的垃圾回收进程自动完成的.与C语言不同的是,在Java中开发者不需要专门为垃圾回收写代码.这是使Java流行的众多特征之一,也帮助了程序员写出了更好的 ...
- spring自定义注解
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.sp ...
- 第一个MapReduce程序
计算文件中每个单词的频数 wordcount 程序调用 wordmap 和 wordreduce 程序. import org.apache.hadoop.conf.Configuration; im ...