Exmortem
Community Developer
- Joined
- Mar 28, 2010
- Messages
- 799
Simple botbase I put together very quick. It spams the placard menus to try and snipe a house plot. It doesn't have a UI, but it's capable of buying personal or FC if you manually go in and change the file.
Change ClickSlot to 1 for FC, leave at 0 for personal.
I can't really confirm if this is too slow, too fast, or whatever. The 'plot of land is not yet ready for purchase' message appears, so i'm gonna assume it went through; my intent was too make it fast. I don't have a house yet (hence why I made this), but if I get one i'll confirm it worked for me.
Edit: One more note. It's not gonna stop if you successfully get the plot.
Code:
// Select whether to buy for personal or FC
if (SelectString.IsOpen)
{
// 0 = Buy Personal
// 1 = Buy FC
SelectString.ClickSlot(0);
return false;
}
Change ClickSlot to 1 for FC, leave at 0 for personal.
I can't really confirm if this is too slow, too fast, or whatever. The 'plot of land is not yet ready for purchase' message appears, so i'm gonna assume it went through; my intent was too make it fast. I don't have a house yet (hence why I made this), but if I get one i'll confirm it worked for me.
Edit: One more note. It's not gonna stop if you successfully get the plot.
Attachments
Last edited: