|
المشاركات 151 |
+التقييم 0.07 |
تاريخ التسجيل Apr 2019 |
الاقامة Egypt |
نظام التشغيل Designer and Programmer |
رقم العضوية 11 |
if (DateTime.Now.Minute >= 17 && DateTime.Now.Minute < 19)
if (client.Entity.VIPLevel >= 6)
if (client.Entity.Level == 145)
if (pclient.Entity.VIPLevel >= 6)
if (pclient.Entity.Level == 145)
#region HuntMaps-lvlmaps
case 445532:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Hey there " + client.Entity.Name + " i can help you to find good maps to lvling up and hunting just choose what u want?.");
dialog.Option("LvlingMaps For Level 145 Players", 1);
dialog.Option("Hunting Maps For Level 145 Players", 2);
//dialog.Option("Vip (6) Map", 50);
dialog.Option("Just Passing By!.", 255);
dialog.Send();
break;
}
case 50:
{
dialog.Text("Wanna enter VIP maps?");
dialog.Option("Teleport me there", 51);
dialog.Option("About VIP Map !", 52);
dialog.Option("No. Thanks", 255);
dialog.Send();
break;
}
case 52:
{
dialog.Text("Each monster there gives you 500 CPs directly Not [Random]");
dialog.Option("Send me there", 51);
dialog.Send();
break;
}
case 51:
{
if (client.Entity.Level == 145)
{
client.Entity.Teleport(1234, 13, 126);
_String str = new _String(true);
str.UID = client.Entity.UID;
str.Type = _String.Effect;
str.Texts.Add("accession2");
str.TextsCount = 1;
client.Entity.SendScreen(str);
}
else
client.MessageBox("Sorry your vip level is only " + client.Entity.VIPLevel + ". Come back when you are Level 6 or more !");
break;
}
case 1:
{
if (client.Entity.Level == 145)
{
client.Entity.Teleport(8800, 005, 290);
_String str = new _String(true);
str.UID = client.Entity.UID;
str.Type = _String.Effect;
str.Texts.Add("accession2");
str.TextsCount = 1;
client.Entity.SendScreen(str);
}
else
client.MessageBox("Sorry Your level is only " + client.Entity.Level + ". Come back when you are Level 145!");
break;
}
case 2:
{
if (client.Entity.VIPLevel == 145)
{
client.Entity.Teleport(2351, 013, 126);
_String str = new _String(true);
str.UID = client.Entity.UID;
str.Type = _String.Effect;
str.Texts.Add("accession2");
str.TextsCount = 1;
client.Entity.SendScreen(str);
}
else
client.MessageBox("Sorry Your level is only " + client.Entity.Level + ". Come back when you are Level 145!");
break;
}
}
break;
}
#endregion
case 1070:
if (client.Entity.VIPLevel >= 6)
{
client.MessageBox("Sorry you have to get Vip 6 first");
return;
}
if (client.Entity.Level >= 145)
{
client.MessageBox("Sorry you have to get Level 145 first");
return;
}
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
بعد ازن الناس المحتره عاوز اعديل علي الاتاك بتاع الاسكلات في متركس بروتو | toteo3344 | مشكلات السيرفيرات كونكر الشخصيه | 0 | 2020-05-15 04:06 AM |
بعد ازن الناس المحترمه عاوز اعمل جي ام علي سورس اليكس مش عارف مساعده بعد ازنكوم | toteo3344 | مشكلات السيرفيرات كونكر الشخصيه | 3 | 2020-04-16 04:39 AM |
بعد ازن الناس المحترمه عاوز حل مشكلة سورس Venta3D | toteo3344 | مشكلات السيرفيرات كونكر الشخصيه | 3 | 2020-04-12 06:11 PM |
عاوز رائي الناس ف اللوجو دة | AbuMaryam | قسم الاقتراحات والابداع | 7 | 2019-10-25 01:49 PM |
ازاي تغير لون لعبتك من جوه | محمد ياسر | تطوير سيرفرات كونكر | 0 | 2019-05-06 10:51 PM |