Search:

Type: Posts; User: suseuser7341

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. newOpcode = oldOpcode + 2 Anyone got an idea...

    newOpcode = oldOpcode + 2

    Anyone got an idea how to automate opcode.h after you found scheme ?)
  2. For 4.3.15 & 16 you may want to apply the patch...

    For 4.3.15 & 16 you may want to apply the patch for spawn names containing special character:

    utf8 spawn names
  3. Replies
    31
    Views
    22,768

    Isn't konqueror able to mount CIFS shares...

    Isn't konqueror able to mount CIFS shares dynamicly itself ?

    so entering an url like: smb://host/ lists all shares for me, if you prefer the clicky-bunty way
  4. Replies
    31
    Views
    22,768

    How about smbclient ? :D Share your EQ...

    How about smbclient ? :D

    Share your EQ Directory on the windows box and you can use

    smbclient //EQboxname/sharename

    to access the files, just like ftp. If you require a username it can be...
  5. Replies
    5
    Views
    4,687

    Have you tried to follow that hint ? ;) 'gcc...

    Have you tried to follow that hint ? ;)

    'gcc --version' tells you what configure tried.
    if gcc3 is not your default compiler you should look at the FAQ -> 2.6 How to compile Seq.
    There you will...
  6. Replies
    4
    Views
    4,822

    Crush got it :) So to all out there that have...

    Crush got it :) So to all out there that have been unable to get your hands on a real hub: follow LordCrush's link
  7. Replies
    4
    Views
    4,822

    sniff a switch

    I saw recently a sourceforge project that uses some arp poisoning to sniff traffic over a switch, but I forgot what it was called :(

    With that you should be able to use Seq even in a switched...
  8. Replies
    4
    Views
    5,108

    I think, I have seen a record and playback...

    I think, I have seen a record and playback feature (even slow motion), just don't ask me where and how *g* (pcap feature ?)

    Diskspace shouldn't be a problem, since EQ's datarate is usually below...
  9. most important thing to detect would be "mob...

    most important thing to detect would be "mob stop" packets. As someone else posted in another thread there seems to be some new movement packet since Seq and EQ (and therefor MySeq) are not...
  10. I don't think it is a good idea to fix the maps,...

    I don't think it is a good idea to fix the maps, since there are too many tools (e.g. EQ <-> SEQ converter) out there that depend on the current file format.

    I have already found the map loader,...
  11. Sure. At best start off with getting a little...

    Sure.

    At best start off with getting a little familiar, how Seq decodes Packets.

    The major work is done in EQPacket. First off are some UDP, IP unpackers and so on., but the interesting stuff...
  12. For now just add the divide by 10 in the two...

    For now just add the divide by 10 in the two mentioned lines in mapcore.cpp.

    I have actually conceived a use for negatives values that I may implement within the next weeks so just leave the...
  13. Replies
    11
    Views
    13,842

    Are you saying that after they saw our keysniffer...

    Are you saying that after they saw our keysniffer they gave up to establish good encryption for a fast and easy XOR envelop ?
  14. The factor 10 seems perfect right for PoK. I...

    The factor 10 seems perfect right for PoK.
    I could only test PoK, so not sure if the change works for everything.

    Changing CurZ to CurZ/10 in lines 1459 and 1479 of mapcore.cpp worked for me....
  15. Replies
    7
    Views
    5,824

    I am afraid that we have to live with this kind...

    I am afraid that we have to live with this kind of people.

    I think it was all cause by some strange view of CS that made companies to reply "Help I can't find a 'any' key" with "Oh sorry our...
  16. Thanks for the hint. Since I already spent my...

    Thanks for the hint. Since I already spent my time looking at this stuff, I will try to bring up a patch if I can make some sense out of what you observed.
  17. I spent a closer look at the depth filtering: ...

    I spent a closer look at the depth filtering:

    To me it seems perfect right to limit m_headRoom and m_floorRoom to positive values greater than 5.

    The interval against which depth filtered items...
  18. correct. The first two parameters to QSpinBox in...

    correct. The first two parameters to QSpinBox in this call are min and max value.

    So all that needed to be done was change the min to neg 3k.
  19. Replies
    7
    Views
    6,927

    Ey Lord Crush, you should have mentioned, that he...

    Ey Lord Crush, you should have mentioned, that he gets a 50 c discount now ! :D
  20. Replies
    27
    Views
    15,446

    There is a good (sticky) posting in the general...

    There is a good (sticky) posting in the general discussion on where to start learn programming (don't care about good style, you won't need it for SEQ *g*)

    There have been several ones in this...
  21. Replies
    4
    Views
    4,581

    You got it all right. CVS is not working of...

    You got it all right.

    CVS is not working of the shelf, although a hack is available on the forum.

    However a hack is not a patch and so I think we should put status to yellow *g*
  22. Replies
    16
    Views
    12,643

    About all said

    I think I use about most possible features:
    - Navigation especially finding merchant XY or avoiding stuff on moves

    - Watching some rare spawns in my closer enviroment to engage

    - Tracking...
  23. Replies
    36
    Views
    25,662

    Good to know LordCrush, will keep me from...

    Good to know LordCrush, will keep me from updating my SuSE 8.1 ;)
  24. Replies
    31
    Views
    25,639

    Hm I don't care a damn about SEQ, but this is a...

    Hm I don't care a damn about SEQ, but this is a nice idea to hide a IDS :)
  25. Replies
    4
    Views
    4,894

    Please read first: ...

    Please read first:

    http://doc.trolltech.com/3.0/signalsandslots.html

    Then grep for backfillPlayer brings up:

    connect(m_packet, SIGNAL(backfillPlayer(const charProfileStruct*, uint32_t,...
Results 1 to 25 of 49
Page 1 of 2 1 2