Search:

Type: Posts; User: ksmith

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds; generated 44 minute(s) ago.

  1. Re: IDA script: zones.idc - dump zone info from eqgame.exe

    Fantastic. I never got the hang of IDA, so I always did things the hard way.
  2. Replies
    3
    Views
    3,782

    Re: Absent for a little bit....

    Nice, BA. Congratulations!
  3. Replies
    17
    Views
    15,541

    Re: zones.h for HoT expansion - problem generating

    I also use ht, but that's because I do most of my work on linux. Not having IDA's scripting capabilities meant having to write some crazy perl scripts.

    In zones.pl, you'll notice that I'm...
  4. Replies
    17
    Views
    15,541

    Re: zones.h for HoT expansion - problem generating

    It's searching for the instruction 'push 0x000008c3' where 0x8c3 is the eqstr_us index for "South Queynos". South Queynos happens to be the first zone in the function. Take a look at it in a...
  5. Replies
    17
    Views
    15,541

    Re: zones.h for HoT expansion - problem generating

    The byte pattern zones.pl uses to find EQWorldData::EQWorldData needed to be expanded to match the right place.

    Around line 17 or so, where it starts with 'my $offset = find(' change it to be 'my...
  6. Re: Files from new patcher in different location than old?

    Copied and pasted from the EQItems forum: http://eqitems.13th-floor.org/phpBB2/viewtopic.php?t=323

    First of all, this is based off the freely downloadable EQ Trilogy and may be different from what...
  7. Replies
    4
    Views
    5,752

    What you're looking for was never released. See...

    What you're looking for was never released. See my signature for a link to the relevant thread.
  8. Thread: A new Lucy

    by ksmith
    Replies
    23
    Views
    21,398

    I personally inspect all items submitted. I also...

    I personally inspect all items submitted. I also have the option of approving all items in the queue from a specific IP address.

    Once the collector sees an item it hasn't encountered before, it...
  9. Thread: A new Lucy

    by ksmith
    Replies
    23
    Views
    21,398

    My item collector is ready for the first round of...

    My item collector is ready for the first round of testing. Send me a PM if you're interested.

    http://eqitems.13th-floor.org/
  10. Replies
    5
    Views
    4,151

    There are two opcodes used when transmitting item...

    There are two opcodes used when transmitting item data.

    ItemCode (0x02c5) used for inventory and bank
    ItemInfoCode (0x01fa) used for item links, vendor items, looted items, etc.

    I haven't...
  11. Replies
    6
    Views
    5,142

    That is not a hub. Your laptop is never going to...

    That is not a hub. Your laptop is never going to see the packets from your everquest computer.
  12. Thread: A new Lucy

    by ksmith
    Replies
    23
    Views
    21,398

    Currently there is nothing I have planned where...

    Currently there is nothing I have planned where SOAP would have a significant (if any) advantage over XMLRPC. XMLRPC being the simpler implementation of the two wins.

    XMLRPC is sufficient to...
  13. Thread: A new Lucy

    by ksmith
    Replies
    23
    Views
    21,398

    Edit: scrapped the status breakdown. As I...

    Edit: scrapped the status breakdown.

    As I start work on some of the more complex steps, I'll break down the progress even further.

    The web and database work will be going along in parallel with...
  14. Thread: A new Lucy

    by ksmith
    Replies
    23
    Views
    21,398

    Well, if that had been up before I started...

    Well, if that had been up before I started working on this, I probably would have said "oh well, guess I'll just wait for their itemcollector."

    Now that I've got most of the showeq network code...
  15. Thread: A new Lucy

    by ksmith
    Replies
    23
    Views
    21,398

    I'm not going to even think about anything beyond...

    I'm not going to even think about anything beyond the basic functionality until I get it working.
  16. Thread: A new Lucy

    by ksmith
    Replies
    23
    Views
    21,398

    I'm watching the ItemCode and ItemInfoCode...

    I'm watching the ItemCode and ItemInfoCode opcodes. The data is '|' delimited strings rather than anything resembling a C struct.

    Here's the important parts of what I put in packet.cpp:

    //...
  17. Thread: A new Lucy

    by ksmith
    Replies
    23
    Views
    21,398

    I intend to do something like that. One of the...

    I intend to do something like that. One of the things that I didn't like about lucy was all the hoops you had to go through to get lucy item data into a guild loot/dkp database.
  18. Thread: A new Lucy

    by ksmith
    Replies
    23
    Views
    21,398

    A new Lucy

    __________________________________________________
    Edit: update. original post below.

    I'm looking for more people to test the item collector. Installation Instructions are here....
  19. Replies
    45
    Views
    44,897

    For those of you getting awk: eqtomap:2: ' in...

    For those of you getting

    awk: eqtomap:2:
    ' in expression:2: ^ invalid char '
    when trying to run the awk script, this is because you're using gawk.

    Try changing

    /^L/ {
    to
  20. Replies
    32
    Views
    29,991

    Re: Maps Download

    Suuure, blame my hateplaneb map... I dare you to remap it smaller :p

    I actually would like to see someone re-map it by hand rather than just converting the zone file though.
  21. Replies
    10
    Views
    8,176

    I'm not sure I see the point of that.

    I'm not sure I see the point of that.
  22. Replies
    45
    Views
    44,897

    Jel321 After you fix your RGB.txt file (see...

    Jel321


    After you fix your RGB.txt file (see below), change:

    BEGIN {
    #RS="\n";
    print "Converted map,converted,0,0"
    }
  23. Replies
    45
    Views
    44,897

    Since the original awk script is buried in the...

    Since the original awk script is buried in the middle of a rather long thread, here it is again.


    #!/bin/awk -f

    BEGIN {
    #RS="\n";
    print "Converted map,converted,0,0"
    }
  24. Replies
    16
    Views
    12,031

    Once my server gets power back, I'll get started...

    Once my server gets power back, I'll get started on it. I'll also go through and update any missing/imcomplete maps with the best I can find out there
  25. Thread: New hate map?

    by ksmith
    Replies
    10
    Views
    9,817

    The place hosting my server is having power...

    The place hosting my server is having power problems. It should be back to normal tomorrow 29 Aug.
Results 1 to 25 of 76
Page 1 of 4 1 2 3 4