55.修复白猪背包远程仓库的视频教程
这个问题相比很多升级白猪第三方插件的朋友都会遇到,小编看了下很多论坛都只有一种方法,就是给RunQuest.pas添加下列一段代码:
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); //原地复活
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;
但是你会发现就算开了盘古,他还是点不开,点击没反应把,所以今天这节课我们就深度解析下这个问题造成的原因和详细的解决方法吧!
视频教程下载:
**** Hidden Message *****
RE: 55.修复白猪背包远程仓库的视频教程 [修改] 9999999999999 kanknakkkkkkkkkkkkk 修复白猪背包远程仓库 学习学习学习 ...kankanzenmeyang nengnkanng
页:
[1]