I've (mostly) fixed EQdkp Plus to show Zam tooltips.
Under General Admin in the Administration Panel go to Settings, then go to the Itemtooltip tab.
At the bottom, change the Use own tooltips to On.
For the Code for the own tooltips enter:
<script defer src="https://zam.zamimg.com/j/tooltips.js?c"></script>
<script defer>var zam_tooltips = { "iconizelinks": true }</script>
For the Item-Link for the tooltips enter:
<a href="https://everquest.allakhazam.com/db/item.html?item={ITEMNAME}" {ITEMLINK}> {ITEMNAME}</a>
This works for all items except those whose the name is not completely unique.
For example, it doesn't work for "Hunter's Cloak" because a search at Allakhazam brings up three items if you put Hunter's Cloak in the search:
659 Gnoll Hunter's Cloak
839 Hunter's Cloak
2858 Royal Dragon Hunter's Cloak
Now, I believe it is impossible to have it work if the names were exactly the same, which is why my EverQuest Inventory Report program uses the Darkpaw official item ID and goes to Lucy instead of Allakhazam for linking. However, someone with better knowledge of URL codes than I might be able to tell us the code to at least not search for anything but exactly "Hunter's Cloak", which would not include any words before and after Hunter's Cloak.
I'll keep trying to figure that out and post again if I do.
Edited, Aug 31st 2022 1:53pm by Fanra Edited, Aug 31st 2022 2:22pm by Fanra