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);
}
}
}
public int Mettle
{
get
{
return Mettle
}
set
{
if ((Mettle > 1500)
{
UseSkillAndWait("Boastful Roar", true);
Thread.Sleep(50);
}
}
}