|
|
المشاركات 2,517 |
+التقييم 1.29 |
تاريخ التسجيل Jul 2019 |
الاقامة |
نظام التشغيل |
رقم العضوية 358 |
private void loadItemStats(ConquerItem item)
Database.ConquerItemInformation dbi = new Database.ConquerItemInformation(item.ID, item.Plus);
if (dbi != null)
{
#region NoMercy rune
//riderrunes
foreach (var itemo in Entity.RuneItem.Values.Where(x => x.Position >= 101 && x.Position <= 105))
{
uint Level = 0;
uint hmm = 0;
uint nmm = 0;
if (item.ID >= 4031001 && item.ID <= 4031009)
{
if (Entity != null)
{
if (Entity.Owner.Entity.EntityFlag == EntityFlag.Entity)
{
if (Entity.Owner.Entity.BaseMaxAttack < 25000 && Entity.Owner.Entity.BaseMinAttack < 25000)
{
Level = item.ID;
Level -= RuneItems.GatIDItemRune9and27(Level);
hmm = Level * 500;
nmm = Level * 1000;
if (Level < 7)
{
Entity.Owner.Entity.BaseMaxAttack += 4500 + hmm;
Entity.Owner.Entity.BaseMinAttack += 4500 + hmm;
}
else
Entity.Owner.Entity.BaseMaxAttack += nmm + 1000;
Entity.Owner.Entity.BaseMinAttack += nmm + 1000;
}
}
}
}
}
#endregion
private void loadItemStats(ConquerItem item)
Database.ConquerItemInformation dbi = new Database.ConquerItemInformation(item.ID, item.Plus);
if (dbi != null)
{
#region BloodSpawn rune
//riderrunes
foreach (var itemo in Entity.RuneItem.Values.Where(x => x.Position >= 101 && x.Position <= 105))
{
uint Level = 0;
uint hmm = 0;
uint nmm = 0;
if (item.ID >= 4030301 && item.ID <= 4030309)
{
if (Entity != null)
{
if (Entity.Owner.Entity.EntityFlag == EntityFlag.Entity)
{
Level = item.ID;
Level -= RuneItems.GatIDItemRune9and27(Level);
Entity.BloodSpawn += (int)Level;
}
}
}
}
#endregion
private void loadItemStats(ConquerItem item)
Database.ConquerItemInformation dbi = new Database.ConquerItemInformation(item.ID, item.Plus);
if (dbi != null)
{
#region FreeSoulBooster rune
//riderrunes
foreach (var itemo in Entity.RuneItem.Values.Where(x => x.Position >= 101 && x.Position <= 105))
{
uint Level = 0;
uint hmm = 0;
uint nmm = 0;
if (item.ID >= 4031201 && item.ID <= 4031209)
{
if (Entity != null)
{
if (Entity.Owner.Entity.EntityFlag == EntityFlag.Entity)
{
Level = item.ID;
Level -= RuneItems.GatIDItemRune9and27(Level);
Entity.FreeSoul += (int)Level;
}
}
}
}
#endregion
private void loadItemStats(ConquerItem item)
Database.ConquerItemInformation dbi = new Database.ConquerItemInformation(item.ID, item.Plus);
if (dbi != null)
{
#region draining touch booster rune
//riderrunes
foreach (var itemo in Entity.RuneItem.Values.Where(x => x.Position >= 101 && x.Position <= 105))
{
uint Level = 0;
uint hmm = 0;
uint nmm = 0;
if (item.ID >= 4030201 && item.ID <= 4030209)
{
if (Entity != null)
{
if (Entity.Owner.Entity.EntityFlag == EntityFlag.Entity)
{
Level = item.ID;
Level -= RuneItems.GatIDItemRune9and27(Level);
Entity.DrainingTouch += (int)Level;
}
}
}
}
#endregion
var TortoiseDef = target.Gems[GemTypes.Tortoise
var TortoiseDef = target.Gems[GemTypes.Tortoise];
if (TortoisePercent > 0)
Damage -= Damage * Math.Min((int)TortoisePercent, 50) / 120;
var TortoisePercent = target.Gems[GemTypes.Tortoise];
#region ttbreaker
var TortoisePercent = player.Gems[GemTypes.Tortoise];
int vido = Damage * Math.Min((int)TortoisePercent, 75) / 120;
ConquerItem item;
if (TortoisePercent > 0)
{
Database.ConquerItemInformation dbi = new Database.ConquerItemInformation(item.ID, item.Plus);
if (dbi != null)
{
#region ففلا
//riderrunes
foreach (var itemo in player.RuneItem.Values.Where(x => x.Position >= 101 && x.Position <= 105))
{
uint Level = 0;
uint hmm = 0;
uint nmm = 0;
if (item.ID >= 4030101 && item.ID <= 4030109)
{
if (player != null)
{
if (player.Owner.Entity.EntityFlag == EntityFlag.Entity)
{
Level = item.ID;
Level -= RuneItems.GatIDItemRune9and27(Level);
vido -= (int)(vido * (Level * 10) / 100);
}
}
}
}
#endregion
}
Damage -= vido;
}
#endregion
|
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
Rayzo V2 EpicPirate Runes ThunderStrike [Beta] نسخه تجريبيه | Tefa | سورسات كونكر | 234 | 2024-09-30 02:16 PM |
Runes | Tefa | تطوير سيرفرات كونكر | 15 | 2020-04-30 11:59 AM |
npc يجيب Runes | Hassan Emprator | تطوير سيرفرات كونكر | 10 | 2019-10-24 12:49 AM |