I tried the other day to chack and see if my Tailoring kit I had was the old or new one and I typed the ";" before the link and it would not show any info on the kit regular linking would work but not if I places the Semicolon in front of it...Has this been nerfed?
Announcement
Collapse
No announcement yet.
How was it done now???
Collapse
X
-
How was it done now???
Strokker~Fennin Ro
What makes a man a man? A friend of mine once wondered. Is it his origins? The way he comes to life? I don't think so. It's the choices he makes. Not how he starts things, but how he decides to end them.John Myer~Hellboy 2004Tags: None
-
It is ;tell <link>.
Yes, it lets you see the ID numbers while inside EQ. You get an error message from the UCS that looks something like
"Could not find player 0032CE000000000000000000000000000000007ECE4F07Wate r" (that's the message for Water Flask)
The first 6 digits of that mess is the item id# (in hex).
Grab your calculator(or use the one built into Windows) and you can convert that to decimal.
Interestingly, this doesn't work for Doubloon or Orum, the UCS just spits the intact link back at you.
Comment
-
Yes I've had some trouble getting the item ID lately. When UCS was running, I often got the same thing back but when UCS crashes and I check before it gets up, I usually got the ID number.
Since UCS often won't reload or refresh until you zone, put the item(s) on your trader mule and then check it in the morning.Grolyn Blacknife
BeastlordT:7
M:0T:6
M:1T:6
M:0Fletching:
284T:7
M:0T:6
M:0T:7
M:2Zira Blacknife
ShamanT:7
M:0Maelin Starpyre
VazaelleReiseraa
NecroResearch:
102
Comment
-
Yup it is ;t or ;tell <item name> and it does show the hex dex number at the end right before the item name. People also use it for their Incoming messages so they show up in purple.Strokker~Fennin Ro
What makes a man a man? A friend of mine once wondered. Is it his origins? The way he comes to life? I don't think so. It's the choices he makes. Not how he starts things, but how he decides to end them.John Myer~Hellboy 2004
Comment
-
That could help identify things like those darned mechanoinstruction scraps (for the Bellfast quest) before looting/buying... thanks for the info.
EDIT: This doesn't seem to work for items with a single-word name - eg "bottle" - but does work fine for things like "Bazu parts mold". This is probably why the "Orum" and "Doubloon" fails above -- since that's like a player name, being 1 "word".
(Now to see if I can cook up a little Javascript URL to take the hex string and look up the ID in Lucy.... or maybe even a little pattern-match for Tango)
Last edited by Gaell Stormracer; 05-10-2007, 03:28 AM.
Comment
-
That last line piqued my interest. The JS to convert hex to decimal for Lucy look-ups is trivial, but what's Tango?Sir KyrosKrane Sylvanblade
Master Artisan (300 + GM Trophy in all) of Luclin (Veeshan)
Master Fisherman (200) and possibly Drunk (2xx + 20%), not sober enough to tell!
Lightbringer, Redeemer, and Valiant servant of Erollisi Marr
Comment
-
Originally posted by Gaell Stormracer View PostEDIT: This doesn't seem to work for items with a single-word name - eg "bottle" - but does work fine for things like "Bazu parts mold". This is probably why the "Orum" and "Doubloon" fails above -- since that's like a player name, being 1 "word".
(Now to see if I can cook up a little Javascript URL to take the hex string and look up the ID in Lucy.... or maybe even a little pattern-match for Tango)
Originally posted by KyrosKrane View PostThat last line piqued my interest. The JS to convert hex to decimal for Lucy look-ups is trivial, but what's Tango?
Yup bad linking on my part ..but hey I was wrong anyhow.../grin.Strokker~Fennin Ro
What makes a man a man? A friend of mine once wondered. Is it his origins? The way he comes to life? I don't think so. It's the choices he makes. Not how he starts things, but how he decides to end them.John Myer~Hellboy 2004
Comment
-
Bad link there, Strokker. =/ I think you copy/pasted the wrong chunk of text.Sir KyrosKrane Sylvanblade
Master Artisan (300 + GM Trophy in all) of Luclin (Veeshan)
Master Fisherman (200) and possibly Drunk (2xx + 20%), not sober enough to tell!
Lightbringer, Redeemer, and Valiant servant of Erollisi Marr
Comment
-
Tango is a log parser for EQ... that is mostly for giving voice feedback, including timers, and can take plug-ins to do things like DPS calculations and look up raid points. Since it ONLY uses the EQ logs, and doesn't do illegal things like grubbing about in process memory, it's not breaching of the EULA.
I was thinking in terms of a plug-in that would find that pattern, look up the Lucy ID (or a local copy of the EQitems dump) and speak the ID number and maybe the LORE text.
See http://www.personaluse.org/tango/Tango.html for info.Last edited by Gaell Stormracer; 05-10-2007, 05:00 PM.
Comment
-
Ah, nice. I use a similar program called EQWatcher that does essentially the same thing, though it's a bit friendlier to a non-programmer, and not as powerful (it has a programming interface, but it's a souped-up scripting language, not a full programming language, from what I could tell). I would find it very hard indeed to play without all my precious voice alerts. =)Sir KyrosKrane Sylvanblade
Master Artisan (300 + GM Trophy in all) of Luclin (Veeshan)
Master Fisherman (200) and possibly Drunk (2xx + 20%), not sober enough to tell!
Lightbringer, Redeemer, and Valiant servant of Erollisi Marr
Comment
-
KyrosKrane - I just had a revelation of sorts: try /www <paste link here> in EQ:
I'm going to try and create a little local pseudo-proxy for this, maybe you have another approach?
EDIT: Firefox was chucking the "invalid" URLs without checking it, so took an alternate approach: wrote a perl script and made that the default http handler, then got it to rewrite the URL if it was in the form of an EQ item link to be a search on the main EQtraders site.
ZIP file of script and registry file attached -- perl required, and tweaking of the paths in the registry file and where the script expects to find the firefox binary. (Although I guess it could be changed to iexplore.exe).
Hopefully this will let someone that knows more about Windows programming convert this into a more generally useable standalone thing in VB or C# or somthing -- or, better yet, something like a Firefox add-in that does the rewrite within the browser.Attached FilesLast edited by Gaell Stormracer; 05-15-2007, 12:31 PM.
Comment
Comment