Ball Pit and other visit_url Help

Rahmuss

Member
Just wondering what CLI line I need to include to visit the ball pit. I'm not sure how to find the info I need. The format seems to be:
location.php?preaction=action

If it's just a URL to visit it's easy because you can see the URL while holding the mouse over the square; but if it's a button that needs to be pushed how can I tell what I need the URL to be?

I'm trying to jump into the ball pit.
 

Bale

Minion
To discern the URL you'd need to examine the pages html. However you don't need to do that for this. Just use the command ballpit. You can find any cli command reasonably easily with the help command like this...

Code:
[COLOR="olive"]> help ball[/COLOR]

ballpit - jump in your clan's awesome ball pit
skeeball[count] - squander Game Grid tokens at the broken Skeeball machine
 

StDoodle

Minion
For more complicated stuff, you may need to view the frame source. There's often a hidden parameter you need to pass (action=Yep. is common) as well as buttons & drop-downs.
 
Top