噢哎哟喂

Results 60 comments of 噢哎哟喂

我自己的服我禁止了玩家addclass,那基本没有什么问题了。

> 你是自己招的机器人吧,不是野外机器人吧? 但是发现新的问题,我在游戏中禁用了addclass指令,但玩家可以用`.playerbot bot login`离线的机器人,他们上线后会自动成为召唤机器人,一样可以直接交易金币。

默认配置,无需任何修改,直接可用,我测试结果是这样的。

![684fa7647d7451674413eabe211bc6a5](https://github.com/user-attachments/assets/3adbe45e-be31-48ea-9e01-99c39b48a3b4) I have the same problem

不要脸的开源,一句代码没有,我已经取消star了,dog thing!

I have the same warning with new version fluffos ``` /clone/user/user.c line 132: Warning: BUG: inherit function is undefined or prototype, flags: 2060 return ::set(idx, para) ^ /clone/user/user.c line 132:...

什么时候修复这个BUG呀?我看着日志很难受啊。

https://github.com/fluffos/fluffos/commit/6bc96f745aa09282bf50605ac2d4e1fac32cba7f 是这个commit带来的问题,相关代码在fluffos/src/compiler/internal/compiler.cc的第918行附近,如果你是自己编译的驱动但又不想显示这个Warning,可以修改代码自己重新编译驱动,示例: ```c if (flags & (FUNC_UNDEFINED | FUNC_PROTOTYPE)) { if (0) { // 禁用此警告,因为函数在运行时可能已定义 yywarn("DEBUG: inherit function is undefined or prototype, flags: %d", flags); return 0; } } ```

> Can you provide more information regarding this issue, such as the logs of the web console? Sorry, How can I view the access logs of the Web APP page...