Search:

Type: Posts; User: The Mad Poet

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    21
    Views
    16,612

    Thank you for the txt map fix - however there...

    Thank you for the txt map fix - however there still seems to be wierd crashing that occurs when loading an LDoN map.

    client working 100% through all the old zones - then I zone into LDoN and due...
  2. Replies
    21
    Views
    16,612

    Here is my problem - with the older code (14.) I...

    Here is my problem - with the older code (14.) I could get LDoN maps to work..

    With the 15. code tree I can not get LDoN - although other maps work fine...
  3. Replies
    102
    Views
    61,360

    due to wierdness with c++ builder and the source...

    due to wierdness with c++ builder and the source (and windows header files mostly) I couldn't test this but if you want to check it out here is the source for a port change in the server...

    add a...
  4. Replies
    367
    Views
    258,483

    Well as borlands RAD for citrix is free (except...

    Well as borlands RAD for citrix is free (except database functions and advanced debugging) I think the C++ code will be compatable with a linux distro on x86 machines anyway..

    I don't know C# at...
  5. Replies
    367
    Views
    258,483

    Ummm Would anyone care if I converted the...

    Ummm

    Would anyone care if I converted the client from VB to C++?

    I use borland builder here and honestly just can't stand VB...

    BTW - the server compiles fine under Builder - however as I...
  6. Replies
    367
    Views
    258,483

    To handle uncaught exceptions.. try putting...

    To handle uncaught exceptions..

    try putting your entire program in a try catch...

    easy to do - just put it in winmain before you call your main proggy..

    Then make your catch just throw up...
  7. Sticky: For those of you that say you can code a small...

    For those of you that say you can code a small business app in VB faster than C++ I have two words for you:

    Borland Builder.

    There is nothing in VB that can not be done in CBuilder just as fast...
  8. Replies
    94
    Views
    72,434

    there is a process called bliting (spelling -...

    there is a process called bliting (spelling - heck it's been a few years)...

    This is where the software determines if a pixel is behind another pixel and if so doesn't draw the stuff behind - this...
  9. Replies
    94
    Views
    72,434

    Actually it's the engine that has a hard time -...

    Actually it's the engine that has a hard time - I'm not sure how they draw the world - but I can tell ya it's the suck :P

    Ever wonder why the lag in the bazaar is bad? It's not the number of...
  10. I program in C++, I am fairly comfortable looking...

    I program in C++, I am fairly comfortable looking through code and trying to figure out what it does.

    I'm assuming you guys are reading the packets with a sniffer then figuring it out by the data...
  11. looking for a shove in the right direction...

    Does anyone have a good primer on structs and opcodes - I would like to understand what is going on and how you guys are figuring out the info in the packet to make the changes.

    If anyone has good...
  12. When you start a connection to EQ you are routed...

    When you start a connection to EQ you are routed through the internet - the client starts a connection and connects to the server.

    Verant has load balanced routers comming in through multiple...
  13. Linksys has problems with thier newer firmware -...

    Linksys has problems with thier newer firmware - I downgraded my router to an older firmware and this fixed the 'ld every 15-20 mins like clockwork' problem

    The wierd packet loss with fixed by...
  14. Replies
    342
    Views
    296,359

    I still get unknown symbol next... And some...

    I still get unknown symbol next...

    And some error about the use of call..

    I have the rest of the program working - but this still does not work...

    heh taking out the call and just putting...
  15. Thread: WinSEQ

    by The Mad Poet
    Replies
    69
    Views
    138,895

    Yes - that is why anyone that has ever read a...

    Yes - that is why anyone that has ever read a stat off a web site or used magelo or looked at a map is cheating.

    I did say I was cheating. I don't deny this.

    What bothers me are the people who...
  16. Thread: WinSEQ

    by The Mad Poet
    Replies
    69
    Views
    138,895

    /shrug What is cheating? Well it's gaining an...

    /shrug

    What is cheating? Well it's gaining an adantage over your opponent by using means they do not have.

    Can anyone use SEQ? Yes - so is it cheaing against your other players? No.
    ...
  17. Replies
    33
    Views
    41,919

    Sticky: Yeah but I'm sure they don't have one big pipe -...

    Yeah but I'm sure they don't have one big pipe - from conversations they have had over issues in the past it looks like they have several major pipes to the different backbones in order to keep the...
  18. Replies
    3
    Views
    3,888

    if your header file was modified the CVS update...

    if your header file was modified the CVS update would not overwrite it - and this looks like a header file issue.

    You could always do what I do rm cvs/showeq -r then download the sucker again in...
  19. Replies
    342
    Views
    296,359

    Ok I've tried to get this going under a Borland...

    Ok I've tried to get this going under a Borland compiler but it gets stuck on ONE of the assemly lines..

    call $ + 5 ...

    Anyone familiar enough with the differences between TASAM and MASAM to...
  20. Replies
    2
    Views
    3,234

    ahh and here is the source for those who want to...

    ahh and here is the source for those who want to critique...

    Everything is generic so if you wanted to cut/paste this just add the right objects to your form - I didn't change the names just for...
  21. Replies
    2
    Views
    3,234

    er - attaching the file - forgot to delete my...

    er - attaching the file - forgot to delete my linker objects and it was too big the first time *DOH*

    *edit* new file
  22. Replies
    2
    Views
    3,234

    C++ Rad (Builder) front end to sniffer

    For those of you not using microsloth and wanting to have a nifty windows based sniffer - I took the time to throw it into builder ..

    Attached is a zip containing the project - source files and...
  23. Replies
    342
    Views
    296,359

    Borland supports inline assembly - just preface...

    Borland supports inline assembly - just preface it with [asm] I believe...
  24. Replies
    26
    Views
    14,930

    As this is living in the process space couldn't...

    As this is living in the process space couldn't EQ just take a look at the memory footprint and do some checking to see if there is extra code in there?

    That seems to me how virus detection is...
  25. Replies
    4
    Views
    3,324

    do a search for detours on the Microsoft site -...

    do a search for detours on the Microsoft site - you *can* hook a API for systemwide useage - it works in NT also.

    All you have to do is insert a few lines of code before the real API call ... this...
Results 1 to 25 of 40
Page 1 of 2 1 2