娜宝网

方舟生存进化南巨指令

admin
南巨指令 # 召唤南巨 ``` cheat summon giga_character_bp_c ``` # 属性修改 增长属性 ``` cheat GiveExpToTarget dino 1 1000 0 ``` * dino:南巨的ID * 1:经验值类型(0:健康,1:耐力,2:食物,3:重量,4:伤害,5:移速) * 1000:经验值增量 * 0:等级增量(0:不增加等级,1:增加1级) 设置属性 ``` cheat SetTargetDinoHealth dino 10000 cheat SetTargetDinoStamina dino 5000 cheat SetTargetDinoFood dino 1000 cheat SetTargetDinoWeight dino 1000 cheat SetTargetDinoDamage dino 500 cheat SetTargetDinoSpeed dino 150 ``` * dino:南巨的ID * 10000:健康值 * 5000:耐力值 * 1000:食物值 * 1000:重量 * 500:伤害 * 150:移速 # 行为修改 设置跟随 ``` cheat EnableDinoFollow dino ``` 设置漫游 ``` cheat EnableDinoWander dino ``` 设置攻击 ``` cheat EnableDinoTarget dino ``` 设置防御 ``` cheat EnableDinoPreventAttacking dino 1 ``` * 1:1启用防御,0关闭防御 # 物品添加 添加马鞍 ``` cheat gfi giga_saddle 1 1 0 ``` 添加物品 ``` cheat gfi item_id 1 1 0 ``` * item_id:物品ID(可在Wiki或游戏内查看) # 其他指令 杀死南巨 ``` cheat KillTargetDino ``` 删除南巨 ``` cheat DestroyTargetDino ``` 传送南巨 ``` cheat FlyToPoint dino 0 0 0 ``` * 0 0 0:传送坐标(X、Y、Z) 修改南巨名称 ``` cheat SetTargetDinoName dino NewName ``` * NewName:新名称