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

ALL CR Suggestion

Cortanz

New Member
Joined
Dec 26, 2010
Messages
79
Reaction score
0
Hello all!

Ive been thinking alittle bit bout this, and now sry if it sounds too stupid, ive been very tired and slept bad last days!

Now to my idea: Would it be possible to make the bots abit more smarter? Like using his spells for countering? Like it IS a machine and it shud be alot smarter then humans, alltho the humans are the bot programmers. Anyway, im thinking like smash in all the possible abilitys from all races and classes and use for EACH CR too have other classes abilitys and know them, and how to counter them correctly,
like for a DK, it shudnt use Death Grip unless the mage blinks away, or use AMS when mage got u novad, with u being w/o silence, or silence when its rdy? (This to prevent u from being Deep Freezed or w/e the name is when they get 70% of ure hp in 2 secs :P )

Is this possible u think? It shud make the PVP CR revolutionizing for ever! Or does it just sound plain dumb? :confused:

Regardz and hoping for this so much!!!!
 
Last edited:
It's very possible and a few CC already do this, it's up to the CC developer to do this the API is all there.
 
I'm almost certain the dk routines atm death grip when the target goes too far.
 
I'm almost certain the dk routines atm death grip when the target goes too far.

OFC it does buddy, as soon as the fight starts, with other words, thats NOT when the mage blinked! So when it allrdy gripped the mage will blink away!
Now i know many CRs can disable grip and interupts, thats not what i ONLY whanted, i whant them all abilitys and things in there, cuz tbh, most of the users who whants PVP CRs does it cuz they dont know arena and other classes so well!

Regardz
 
OFC it does buddy, as soon as the fight starts, with other words, thats NOT when the mage blinked! So when it allrdy gripped the mage will blink away!
Now i know many CRs can disable grip and interupts, thats not what i ONLY whanted, i whant them all abilitys and things in there, cuz tbh, most of the users who whants PVP CRs does it cuz they dont know arena and other classes so well!

Regardz

make your own cc and win
 
If i did i would have done it long ago, really, think im 2 dumb to understand that complicated coding!


if (Me.Mounted)
return;
}
if (!DisableMovement)
{
GetMelee();
}
if (CheckHealth())
{
if (MustHeal())
return;
}
if (CheckBuffs())
{
if (Buff())
return;
}

what does this tell you!
i think it's functions, but just return i dont know, maybe if no return its false and if return true. idk :D
read and learn :)
 
what does this tell you!
i think it's functions, but just return i dont know, maybe if no return its false and if return true. idk :D
read and learn :)

if (Me.Mounted)
return; NO IDEA HERE!
}
if (!DisableMovement)
{
GetMelee();
} Attack?
if (CheckHealth(60))
{ Lichborne selfheal?
if (MustHeal())
return; Death Pact?
}
if (CheckBuffs())
{
if (Buff(0))
return; Horn Of Winter?

I dont know, i could try to learn, but it would be taking forever and it wouldnt even be better then the most simple CR out atm!
}
 
if (Me.Mounted)
return; NO IDEA HERE!
}
if (!DisableMovement)
{
GetMelee();
} Attack?
if (CheckHealth(60))
{ Lichborne selfheal?
if (MustHeal())
return; Death Pact?
}
if (CheckBuffs())
{
if (Buff(0))
return; Horn Of Winter?

I dont know, i could try to learn, but it would be taking forever and it wouldnt even be better then the most simple CR out atm!
}

see, you wrote your first block of code! it wouldn't work in a combat routine, but atleast you did it! (you ended your sentence with })
anyway, I think you should learn or maybe donate to get the cr dev going
 
That i could really, just tell me if any1 whants to do this, the better the CR is the better of payment :)

Regardz

Combat Routines
find someone you like
pm him with
tumblr_lvdcn5CY8e1qm7j8zo1_500.gif
 
Back
Top