Search:

Type: Posts; User: grimjack

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    17
    Views
    11,705

    sudo

    Suse comes with sudo. I would set it up and do a sudo showeq instead of su - root. This will run showeq with root priv. and you won't have to xhost +. You should be able to do a visudo as root to...
  2. Replies
    17
    Views
    11,705

    Funny

    Wow these boards are going downhill. On one side we have the people who never search. On the other we have the people who love to point that out. And now we have me, the person who think's it is...
  3. Replies
    14
    Views
    9,989

    I think I remember that thread. However with...

    I think I remember that thread. However with that said, codepig came through with new structures and I'm sure Amadeus would like to hear what was done to find it from the source (I can't say I...
  4. Replies
    50
    Views
    35,444

    Maybe I'm not like most, but my objections have...

    Maybe I'm not like most, but my objections have nothing to do with that. I just get sick of seeing a question that has been answered a million times turn into a 2 page thread.

    If it was like...
  5. Replies
    50
    Views
    35,444

    I agree with everything Jeeves says here except...

    I agree with everything Jeeves says here except for a few things. Why waste time posting a response to stupid questions? Why waste time and people's bandwidth bumping a thread that should probably...
  6. Replies
    50
    Views
    35,444

    Flaming

    I don't think a new forum or new rules is needed. As far as the RTFM posts are concerned, however, I think they are almost as redundant the questions people don't search for. In my opinion just...
  7. Thread: ima n00b

    by grimjack
    Replies
    7
    Views
    5,419

    .gz

    The .gz extention means that it has been compressed by gzip(similar to pkzip in the dos world). Just do a man gzip to see the syntax for using it. Also if you use some versions of tar the -z option...
  8. Replies
    367
    Views
    258,536

    Code

    If you see somthing that could be done better why not revamp it and post it? You do have the source.
  9. Replies
    367
    Views
    258,536

    Click while using X,Y offsets.

    Here is a fix for selecting mobs on map when using X or Y offsets or both.


    Currently in MapCon.cs we the lines are this:
    int ox = (int)((Width/2 - (me.X+offsetxg))/(rawscale*scale));
    int oy =...
  10. Replies
    367
    Views
    258,536

    Scale

    Just modify:

    scale.Minimum = 100;



    I made mine 50

    Currently he has it in increments of 10 for adjustments on scale.
  11. Replies
    367
    Views
    258,536

    Other code.

    All I added to that code was the functions for the font dialog. I have not really got into the rest of it. I did see a min scale and max scale value but I have not looked at it much. If I don't...
  12. Replies
    367
    Views
    258,536

    Font of listbox1

    Here is a modification I did to add a font dialog and menu item for listbox1.
    Maybe somthing that could be incorperated to the main source.
    Sorry that it is so long I did not have anywhere to hoste...
  13. Replies
    23
    Views
    16,641

    No matter how many times I see these posts It...

    No matter how many times I see these posts It never ceases to amaze me.

    "I'm didn't come here to be told to search... I expect you to search for me and link me the answers..."

    I guess his time...
  14. Replies
    28
    Views
    17,678

    Re: Perl script

    This will write it in the proper format. pack() is your friend.


    #!/usr/bin/perl

    use strict;
    use IO::Socket;
    my($sock, $oldmsg, $newmsg, $hisaddr, $sender, $MAXLEN, $PORTNO, $i, $themsg);...
  15. Replies
    9
    Views
    10,600

    Add -lwinmm This what is addressed in mvern's...

    Add -lwinmm

    This what is addressed in mvern's post.
    * if you get an error about a missing symbol PlaySound, be sure to link with winmm.lib
    * if your missing Process32First, link with th32.lib
    ...
  16. Replies
    9
    Views
    10,600

    Try removing line 72, 73,74 and 76. You...

    Try removing line 72, 73,74 and 76.

    You shouldn't need the if statement if your not using lcc or cygwin.
  17. Replies
    188
    Views
    179,638

    I would suggest installing cygwin and using the...

    I would suggest installing cygwin and using the gcc package that it comes with.

    Also I would suggest using: gcc -o blah.exe blah.c -lth32 -lwinmm

    If you want cygwin to use mingw headers you...
  18. Replies
    188
    Views
    179,638

    Using PROCESS_VM_READ works wonderfully. ...

    Using PROCESS_VM_READ works wonderfully.

    Thanks
    GrimJack
  19. Replies
    3
    Views
    3,784

    Somewhat inaccurate synopsis: A friend...

    Somewhat inaccurate synopsis:


    A friend called him up and told him about showeq.

    He decided to put redhat on a laptop and try to install it himself.

    This introduced him to the wonderful...
  20. Poll: Encryption changed with the release of POP. This...

    Encryption changed with the release of POP. This is why you had to get a new libeq.a.

    Correct me if I am wrong but this is what I have gathered.

    Now on test they have changed it again (Most...
  21. Replies
    14
    Views
    10,423

    At the prompt you run showeq from you would do...

    At the prompt you run showeq from you would do this.

    export DISPLAY=ip.of.windows.machine:0.0
    or
    DISPLAY=ip.of.windows.machine:0.0;export DISPLAY


    This tells the system that any X apps...
  22. Replies
    14
    Views
    10,423

    Cygwin comes with an X-Server for free. ...

    Cygwin comes with an X-Server for free.

    Thanks
    Grimjack
  23. Replies
    14
    Views
    10,423

    If you mean that you want to run showeq and have...

    If you mean that you want to run showeq and have the gui come up on a machine that is runing Xwin32 all you have to do is run Xwin32 on your windows machine and set up your DISPLAY. Then run showeq. ...
  24. Replies
    17
    Views
    12,193

    This is consistant with my observations. Most of...

    This is consistant with my observations. Most of the time it is decoded by the time I zone in. If not, it usualy decodes as soon as I force a spawn (Familiar or horse).
  25. Replies
    17
    Views
    12,193

    Mine seems to decrypt spawns as soon as I summon ...

    Mine seems to decrypt spawns as soon as I summon my horse as always.
Results 1 to 25 of 32
Page 1 of 2 1 2