TERA Item stats (ZAM database)
TERA database now online through ZAM networkP http://www.teratome.com/
Requesting itemstats made possible for TERA guild sites...
This is not something that we currently plan to implement.
-
Robert Smith commented
Was looking into this, and it would be possible to add teratome as a BBcode quite easily. Example below is a bit wasteful, as it includes the script file every time (it would be cleaner to only do it once on the page), but should work (it is not tested fully though).
BBCode Usage:
[code][teratome]{URL}[/teratome][/code]HTML replacement:
[code]
<script>var framehead_tooltips = { "colorlinks": true, "iconizelinks": true, "renamelinks": true }</script>
<script src="http://tor.zamimg.com/tooltips.js"></script>
<a href="{URL}">{URL}</a>
[/code]