This short guide will walk you through adding tooltips from Rusty Hearts Armory to your website.
Add the following code to your page. Preferably at the end of your page after the closing body tag.
<script type="text/javascript" src="http://www.rharmory.com/js/db_tooltips.js"></script>
If you like you can download a test html page (Right-click and save as) that you can upload to your server to test features and play with stuff without any copy/pasting from here.
Links to items and skills will now support a tooltip straight from our database.
Code: <a href="item?i=11015109">Delicate Tirbing</a>
Result: Delicate Tirbing
Links can be colored based on quality level. Simply use "class=q#" where # is a number between 1 and 5. 1 = Normal, 2 = Magic, 4 = Rare, 5 = Epic, 6 = Unique.
Code: <a href="item?i=11015109" class="q4">[Delicate Tirbing]</a>
Result: [Delicate Tirbing]
Monsters also support links.
Code: <a href="monster?i=12904">Lion Statue</a>
Result: Lion Statue
Use our tooltips on your website? Send us a message and we will list your site below.