首页 技术资料 游戏资源 编程资料 游戏科普

gs.conf 禁止玩家丢垃圾,副本飞行,坐骑等操作

栏目: 作者:匿名 发表时间:2024-06-14 16:34:05阅读:2140次

首先1找到服务端/root/pwserver/gamed/gs.conf 文件

    傻瓜的是在server/gamed/gs.conf

2..找到这个文件[World_gs01]

                            index            =    1

                            tag            =    1

                            cid            =      0,2,13

                            base_path        =    world/

                            limit              =        allow-root; 注意这一行

在=号后面添加命令

nothrow;

不可丢东西

allow-root;

可以进入

gm-free;

GM可通过

noduel;

不可PK

nofly;

不可飞

clear-ap;

清除所有怒气

no-bind;

(不懂,没测试 董的告诉我!)

nomount;

不可坐骑  

要是修改不能丢东西就是第一个命令

limit              =        allow-root; nothrow;

这样就可以拉.