View Single Post
  #17  
Unread 12-31-2004, 05:11 AM
Deathbane27's Avatar
Deathbane27 Deathbane27 is offline
aka Mook
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nektulos
Posts: 1,451
Default

Quote:
Originally Posted by Seos
found this in the default_quickbars.ini

Code:
QUICKBAR 0 0
0 0 0 command hail
0 0 1 command attack
0 0 2 command sit
0 0 3 command yell
0 0 9 command bug
1 0 0 macro Take a Screenshot:cl_screenshot 1
1 0 1 macro Shadows On/Off:ui $r_shadows = !r_shadows
1 0 2 macro Water:ui $r_updateplanarreflectionmaps = !$r_updateplanarreflectionmaps
so maybe if you put in the 'OnPress=$show_window mainhud.statbar = !hide_window statbar'

Doesn't work for the OnEvents, but I can probably use this syntax a single macro that will toggle between two different game music volume levels when I'm running Winamp. Thanks for pointing it out.

Bah, the last three SHOULD work for preset icons, but don't.

On a side note, you could add a button to the ExpBar window with OnPress="toggleshowadventurexp" that would switch the bar between Adventure and Tradeskill experience...
__________________
If it ain't broke, it needs more features!

Last edited by Deathbane27 : 12-31-2004 at 05:57 AM.
Reply With Quote