开手游传奇用战神引擎的GM都知道庄园都不敢开摆摊系统怕被刷,
如果不开摆摊玩家不方便交易而且商铺放元宝也是很危险的,
这里我给出一个脚本或许这个脚本有的GM已经有了,这脚本要配合GAO地图使用,
{********************************************************************
*******************************************************************}
program Mir2;
{$I common.pas}
{$I ActiveValidateCom.pas}
procedure _DoExit;
begin
This_Npc.CloseDialog(This_Player);
end;
procedure _newYB;
begin
if This_Player.GetV(11,10) <> 888 then
begin
This_Player.SetV(11,10,888);
This_NPC.YBDealDialogShowMode(This_Player,true);
end else
begin
This_NPC.YBDealDialogShowMode(This_Player,false);
end;
end;
Begin
This_Npc.NpcDialog(This_Player,
'点开<我要出售/c=250>存入你要出售的物品及价格(元宝计算),<输入买家名字/c=red>。\ \'
+'|{cmd}<开始元宝交易/@NewYB>'
);
end.
这个脚本是设置指定玩家购买,不存在邮件发送所得元宝直接到人物背包属性里。