Page 2 of 3

Posted: Tue Jul 06, 2004 8:28 pm
by Ecchi_User
Does this macro still work as it is now?

Posted: Tue Jul 06, 2004 9:03 pm
by Ecchi_User
Ok, it does work but there's a bug... maybe.

I ran it on my bazaar mule just for the links. When a file hits 1000 items, it stops. 999 + item 0.

Delete one, and it'll work again. My 'S' file is kinda full. hehe. =)

Limitation somewhere? Anyway to increase this? Thanks.

Posted: Tue Jul 06, 2004 11:03 pm
by ml2517
I've been out of a loop for awhile but you should just be able to change this line:

Code: Select all

/declare LinkArray[40,1000] string outer UNDEFINED-ARRAY-ELEMENT
To this:

Code: Select all

/declare LinkArray[40,2000] string outer UNDEFINED-ARRAY-ELEMENT
Or take it higher than 2000 if you need.

Posted: Tue Jul 06, 2004 11:23 pm
by aChallenged1
Need to go through and fix the code to replace HTML characters < with < and > with >.

Posted: Wed Jul 07, 2004 4:16 am
by Rollerball
I really like this macro, but for some reason it sometimes shut down randomly. Also it would own if this was a plugin! (trying to do it myself but me and plugins = bad :cry: )

Posted: Wed Jul 07, 2004 7:04 pm
by eqaussie
This would be an awesome plugin, but my macro and plugin conversion attempts been disasterous.. I will leave the coding to the experts. :)

Two questions...

Posted: Thu Jul 22, 2004 10:56 am
by GreenPlastik
Just was wondering...
As somebody else said already... what are the odds of this being converted into a plugin.

Second. Is there a way to get this to interact with the /bank command. Right now /bank just lists the bank contents. Would be awesome to list them with links. This could just be seperate request though. Anyway.

Macro looks great.

Posted: Thu Jul 22, 2004 11:05 am
by Some Guy
/bank does provide links. :smile: The problem is MQ2ChatWnd does not allow links.

Posted: Thu Jul 22, 2004 11:08 am
by GreenPlastik
See? that's why I love life... You learn something every day. I'm going to go read the manual now, but still ask this here just in case. could i make myself a personal channel let's say '/join dudemanbrodawg' and then have bank send the linkage to that channel by doing '/bank dudemanbrodawg' ?

Also I've tried searching this, but would there be any way to open up the bankwindow using the bankcommand?

Posted: Wed Aug 11, 2004 2:56 am
by wardave
Took me a bit to get it going but we all should pool our link ini's for the same server or something. Has to be a way to get all the links with out having to watch for them all. Cool program :)

Re: Two questions...

Posted: Thu Aug 12, 2004 1:00 pm
by cronic
GreenPlastik wrote:Just was wondering...
As somebody else said already... what are the odds of this being converted into a plugin.
I've been working on this in VIP, but it's a little different. I've found a way to create item links based on data mined from lucy, so now I have an item link for every item in lucy's db, accesible via an xml web service on my web server. The plugin to interact with this service is almost finished, and I'll be releasing it shortly.

There's a catch: using this plugin (well, my web service) is going to require an account. For the first few days, there will be a test account open for all to use. After that, you'll need to have your own account or you can't search the database. Accounts are free - to VIP members. If you don't have VIP access, you'll have to get it if you want to use this plugin.

Posted: Thu Aug 12, 2004 1:22 pm
by aChallenged1
Dang it, we don't want EVERYONE in VIP. Bad enough I'm in there, sheesh. LOL

Posted: Thu Aug 12, 2004 1:26 pm
by cronic
aChallenged1 wrote:Dang it, we don't want EVERYONE in VIP. Bad enough I'm in there, sheesh. LOL
The point isn't really to get people to join VIP, it's to get them to donate. I'm offering the hosting for the data at no charge (aka, my contribution to the community), but it's only going to be available to those who also contribute.

Posted: Thu Aug 12, 2004 1:31 pm
by Mimatas
also a good way to limit the bandwidth on your server... which may get pretty nasty if you get too many people.

Posted: Thu Aug 12, 2004 1:52 pm
by cronic
Mimatas wrote:also a good way to limit the bandwidth on your server... which may get pretty nasty if you get too many people.
Yes, that's true too. However, most searches would consist of less than 1k of data total, so the user base would have to get pretty large for it to really pose a problem.