|
المشاركات 151 |
+التقييم 0.07 |
تاريخ التسجيل Apr 2019 |
الاقامة Egypt |
نظام التشغيل Designer and Programmer |
رقم العضوية 11 |
public bool aWinner = false;
public Time32 CpsPointStamp;
#region killerpoints
#region AutoCps //Mero
if (client.Entity.Level == 140 && client.Entity.Reborn == 2)// Here you can change it , this must be 140 and 2nd rb to get points.
{
if (client.Entity.MapID == 1002 || client.Entity.MapID == 1036)
if (Time32.Now > client.Entity.CpsPointStamp.AddMinutes(2))
{
uint cps = 100;
if (Now64.Hour <= 12) cps += 100000;
client.Entity.CpsPointStamp = Time32.Now;
client.Entity.ConquerPoints += cps;
client.Send(new Message("Congratulations! " + client.Entity.Name + " You get 10000 ConquerPoints stay online in Twin and get more.", System.Drawing.Color.Red, Message.Whisper));
}
}
#endregion
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
Auto Patch من العيار التقيل | Hassan Emprator | البرامج والودرات | 105 | 2024-10-09 12:30 AM |
Auto Restart Donation | Mero | تطوير سيرفرات كونكر | 10 | 2021-07-28 10:33 PM |
سيستم الاسكلات التلقائيه Auto Skill And Promotion | Mero | تطوير سيرفرات كونكر | 3 | 2019-10-23 02:38 PM |
موضوع بخصوص Auto invite | omar2019 | مشكلات السيرفيرات كونكر الشخصيه | 3 | 2019-09-06 06:09 PM |
بخصوص Auto Hunting | uncelsam | مشكلات السيرفيرات كونكر الشخصيه | 8 | 2019-07-25 03:56 PM |