最新最全最权威的各类手游,端游,页游游戏信息开服信息,尽在游民之家. 订阅微信

烈焰黄金圣殿传送脚本

发表时间:2015-03-30 15:10点击人气:责任编辑:admin

 

代码如下

function ontalk3001(npc,event,player)
 player:echo(0,npc:GetLowGUID(),[[ 
#&talk_line#&
黄金圣殿藏着极具荣誉的装备.但却也不是一般人
所能承受的。经得起考验才可以.
你可要小心前往

危险星数:★★★★★★★★


注:VIP8以上才可前往


#&talk_line#&
                       <u><a href='event:M2402,420'>进入黄金圣殿</a></u>
#&talk_line#& 
   热血烈海 倾力打造 QQ:97078681               
]]);
end


function ontalk3001_420(npc,player)
 if player:get_player_type() >= 8 then
  player:enter_map(420,42,53);
   g_alert("玩家[<font color='#FF0000'>"..player:GetName().."</font>]V"..player:get_player_type().."通过黄金领域传送员进入【黄金圣殿】",2,1000,0,1);
 else
  player:alert(10,1000,1,"您的VIP等级不足8级,无法传送【黄金圣殿】");
 end
end

 

Npc3001Funid =
{
[420] = ontalk3001_420;
}

function funid(npc,event,player,funid)
 if Npc3001Funid[funid] ~= nil then
  Npc3001Funid[funid](npc,player);
 end
end

RegisterUnitEvent(3001,20,"ontalk3001")
RegisterUnitEvent(3001,29,"funid")