china0396 发表于 2025-11-13 22:23:48

战神引擎欢迎新人登录脚本

战神引擎欢迎新人登录脚本

将以下的内容根据格式插入到ogonQuest.pas
procedure NewMan();
begin
if This_Player.GetV(50, 1) = -1 then
begin
    This_Player.GiveBindItem('金条',1);
    ServerSay('★★★欢迎玩家<' + This_Player.Name + '>登录,www.xjyxi.com!★★★',3);
    This_Player.SetV(50,1,1);
end;
end;
begin
   NewMan();
end.


https://ps.ssl.qhimg.com/t02c8f6678862846893.jpg
页: [1]
查看完整版本: 战神引擎欢迎新人登录脚本