Various Commands?

Ask, answer and discuss any and all topics about the hows, whys, wheres and whens of playing Haven & Hearth.

Various Commands?

Postby Icefire2314 » Fri Nov 18, 2011 11:53 pm

I've been told that :afk is a command, that makes you appear napping (lol). Is there others, and if so, what?
User avatar
Icefire2314
 
Posts: 77
Joined: Thu Aug 04, 2011 3:13 pm

Re: Various Commands?

Postby boshaw » Sat Nov 19, 2011 12:02 am

Code: Select all
    private class WidgetConsole extends Console {
{
setcmd("q", new Command() {
public void run(Console cons, String[] args) {
HackThread.tg().interrupt();
}
});
setcmd("lo", new Command() {
public void run(Console cons, String[] args) {
sess.close();
}
});
setcmd("fs", new Command() {
public void run(Console cons, String[] args) {
if((args.length >= 2) && (fsm != null)) {
if(Utils.atoi(args[1]) != 0)
fsm.setfs();
else
fsm.setwnd();
}
}
});
}


q => quit
lo => logout
fs [0=false,1=true] => fullscreen (doesn't always work)

that's about all the commands unless you're on a special client has has more.
User avatar
boshaw
 
Posts: 1590
Joined: Tue Jun 01, 2010 10:22 pm

Re: Various Commands?

Postby tempwad » Sat Nov 19, 2011 2:52 am

if you saw a live broadcast about Salem, you could saw a few commands. 'mkitem' for example. ;)
i guess they are same in H&H too. sure, access to them is restricted to admins only.
trapped? masturbate.
User avatar
tempwad
 
Posts: 383
Joined: Thu Feb 10, 2011 1:03 pm

Re: Various Commands?

Postby boshaw » Sat Nov 19, 2011 2:54 am

tempwad wrote:if you saw a live broadcast about Salem, you could saw a few commands. 'mkitem' for example. ;)
i guess they are same in H&H too. sure, access to them is restricted to admins only.


if you look in the very old screenshots of hnh the devs had an extra option in flower menu for breaking stuff iirc.
User avatar
boshaw
 
Posts: 1590
Joined: Tue Jun 01, 2010 10:22 pm

Re: Various Commands?

Postby sabinati » Sat Nov 19, 2011 3:03 am

tempwad wrote:if you saw a live broadcast about Salem, you could saw a few commands. 'mkitem' for example. ;)
i guess they are same in H&H too. sure, access to them is restricted to admins only.


those are typed into a different place
User avatar
sabinati
 
Posts: 15513
Joined: Mon Jul 13, 2009 4:25 am
Location: View active topics


Return to How do I?

Who is online

Users browsing this forum: Amazon [Bot], Claude [Bot], Meta [Bot] and 0 guests