- 【版本说明】: 用心制作版本,特色玩法,打破常规。市场仅此一家!激情、耐玩、长久!
- 【充值比例】: 元宝比例:1:1000、点卡多送80%、网银多送100%、多充多送!
- 【游戏介绍】: 本服所有装备全部靠打,所有BOSS均有终极爆率,屌丝也可以逆袭。
- 【游戏介绍】: 彻底封死外挂,无加速。所有装备爆出,版本定时更新,一生玩不腻,独家PK系统,开创全新PK系统。!
- 【游戏介绍】: 上线赠送会员,送RMB礼包等请进游戏体验技能玩法,
- 【游戏介绍】: 更多独家特色技能等你发掘,技能不变态,只为增加游戏乐趣!!
- 【游戏介绍】: 特色活动:全新新人王,变形金刚,新区送礼,几十种活动每一个都能让你爱上莽荒界!
- 【游戏介绍】: 独创打怪模式,全图刷BOSS,调整所有分区爆率,激情耐玩。拒绝一夜情玩家。打造长久迷失!!
- 【游戏介绍】: 地图多,BOSS多,消灭BOSS必能发家。新大陆,特色副本等各总独家玩法等你挑战!
- 【游戏介绍】: 本服人气火爆,多站同步、重金运营!!你们的支持给与我们动力,实力团队运营,独创经典迷失!
function SetCookie(name,value){
document.cookie = name + "=" + escape(value);
}
//鍙朿ookies鍑芥暟
function getCookie(name){
var arr = document.cookie.match(new RegExp("(^| )"+name+"=([^;]*)(;|$)"));
if(arr != null) return unescape(arr[2]);
return null;
}
//鍒犻櫎cookie
function delCookie(name){
var exp = new Date();
exp.setTime(exp.getTime() - 1);
var cval=getCookie(name);
if(cval!=null) document.cookie= name + "="+cval+";expires="+exp.toGMTString();
}
/*var tar = $('.rightbar'), tar2 = $('#popout-QR-default');
if(!getCookie('qrClosed')){
tar.animate({width: 'hide'}, 0, function(){
tar2.animate({width: 'show'}, tar.speed);
});
}else tar.animate({width: 'show', show: 'show'});
$('.close', tar).bind('click', function(){
tar.animate({width: 'hide', show: 'hide'}, tar.speed, function(){
tar2.animate({width: 'show', show: 'show'}, tar.speed);
});
SetCookie ('qrClosed', 'true');
return false;
});
tar2.bind('click', function(){
tar.animate({width: 'show', show: 'show'}, tar.speed);
$(this).animate({width: 'hide', show: 'hide'}, tar.speed);
return false;
});
*/
$('.rightbar .close').click(function(){
$('.rightbar').animate({"right":"-245"});
$('#popout-QR-default').animate({"right":"0px"});
});
$('#popout-QR-default').click(function(){
$('#popout-QR-default').animate({"right":"-86px"});
$('.rightbar').animate({"right":"0px"});
});
// weixin
$(".weixin_p").hover(function() {
$(".wx_box_p").show();
}, function() {
$(".wx_box_p").hide();
});