Search:

Type: Posts; User: ShortBuss

Page 1 of 5 1 2 3 4

Search: Search took 0.00 seconds.

  1. Thread: 2/15 patch

    by ShortBuss
    Replies
    4
    Views
    2,312

    Re: 2/15 patch

    Thank you Newby. This is working for me.
  2. Replies
    33
    Views
    37,976

    Re: ShowEQ 6.3 Call for Testing

    Been using this version for a few days now and it's been working perfectly fine so far. No problems that I've found yet.
  3. Replies
    33
    Views
    37,976

    Re: ShowEQ 6.3 Call for Testing

    This download, along with many of the SEQ TAR file downloads are missing on SourceForge. But looks like it's a sourceforge site problem they are already aware of and working on. Example ticket...
  4. Thread: 6/19 patch

    by ShortBuss
    Replies
    3
    Views
    7,641

    Re: 6/19 patch

    Thanks Newby. This is working well. I was getting there but struggling on spawnshell.cpp structures. Been too long since I attempted this.
  5. Replies
    4
    Views
    4,409

    Re: Updates for 11/06/13

    Great work fransick
  6. Thread: Updated SVN

    by ShortBuss
    Replies
    25
    Views
    18,685

    Re: Updated SVN

    *poke poke*

    We still need an update in the help thread here: http://www.showeq.net/forums/showthread.php?6661-How-to-get-ShowEQ

    Just a small change to the first code block. This is the new...
  7. Replies
    4
    Views
    6,492

    Re: Updates for 10/08/13

    Been playing FFXIV myself so hadn't looked at this in a while. Looks like I caught it on patch day though so hopefully it sticks for a while.
  8. Replies
    4
    Views
    6,492

    Re: Updates for 10/08/13

    SVN and TAR updated so you no longer need to use the patch.
  9. Replies
    0
    Views
    4,825

    ShowEQ 5.13.10.16

    Changelog:


    ShortBuss (10/08/13)
    -----------------
    - Updated version to 5.13.10.16
    - Support EQ patch 10/08/13


    The new release is available in the files section of SourceForge, or from...
  10. Replies
    4
    Views
    6,492

    Updates for 10/08/13

    This patch is based on latest SVN (Not based on Newby's update). Check out command again:


    svn checkout http://svn.code.sf.net/p/seq/svn/showeq/trunk showeq


    How to build from svn:


    make...
  11. Replies
    1
    Views
    3,533

    Re: Experience window doesn't update?

    The experience packets changed a while back and the code needs work to be able to support it. In addition since this didn't work and fixing opcodes is a lot of boring work the opcodes for the...
  12. Replies
    0
    Views
    4,101

    ShowEQ 5.13.10.15

    Changelog:


    ShortBuss (7/18/13)
    -----------------
    - Updated version to 5.13.10.15
    - Support EQ patch 08/21/13


    The new release is available in the files section of SourceForge, or from the...
  13. Replies
    6
    Views
    6,847

    Re: 08/21/13 patch

    svn is updated now to include the patch. tar will be out soon.
  14. Replies
    6
    Views
    6,847

    Re: 08/21/13 patch

    I haven't played in months so I don't always realize when a new patch drops. I was expecting it the week before it happened and then forgot about it. Need some people that play actively to pick up...
  15. Replies
    7
    Views
    7,984

    Re: Returning player...Old SEQ user

    The tar is updated along with SVN. Generally on a patch day we have a diff released with the fixes to get SVN or previous tar working. Then a few days later both SVN and tar get updated.

    I've...
  16. Replies
    3
    Views
    13,870

    Re: Titanium Server Source

    At the bottom of the forum there is a section called "Thread Display Options". By default it only shows threads from the last 30 days. Change this to show all threads and you will be able to see...
  17. Replies
    7
    Views
    7,984

    Re: Returning player...Old SEQ user

    You can use in a VM on the same OS. You just need to make sure that the VM can see the network traffic. Usually this involves configuring the virtual network interface for the VM to allow...
  18. Replies
    0
    Views
    3,540

    ShowEQ 5.13.10.14

    Changelog:


    ShortBuss (7/18/13)
    -----------------
    - Updated version to 5.13.10.14
    - Support EQ patch 07/15/13
    - Updated op-codes and position structs.
    - 4 bytes added to position data again.
  19. Replies
    14
    Views
    12,261

    Re: lookin like Heart of Fear broke us

    It just takes time to learn how to get through it. Keep working at it and you will figure it out. Sounds like you already got the op-codes down. The structs are a bit harder but not too much. I...
  20. Replies
    14
    Views
    12,261

    Re: lookin like Heart of Fear broke us

    I'm attaching the patch (diff) file. Note that this is based on version 789 / 790 which is at the new check out URL. Make sure you are using the check-out command below which has changed since the...
  21. Replies
    14
    Views
    12,261

    Re: lookin like Heart of Fear broke us

    Here's the second pos data struct:


    /*
    ** Player Position Update
    ** Length: 28 Octets
    ** OpCode: PlayerPosCode
    */

    struct playerSpawnPosStruct
  22. Replies
    14
    Views
    12,261

    Re: lookin like Heart of Fear broke us

    Good work, these pretty much match up with mine. OP_ClientUpdate is wrong in your list and that would be problematic for finding the position data. Again the sizes were changed to 28 and 46.

    ...
  23. Replies
    14
    Views
    12,261

    Re: lookin like Heart of Fear broke us

    Information sharing helps speed up the process for everyone involved. Post the op-codes you've found already to help out. If you resolve one area post that part.

    For the spawn struct initially...
  24. Thread: Updated SVN

    by ShortBuss
    Replies
    25
    Views
    18,685

    Re: Updated SVN

    ah great, I hadn't thought to try it by HTTP instead of SVN+SSL and glad to see that is working, so no need for creating a user ID.
  25. Replies
    2
    Views
    5,181

    Re: Tips on installing on CentOS 6.4

    ShowEQ uses QT3, not 4. Maybe you already had it installed or maybe qt installed it. For my RHEL 6.3 system the package is:
    qt-devel-3.3.8b-30-el6

    I think at least. Being not very experienced...
Results 1 to 25 of 113
Page 1 of 5 1 2 3 4