guys it's working. try it for cbt key.Quote:
i got my dragon nest SEA key from this site 2 days ago [Only registered and activated users can see links. Click Here To Register...]
guys it's working. try it for cbt key.Quote:
i got my dragon nest SEA key from this site 2 days ago [Only registered and activated users can see links. Click Here To Register...]
function CheckHaveID() {
var strLang = $.cookie("Language");
var strID = escape($("#Uid").val());
var objResult = new Array();
if (strID == null)
return;
try {
$.ajax(
{
type: "POST",
url: "../_Common/GetAccount.asmx/CheckAccountID",
data: "{'AccID': '" + strID + "'}",
contentType: "application/json; charset=utf-8",
dataType: "json",
async: false,
success: function (msg) {
if (msg.d.length) {
//------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------
$(msg.d).each(function (index) {
//数组赋值
objResult[0] = this['iResult'];
objResult[1] = this['iResultType'];
objResult[2] = this['strResult'];
});
//switch result
switch (objResult[0]) {
case -1:
case 1://AccID was registed
if (strLang == "en-us") {
alert("ID have registed!");
}
if (strLang == "ja") {
alert("アカウントは既に存在する!");
}
$("#Uid").val("");
$("#Upwd").val("");
$("#Uid").focus();
break;
case 0: //Can Reg
break;
default:
break;
}
}
//------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------
},
error: function (xhr, status, error) {
alert(xhr.responseText);
$("#Uid").focus();
}
})
}
catch (e) {
alert("Error!");
$("#Uid").focus();
}
}
Quote:
Hello all, what is the version of this DN? ie, there are classes of lv.45? as the guardian, saint, Gladiator, etc..?
would be great if there were.
and another thing ... For example, in one day (using all ftg) how many levels you go up?
sorry for my bad english