Thread: Server Options
View Single Post
  #2  
Old 06-02-2006, 07:20 PM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Quote:
Originally Posted by Omini
Also is there any way to disable the Hearts hp system? if so - how?

- showstats, with this you
can show/hide parts of the status bar / game
showstats 1+2+4+8+16+32+64+128+256+512+1024; shows all
showstats 0; hides all
the argument is a bit-wise flag set
1 - ASD
2 - icons (for rupees, bombs, arrows)
4 - rupees count
8 - bombs count
16 - arrows count
32 - hearts
64 - alignment (ap) bar
128 - magicpoints (mp) bar
256 - minimap (you can only hide it, you can't show it when the
player pressed Alt+3)
512 - invemtory npcs
1024 - players

enablefeatures -
1 - M key (map)
2 - P key (pause)
4 - Q key (weapon select)
8 - R key (show ratings)
0x10 - S+A key combination for dropping items
0x20 - S+D key combination for switching weapons
0x40 - TAB key (if disabled then you cannot switch to the chat field with TAB)
0x80 - display of chat text
0x100 - display of the hearts over player heads
0x200 - display of nicknames
0x400 - toall/PM-icons on the minimap
0x800 - right-click on players opens their profile
0x1000 - emoticons (disable it if you want to do other stuff with control+keys)
0x2000 - Alt+5 for making snapshots
0x4000 - Alt+8/9 for zooming
0x8000 - the logframe where savelog stuff is added
allfeatures

Example: enablefeatures allfeatures-(0x20) == disables s+d
Reply With Quote