Tavern (ASH)

cjswimmer

Member
not so much a quest, but Nightmist found the URL for turning off the faucet after using the built-in tavern quest command

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

Nightmist

Member
[quote author=JBreeze link=topic=10.msg353#msg353 date=1145412646]
I think the CLI command "tavern" is no longer working.... can anyone confirm/disprove this?
[/quote]

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

Member
The tavern command is fixed for 7.2.

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

Code:
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.
 
Top