【超级会员V4】通过百度网盘分享的文件:龙川底板
链接:https://pan.baidu.com/s/1BaAYyeY6xxNjRwsdyW-PkQ?pwd=1111
提取码:1111
这是传奇帮的一个战神引擎三职业复古,喜欢这种复古的三职业,但是没有随身仓库,哪位大哥大姐练练手给加个随身仓库,新年快乐 好人一生平安。
【超级会员V4】通过百度网盘分享的文件:龙川底板
链接:https://pan.baidu.com/s/1BaAYyeY6xxNjRwsdyW-PkQ?pwd=1111
提取码:1111
这是传奇帮的一个战神引擎三职业复古,喜欢这种复古的三职业,但是没有随身仓库,哪位大哥大姐练练手给加个随身仓库,新年快乐 好人一生平安。
请登录之后再进行评论
估计都没时间
随身仓库需要盘古插件,如果端内没有安装需要安装盘古,然后参考这个教程添加试试:https://35boke.com/4114.html
Hello World
//@SetNoKillMapLv,1表示原地复活,2表示回城复活,3表示远程仓库
procedure SetNoKillMapLv(ID:Integer);
begin
case ID of
1:
begin
This_Player.PlayerNotice('autorelive',5);
This_Player.PlayerNotice('你已原地复活',5);
if This_Player.MyLFnum > 10 then
begin
This_Player.DecLF(10001, 10, false);
end;
This_Player.AutoReLive(This_Player.MapName,This_Player.My_X+random(3)-1,This_Player.My_Y+random(3)-1,true,true); //原地复活 九 零 一 起玩 w w w. 9 0 1 7 5.com
end;
2:
begin
This_Player.PlayerNotice('autorelive',5);
This_Player.PlayerNotice('你已盟重复活',5);
if This_Player.MyLFnum > 10 then
begin
This_Player.DecLF(10001, 10, false);
end;
This_Player.AutoReLive('3',330+random(3)-1,330+random(3)-1,true,true);
end;
3:
begin
This_Player.NewBieGiftConsume;//一行代码实现随身仓库
end;
end;
end;
重启服务端,打开盘古的远程仓库就可以了