Search:

Type: Posts; User: Zoolander

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    31
    Views
    25,911

    So you're saying it's against a federal law you...

    So you're saying it's against a federal law you can't quite remember the name of?
  2. Replies
    31
    Views
    25,911

    Which federal law is that?

    Which federal law is that?
  3. Thread: "Make" Time

    by Zoolander
    Replies
    16
    Views
    12,045

    I get better results with -j5 instead of -j3 on...

    I get better results with -j5 instead of -j3 on my dual athlon 1700.
  4. Replies
    40
    Views
    33,732

    If you patch your files you need to force...

    If you patch your files you need to force everything to rebuild.

    So...

    make clean
    make
    make install

    If you really want to be safe you want...
  5. Replies
    20
    Views
    16,048

    Well, it's not a 5 minute fix like the last test...

    Well, it's not a 5 minute fix like the last test update was. I haven't looked at it since then. I've been playing Galaxies. :)
  6. Replies
    8
    Views
    11,046

    Yes, it's a patch against the current CVS...

    Yes, it's a patch against the current CVS contents.
  7. Replies
    8
    Views
    11,046

    This is a new patch. I hooked up what I could....

    This is a new patch.

    I hooked up what I could. The aaxp value and unspent aaxp points aren't pointing at the right place in the structure because I couldn't find them. I changed logger.cpp to...
  8. Replies
    20
    Views
    16,048

    Well, it needs a new decode.cpp and it looks like...

    Well, it needs a new decode.cpp and it looks like some of the opcodes were renumbered. I didn't have a chance to look at anything past that.
  9. Replies
    8
    Views
    11,046

    Patch for Production Servers

    Here's a patch for the current production servers. I hope it is suitable for inclusion in CVS. I fixed up the logger code the best I could considering some items are not in the charProfileStruct...
  10. Replies
    7
    Views
    11,016

    I did that. The zip file I uploaded includes a...

    I did that. The zip file I uploaded includes a new decode.cpp.
  11. Replies
    7
    Views
    5,987

    Ah, missed the Mandrake part. RPM just means...

    Ah, missed the Mandrake part. RPM just means RedHat to me. :)
  12. Replies
    4
    Views
    5,447

    Could just be an opcode numbering problem. I...

    Could just be an opcode numbering problem.

    I suspect on Sony's side they're in an enum and nobody knows or cares what the actual value is. That would explain why they were all (well, mostly all,...
  13. Replies
    6
    Views
    7,271

    Prolly have to add the zone IDs for them. Look...

    Prolly have to add the zone IDs for them. Look in zones.h

    Getting the IDs is the fun part. :) I'd add a printf to dump it out when you zone. Then you just have to get in both zones and you're...
  14. Replies
    7
    Views
    5,987

    Most, if not all, the RPM files you needs are on...

    Most, if not all, the RPM files you needs are on the RedHat CDs you used to install. Look there. You can also go to goole and type in the name of the RPM you need.
  15. Replies
    4
    Views
    5,447

    See this:...

    See this: http://seq.sourceforge.net/forums/showthread.php?s=&threadid=3671
  16. Replies
    7
    Views
    11,016

    Unzip this into the src directory. make...

    Unzip this into the src directory.

    make clean && make && make install

    No guarantees, but it worked for me for 10 minutes or so and survived several zonings. Looks like a bunch of opcodes got...
  17. Thread: Latest Patch

    by Zoolander
    Replies
    48
    Views
    47,213

    Well, the raw exp value is still sent. According...

    Well, the raw exp value is still sent. According to the everquest.h in CVS the aaxp has always been sent in the charInfoStruct as a value from 0 to 15,000,000.

    /*10513*/ uint32_t altexp; //...
  18. Thread: New ZEMs

    by Zoolander
    Replies
    25
    Views
    21,693

    Although all of this may be sequential in memory...

    Although all of this may be sequential in memory it isn't in the same order when it is sent from the server to the client. The raw exp value is sent when you zone and the client calculates the x/330...
  19. Thread: Latest Patch

    by Zoolander
    Replies
    48
    Views
    47,213

    I think user387 was saying guildID is at 146 and...

    I think user387 was saying guildID is at 146 and not 654 as previously reported.

    I haven't had any luck tracking down the aaxp value. I have a few chars with varying levels of aaxp and I can't...
  20. Thread: Latest Patch

    by Zoolander
    Replies
    48
    Views
    47,213

    Cool, just need to find unspent aaxp points and...

    Cool, just need to find unspent aaxp points and the edits to other files can go away.

    altexp is not right. I think it's at 3593 but that seems like a weird offset. Gotta get some more exp and...
  21. Thread: Latest Patch

    by Zoolander
    Replies
    48
    Views
    47,213

    newCorpseCode has been broken a while. It's...

    newCorpseCode has been broken a while. It's intermittent enough that I've just been ignoring it. Of course, YMMV.
  22. Thread: Latest Patch

    by Zoolander
    Replies
    48
    Views
    47,213

    Sorry for the sketchy instructions. My...

    Sorry for the sketchy instructions. My logger.cpp and player.cpp files aren't the same as what's in CVS so I can't really provide a patch. I don't have any characters that are guilded or with AA...
  23. Replies
    31
    Views
    25,911

    If you have a firewall how would they detect a...

    If you have a firewall how would they detect a NIC behind it running in promiscuous mode?
  24. Thread: Latest Patch

    by Zoolander
    Replies
    48
    Views
    47,213

    These structs are working for me on live now. I...

    These structs are working for me on live now. I had a mistake in the one I posted a couple of days ago that made it too big. This is the right size. I found where the aaxp was stored too now that...
  25. Replies
    2
    Views
    3,860

    You probably don't have libEQ.cpp. Try starting...

    You probably don't have libEQ.cpp. Try starting fresh in a new directory, do a checkout from CVS, and see if it works.
Results 1 to 25 of 33
Page 1 of 2 1 2