mq2linkdb

saar

New member
Joined
Jan 23, 2007
Messages
207
Reaction score
0
Points
0
Location
Everett WA
ok having issues getting working links
Code:
0003E90000000000000000000000000000000000008C9512FCCloth Cap
here is what the current /link /import from 13th floor a few mins ago.
Code:
0003E90000000000000000000000000000000000000000008C9512FCCloth Cap
this is the fixed link and it works, but fixing 95000 lines is tough and would have to be done everytime an import is done, just wondering if it might get fixed if not too busy.
 
I fixed this. You can just use the items.txt from 13th floor, I have the plugin db converter fix them all. Link output is now correct also. I also fixed scan chat while I was at it, if you use it - it's been broken.. well.. forever.

Grab the items.txt, and do your /link /import

htw
 
Thanks for getting that working again. I use it a lot.

I did notice the TLO is not working. It seems the command line parser is not picking it up and it doesn't evaluate it as a MQ2 command. I assume this plugin is v2 since this TLO command used to work.

There is no mention of this TLO in the MMOBugs Wiki, but it's in the MQ2 Wiki.

Code:
 Top-Level Objects
Note: The TLO is only available in v2.

    string ${LinkDB[name]} 
    Display the link found by name. Use =name for an exact match.
 
Thanks for getting that working again. I use it a lot.

I did notice the TLO is not working. It seems the command line parser is not picking it up and it doesn't evaluate it as a MQ2 command. I assume this plugin is v2 since this TLO command used to work.

There is no mention of this TLO in the MMOBugs Wiki, but it's in the MQ2 Wiki.

Code:
 Top-Level Objects
Note: The TLO is only available in v2.

    string ${LinkDB[name]} 
    Display the link found by name. Use =name for an exact match.
Ours has always been 'Link', not 'LinkDB'.

${Link.Results}
${Link.Links[1]}
${Link.Links[2]}
...

I'll get it put in the wiki if someone doesn't beat me to it.

htw