What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Help with FireBats Demon Buddy

Status
Not open for further replies.

wwwquskevel

New Member
Joined
Oct 28, 2012
Messages
54
собственно сабж, нетопыри...

как изменить радиус атаки? т.к. у меня стоит последняя руна и бот отнюдь отказывается бить ближе чем 5 клеток (то есть за примерно 5 клеток кончиком мб он чет и коцает по 1-2к... -_-)

Собственно код тринити:
// Fire Bats fast-attack
if (!UseOOCBuff && !IsCurrentlyAvoiding && Hotbar.Contains(SNOPower.Witchdoctor_Firebats) && !PlayerStatus.IsIncapacitated && PlayerStatus.PrimaryResource >= 98)
{
return new TrinityPower(SNOPower.Witchdoctor_Firebats, 20f, vNullLocation, -1, CurrentTarget.ACDGuid, 0, 1, WAIT_FOR_ANIM);
}

Вторая часть снизу:
if (Hotbar.Contains(SNOPower.Witchdoctor_Firebats))
return new TrinityPower(SNOPower.Witchdoctor_Firebats, 12f, vNullLocation, -1, -1, 0, 0, WAIT_FOR_ANIM);
 
Status
Not open for further replies.
Back
Top