为创业者
服务

战神引擎通过盘古插件开启包裹仓库功能图文教程

procedure SetNoKillMapLv(ID:Integer);begincase ID of1:beginThis_Player.PlayerNotice(‘autorelive’,5);This_Player.PlayerNotice(‘你已原地复活’,5);if This_Player.MyLFnum > 10 thenbeginThis_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); //原地复活end;2:beginThis_Player.PlayerNotice(‘autorelive’,5);This_Player.PlayerNotice(‘你已盟重复活’,5);if This_Player.MyLFnum > 10 thenbeginThis_Player.DecLF(10001, 10, false);end;This_Player.AutoReLive(‘3’,330+random(3)-1,330+random(3)-1,true,true);end;3:beginThis_Player.NewBieGiftConsume;//一行代码实现随身仓库end;end;end;

免责声明:站内部分内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。展示内容仅作为学习交流使用,其版权归出版公司或原作者所有,本站不对所涉及的版权问题负责。如原作者认为侵权,请联系我们,我们会立即删除文章!蜗牛学社 » 战神引擎通过盘古插件开启包裹仓库功能图文教程
分享到: 更多 (0)