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

Buff Stacks?

Status
Not open for further replies.

defnotabot

New Member
Joined
Oct 6, 2014
Messages
7
Reaction score
0
Hey I have a little bit of programming knowledge but I'm not that experienced and I was trying to work Boastful Roar into my routine. I read through the API documentation and ended up writing this however Im definately doing something wrong =p Any feedback on where I went wrong would be nice =D


public int Mettle
{
get
{
return Mettle
}
set
{
if ((Mettle > 1500)
{
UseSkillAndWait("Boastful Roar", true);
Thread.Sleep(50);
}
}
}
 
Status
Not open for further replies.
Back
Top