Showing posts with label Howto. Show all posts
Showing posts with label Howto. Show all posts

Friday, August 22, 2008

HowTo: Get Ventrilo to work with WAR on Vista

Today I had issues getting Push To Talk to work with Ventrilo and Vista. When in the game, the keypress I designated would not trigger Ventrilo to talk. After some thinking, I figured out what the issue is.

The WAR client needs to run with Admin privileges, so when Ventrilo does its hooking/keypress message catching thing, it isn't allowed to since it is at a lower privilege level,

The solution: Run the both as Admin, or both as non-Admins.

Thursday, August 21, 2008

How-to get WARdb tooltips

As you can see in this post, you can have your links show a tooltip (from WARdb) if someone puts their mouse over the link. I always found this useful in WoW (WoWhead), so I integrated it into this blog. It is pretty simple to do, all you need is this in your html code:

<script src='http://www.wardb.com/js/extooltips.js'/>

In Blogger, I placed it in my template right after the Body element. As you may notice, the tooltips don't look perfect yet, but so long as they don't change the file name or path you should be good to go once it is fixed.

Once that is in, any links to items in WARdb should show a nice informative tooltip.