当前位置:网站首页>How to set the explosion rate of legendary humanoid?Humanoid increase tutorial
How to set the explosion rate of legendary humanoid?Humanoid increase tutorial
2022-07-29 13:32:00 【V13807970340】
How to set the explosion rate of legendary humanoid?Humanoid addition tutorial
Common in legendary versions,Usually what you wear will reveal what you wear,It can also be set to a medium explosion rate in monster form.
The biggest advantage of the humanoid is that it can add the skills of the humanoid,Just like real players,Have the skills to fight with you,Add fun to the game.下面艾西Explain the method to everyone
1.First we need to add a humanoid monster we want to add in the monster data.The name is up to you.Let me give you an example.
怪物名字--Legendary messenger.blood of heroes.攻击.防御.You can modify it yourself.The main thing is to add a monster to the monster database.
2.After we have added it, we will add the corresponding humanoid configuration in the version.
文件的路径:
D:\MirServer\Mir200\Envir\MonUseItems
This is the file that stores the configuration of the humanoid. Each humanoid corresponds to a configuration file with the same name as the humanoid.
格式: 其中打; 的.If you don't understand, you can copy it directly.Has no effect on the script.;
The previous ones are useless.will not be used in the script.
It is convenient for you to forget what it is when you modify it.It can also be cleared to see clear.
GEE引擎Monster.DBExample of monster data:
战士;150;19;0;198;0;100;5000;0;10;10;0;0;0;0;88;45;450;1;0;450;5000;
法师;150;19;0;198;0;100;5000;0;10;10;0;0;0;0;88;45;750;1;0;750;5000;
道士;150;19;0;198;0;100;5000;0;10;10;0;0;0;0;88;45;750;1;0;750;5000;
GOM引擎Monster.DBExample of monster data:
战士;60;19;0;198;0;100;5000;0;10;10;0;0;0;0;88;45;450;1;0;450;5000;
法师;60;19;0;198;0;100;5000;0;10;10;0;0;0;0;88;45;750;1;0;750;5000;
道士;60;19;0;198;0;100;5000;0;10;10;0;0;0;0;88;45;750;1;0;750;5000;
HGE引擎Monster.DBExample of monster data:
战士;150;19;0;198;0;100;5000;0;1000;1000;0;0;0;0;88;45;450;1;0;450;5000;
法师;150;19;0;198;0;100;5000;0;1000;1000;0;0;0;0;88;45;750;1;0;750;5000;
道士;150;19;0;198;0;100;5000;0;1000;1000;0;0;0;0;88;45;750;1;0;750;5000;
LEG/BLUE引擎Monster.DBExample of monster data:
战士;60;19;0;198;0;100;5000;0;10;10;0;0;0;0;88;45;450;1;0;450;5000;
法师;60;19;0;198;0;100;5000;0;10;10;0;0;0;0;88;45;750;1;0;750;5000;
道士;60;19;0;198;0;100;5000;0;10;10;0;0;0;0;88;45;750;1;0;750;5000;
;=============================Humanoid monster configuration file=======================
;职业
Job=1
;性别
Gender=0
;头发
Hair=5
;使用魔法
;注意:Humanoids must have related skills to be able to use skills normally.If you don't have it, you can't use it.
Magic=雷电术,冰咆哮,魔法盾
;Whether to drop items on the body
0=掉落
1=不掉
DropItem=0
With players and playerspk一样.When the player dies, it will drop the player's items.Usually I don't set it to drop.
;活动范围,0The scope of activities is not limited.It will automatically return to the spawn point if it exceeds the active range.
Territory=0
;Whether to allow digging of body equipment1=是,0=否
ButchUseItem=1
Here we choose1If so, we can dig monsters to obtain monster items.
;Possibility of digging out equipment:0为百分百,数字越大机率越小.
;注意:设置0Doesn't mean it can100%Dig up items on your body.
ButchRate=10
;攻击状态
0=攻击
1=不攻击
NoAttackMode=0
;==============================身上装备============================
[UseItems]
;衣服
DRESSNAME=法神披风
;武器
WEAPONNAME=骨玉权杖
;照明物
RIGHTHANDNAME=荣誉勋章34号
;项链
NECKLACENAME=Flame Necklace
;头盔
HELMETNAME=Dragon Helm
;左手镯
ARMRINGLNAME=Flame Bracers
;右手镯
ARMRINGRNAME=Flame Bracers
;左戒指
RINGLNAME=Ring of Fire
;右戒指
RINGRNAME=Ring of Fire
;物品
BUJUKNAME=
;腰带
BELTNAME=Blaze Belt
;鞋子
BOOTSNAME=Blazing Boots
;宝石
CHARMNAME=Red Devil Star
;Items in the backpack at birth
INITITEMS=Super magic potion,Super magic potion,Super golden drug,Super golden drug
;Chance to drop equipment on death
The smaller the number, the higher the chance of dropping equipment
DieDropUseItemRate=300
[INFO]
;DROPUSEITEM=Is it out of equipment,1=掉,0=不掉
DROPUSEITEM=0
;Butch=0Indicates an outburst of items,Butch=1Indicates that items can be obtained by digging,Items dug up are set atMonItems目录,Same as other monsters
Butch=0
;BodyLeathery=Corpse toughness,数字越大,Indicates that it takes longer to mine before entering the function to obtain items(Whether to get the item or not dependsMonItemsThis strange violence rate file in the directory).
BodyLeathery=20000
;JOB=职业0.1.2
JOB=1
;GENDER=性别0.1
GENDER=0
;HAIR=头发
HAIR=0.1.2.3.4.5
;USESKILL=使用魔法
USESKILL=Extinguish the fire,魔法盾,疾光电影,抗拒火环,雷电术
[USEITEMS]
;衣服
USEITEMS0=Star King Clothes(男)
;武器
USEITEMS1=Star King Demon Blade
;照明物
USEITEMS2=Diamond Medal
;项链
USEITEMS3=Star King Necklace(法)
;头盔
USEITEMS4=Star King's Crown
;左手镯
USEITEMS5=Star King Bracers(法)
;右手镯
USEITEMS6=Star King Bracers(法)
;左戒指
USEITEMS7=Lord of the Rings
;右戒指
USEITEMS8=Lord of the Rings
;物品
USEITEMS9=
;腰带
USEITEMS10=Star King Belt(法)
;鞋子
USEITEMS11=Star King boots
;宝石
USEITEMS12=Bloodstone(大)
边栏推荐
猜你喜欢
随机推荐
详述 TCP 的 TIME_WAIT 状态要维持 2MSL 的原因
torch使用总结
xxl-job源码解析(技术分享)
何享健“A拆A”又败一局,美的旗下美智光电终止创业板IPO
Scala 简介一
传奇版本添加npc修改增加npc方法以及配置参数教程
年轻人开始“反大牌”,有钱也不买
Dataset:Medical Data and Hospital Readmissions医疗数据和医院再入院情况数据集的简介、下载、使用方法之详细攻略
[Cloud native] Introduction and use of Feign of microservices
为什么用了大牌工具后报表开发依然头痛
DVWA full level customs clearance tutorial
RedisTemplate使用详解
Go - reading (7), CopySheet Excelize API source code (the from and to the int)
SIP system composition format
第二十一周作业
MySql string splitting realizes the split function (field splitting, column switching, row switching)
IO流:节点流和处理流详细归纳。
Go-Excelize API源码阅读(七)—— CopySheet(from, to int)
MySQL如何对SQL做prepare预处理(解决IN查询SQL预处理仅能查询出一条记录的问题)
容器化 | 在 Rancher 中部署 MySQL 集群