On line 52, try changing "(291, 125, 325, 170);" to something smaller.
Basically what MouseBoxHover is doing is hovering the mouse randomly inside the box that the X and Y coordinates make.
Lets use a graph for example. Say we have the coordinates of (-5, 5) and (3, -3).
http://i.imgur.com/xLlrwKA.png
(X1 = -5, X2 = 3, Y1 = 5, Y2 = -3)
If we were to use that in MouseBoxHover, we would have to put "MouseBoxHover(-5, 3, 5, -3);" Our result would create a box with the coordinates, shown below:
http://i.imgur.com/AN3Ovd2.png
Now the mouse will hover over one of the coordinates in the box randomly, so it would look less bot-like as opposed to clicking the same coordinate over and over again for an hour+ :p (Blue dots representing the coordinates it would click)
http://i.imgur.com/06za02d.png
After that brief lesson on the function, I guess you would understand better of what the function does :)
What you should do is to get the coordinates of the center of the tea stall. You can find this by hovering your mouse over the stall, and the coordinates will be displayed on the bottom of Simba. Example:
http://gyazo.com/0839af31a0b0d52cf151465356df512b.png
Try to make the coordinates as small apart as possible, Example: (291, 125, 325, 170) would be (291, 125, 301, 180), at least 10 coordinates apart.
I tried explaining this as thoroughly as I can get, as I don't have enough time to change the coordinates :(
Hope this helped you!

