PDA

View Full Version : Tavern (ASH)



cjswimmer
03-27-2006, 11:52 PM
not so much a quest, but Nightmist found the URL for turning off the faucet after using the built-in tavern quest command


cli_execute("tavern");
cli_execute( "rats.php?action=faucetoff");

JBreeze
04-19-2006, 02:10 AM
I think the CLI command "tavern" is no longer working.... can anyone confirm/disprove this?

Nightmist
04-19-2006, 05:19 AM
I think the CLI command "tavern" is no longer working.... can anyone confirm/disprove this?


Yeah, neither is the ASH tavern, I suspect its because of the new HTML format (Which is why 7.1 was released (Or was that 7.0)).

Tirian
05-02-2006, 12:25 AM
The tavern command is fixed for 7.2.

And, just for the sake of code bloat: :D



cli_execute("tavern");
cli_execute( "rats.php?action=faucetoff");
cli_execute("town_wrong.php?action=whisker");


The extra line will sell your rat whiskers to the Pretentious Artist, provided you completed that quest. No harm if you didn't, though.