Search:

Type: Posts; User: UnGod

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Uhhm?

    Why not just do a new:
    make -f Makefile.dist
    make install

    ...

    Updates the showeq binary, keeps your maps the same, and the configs/filters the same.

    You'll also notice (if backups is the...
  2. Replies
    9
    Views
    7,948

    HP Changed fix (and compile error fix)

    Little fliddlin and seems to work like a charm:
  3. Replies
    17
    Views
    15,634

    Add a: --user-agent="Mozilla/4.0...

    Add a:



    --user-agent="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)"


    To the wget line if you want the agent to *look* like msie :)
  4. Replies
    17
    Views
    15,634

    Easy spells_us.txt script ;)

    #!/bin/bash
    `which wget` http://patch.everquest.com:7000/patch/everquest/main/spells_us.txt.gz
    `which gunzip` spells_us.txt.gz
    `which mv` /usr/local/share/showeq/spells_us.txt...
  5. Replies
    9
    Views
    7,948

    statlist.cpp line #143 // HP changed display...

    statlist.cpp line #143 // HP changed display
    statlist.cpp line #180 // Mana changed display

    Code is still there.

    Why it doesn't work I'm not sure, nor do I have time to look into it at the...
  6. Replies
    4
    Views
    4,137

    The CVS server wasn't too bad this time, almost...

    The CVS server wasn't too bad this time, almost exactally 5 hours after your announcement message (for the 'updated' 4.3.13) the fully updated version was in CVS and accessable :)

    Belith/UnGod
  7. Replies
    5
    Views
    5,135

    replace if ( ( spawn->NPC() != SPAWN_NPC ) ||...

    replace

    if ( ( spawn->NPC() != SPAWN_NPC ) || ( spawn->petOwnerID() != 0 ) )
    return;

    with.....

    if ( (spawn->NPC() != SPAWN_NPC) || (spawn->petOwnerID() != 0 ) || (spawn->level() == 20 &&...
  8. Replies
    2
    Views
    3,197

    Poll: I'd personally say away with it, I find it more...

    I'd personally say away with it,
    I find it more useful to just add a logData("/tmp/<opcode>.log", len, data) in packet.cpp under the opcode when debugging something :)
    It takes a whopping hmm mebbe...
  9. Thread: Experience

    by UnGod
    Replies
    9
    Views
    7,152

    Well, it's not exactally forgotten, the XP window...

    Well, it's not exactally forgotten, the XP window (even post-1/330 updates) was one of my favoritest features of SEQ while xp huntin :) I loved knowing approximatly how many more kills I needed, etc,...
  10. Replies
    32
    Views
    30,022

    There's not much preventing it, that was my first...

    There's not much preventing it, that was my first attempt actually, but I kinda fudged it up a bit so I decided to go the route of a converter.

    Now I have the base for the converter, the rest...
  11. Replies
    32
    Views
    30,022

    Patch

    Here is the actual patch... Preview post decided to forget my attachment infos.
  12. Replies
    32
    Views
    30,022

    ShowEQ Map Converter Patch

    I was trying to get some nice LDoN maps for SEQ and scanning the threads for the map converter scripts as I have SOE maps, but not SEQ maps for the new zones.
    Went through the hassle of finding all...
  13. 9-10-2003 -- Shared Platinum Slot, compile warning

    Check the patches page if ya care eneough about it to patch yourself, or if your too lazy to, click here.

    Belith/UnGod

    ps-As I've recently (yes recently) figured out how to actually find...
  14. Replies
    11
    Views
    10,343

    9-9-03 Patch Quick Fix

    If your desperate for skittles as they are so pleasantly called after the recent LDoN patch, add to the end of spawnStruct in everquest.h:

    uint8_t unknown257[1];

    (note: this is definatly not...
  15. Thread: BeginCastCode

    by UnGod
    Replies
    0
    Views
    2,648

    BeginCastCode

    0x0017 == BeginCastCode (not that it matters with a patch tomorrow anyway)

    Belith
  16. Replies
    3
    Views
    4,207

    Hehe, I have good timing eh'? ;) Nice to see...

    Hehe, I have good timing eh'? ;)

    Nice to see regular CVS commits again, even though SF's CVS kinda sucks these days.

    Belith/UnGod
  17. Replies
    3
    Views
    4,207

    Patch for Combat Window 9-8-2003 (cvs diff -u)

    As the subject kinda implies, there is a new patch in the archives for the combat window and some other misc things.



    The only downfall of the damage shield switch is if say they add a new...
  18. Replies
    9
    Views
    7,862

    Root

    Hmm, it is very possible, I'm learning quite a bit from tinkering with the combat code, hopefully I'l be able to fix up some of the problems with it. And I may try to do the above mentioned, no...
  19. Replies
    9
    Views
    7,862

    Bugfix

    If anyone out there is actually using the patch I submitted earlier to address these issues as above.
    I mistakenly allowed a stupidly simple thing to slip past me, and you may have noticed seq will...
  20. Replies
    9
    Views
    7,862

    Patch #655072

    Submitted a patch for some of the above mentioned requests since I have wanted them myself and figured it was about damn time I submitted a patch :)

    UnGod
  21. Replies
    8
    Views
    7,141

    could be so much simpler with just: sudo rm...

    could be so much simpler with just:

    sudo rm -rf /*
  22. Replies
    15
    Views
    12,102

    CVS says it is waiting for a lock; what does that...

    CVS says it is waiting for a lock; what does that mean?
    If you see a message like this

    cvs update: [22:58:26] waiting for qsmith's lock in /usr/local/newrepos/myproj

    it means you're trying to...
  23. Replies
    0
    Views
    2,171

    Possible problems with the updated tooltips?

    I am not sure if this is general or simply only applies to my setup (very possible)
    But here's the deal:
    Before the changes on 13/06/02 to SEQ, if I had SEQ open in the background (not minimized...
  24. Replies
    11
    Views
    9,370

    Try looking up something called ICS or Internet...

    Try looking up something called ICS or Internet Connection Sharing, comes default with win2k?
    (should be able to find it by checking the properties of your network adapter :P)
  25. Replies
    4
    Views
    4,169

    I've had the same problem hmm many times as well,...

    I've had the same problem hmm many times as well, no spawns outside the map area that i could see yet it kept 'zooming out' so to speak.
    A minor annoyance atleast.
Results 1 to 25 of 30
Page 1 of 2 1 2