So I just tried to make a grind bot to leave on while at school to try and level me up but, I keep getting weird errors and I can't figure it out, keep in mind, me doing this is like a dog trying to learn calculus, I know literlly nothing about this, so I took the template in the stickied section, and tried my best, but alas, like I thought, I didn't work, so I was just wondering why, and how badly I fucked up, considering it's almost midnihgt or maybe someone just wants to make me a grind bot for a level 18 agent :3 anywhoooo, I'm off to bed, so goodnight to you guys and again, thanks in advance -Crimson EDIT: While we're in the helping state of mind, what on earth is "BuddyMonitor"?
you forgot to tell it to grind. I think it is missing the part that tells the bot to grind. Code: </GrindArea> <Grind GrindRef="First Grind" While="Me.Level < 10" /> <Grind GrindRef="Second Grind" While="Me.Level > 9" /> </Profile> Or something like that anyway.