PDA

View Full Version : Ball Pit and other visit_url Help



Rahmuss
12-12-2011, 05:42 AM
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
12-12-2011, 06:25 AM
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...


> help ball

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

StDoodle
12-12-2011, 03:20 PM
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.

lostcalpolydude
12-12-2011, 09:54 PM
You can also use mafia's Mini Browser to push the button once, then copy the resulting URL for future use.

Rahmuss
12-13-2011, 12:29 AM
All very helpful info. Thanks for the help.