Hello i am from Russia , sorry but my english very bad . I just now donated for this plugin but i cant open setting of this plugin , pliz can you help me ? and i have another qestion - how to usr this pvp plugin , can you show the video how to do
Сумма: $25,00 usd
Конвертация валют: 863,97 rub = $25,00 usd
Курс обмена: 1 rub = 0,0289361 usd
Отправлено: 01 декабря 2013
По идее тебе должны выслать логин пасс. напиши Фелону(разрабу) в личку, что ты задонатил
Сумма: $25,00 usd
Конвертация валют: 863,97 rub = $25,00 usd
Курс обмена: 1 rub = 0,0289361 usd
Отправлено: 01 декабря 2013
buddy,
has made a donation more than a week ago 6C677008Y30917828, according to the requirements of your time is up, when I get a link on the SVN?
Hi,
I wrote him a personal mail, except the automatic response, neither of which did not get passed all the time.
we already have paid for the bot, still have to pay for profiling, this became a Forun cormercio staff just want to sell.
Sorry all. I have been VERY sick. I am working on getting everyone added now.
How do you select buffing ppl when the bg starts? This is very annoying cus people are spamming BUFF!! and BOTS NOT BUFFING!
Dont wanna get my acc banned thanks to something like that
Oh and should I use singular for this?
Anyone having trouble targeting Undead Priests in BG's?. Even Manual targeting it jumps to next nearest player
(info.Contains("Resto") || info.Contains("Disc") ||
info.Contains("Holy") ||
info.Contains("Mist"))
private static IEnumerable<WoWPlayer> EnemyHealer()
{
Unit.PlayerSpecCheck();
using (StyxWoW.Memory.AcquireFrame())
{
return ObjectManager.GetObjectsOfType<WoWPlayer>(false)
.OrderBy(unit => unit.Distance)
.Where(
unit =>
unit.IsAlive &&
unit.IsPlayer &&
!unit.Mounted &&
!unit.IsFriendly &&
!unit.IsPet &&
!unit.HasAura("Spirit of Redemption") &&
!unit.HasAura("Blessing of Protection") &&
!unit.HasAura("Divine Shield") &&
!unit.HasAura("Ice Block") &&
!unit.HasAura("Cyclone") &&
Unit.CheckHealerList(unit) &&
unit.Distance < UltimatePvPSuite.TargetHealersRange &&
Navigator.CanNavigateFully(StyxWoW.Me.Location, unit.Location));
}
}