热门搜索: LOL雷霆之怒蓝月传奇传奇霸业
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级,无法传送【黄金圣殿】"); endend
Npc3001Funid = {[420] = ontalk3001_420;}
function funid(npc,event,player,funid) if Npc3001Funid[funid] ~= nil then Npc3001Funid[funid](npc,player); endend
RegisterUnitEvent(3001,20,"ontalk3001")RegisterUnitEvent(3001,29,"funid")