Thread: [508] A Few Bugs - Need Assistance

Results 1 to 9 of 9
  1. #1 [508] A Few Bugs - Need Assistance 
    CodyyC
    Guest
    Hey Guys,

    I've got a few problems with my server. Its a Palidino76 508 base. Anyway, help would be greatly appreciated.

    [1] Currently, when woodcutting, there is only 2 side of the possible two sides of the tree that is cuttable (South and West). The other 2, just perform no action.

    [2] How to make the user face the tree when they are cutting it. If they are looking in another direction, and click on the tree, they chop the tree, not even facing it( but in the original direction they were facing).

    [3] In the HD Client we use - Espeon HD (I think), the chat bar scrolls up to the top constantly. I'm not sure if this is a client problem or server problem, if it is a client problem, don't worry about it.

    [4] In LD, when you equip something, the Inventory/Spell Book/Quest Guide area goes blank.

    [5] Friends list won't load properly. Its blank when login. When you add people, it saves them but doesn't load the list properly.

    Thanks in Advance for Your Help,
    Cody
    Last edited by CodyyC; 01-22-2010 at 02:08 AM. Reason: Removed Some Fixed Problems
    Reply With Quote  
     

  2. #2  
    Java/C++ Programmer

    Join Date
    Jun 2008
    Age
    27
    Posts
    1,377
    Thanks given
    203
    Thanks received
    387
    Rep Power
    815
    @ question 1: your object size in the server is wrong.
    @ question 2: you need to use a face to coordinate mask.
    @ question 3: don't know
    @ question 4: don't know
    @ question 5: you don't have that set up in your server at all, or maybe it's implemented wrong.
    Reply With Quote  
     

  3. #3  
    CodyyC
    Guest
    Okay, I now understand what is wrong, but how do I fix these problems?
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Feb 2008
    Posts
    204
    Thanks given
    3
    Thanks received
    0
    Rep Power
    4
    @ question 4: it's in ur packet handler in itemselect or something like that.
    @ question 5: there is a tut on this and check every step if u dit that good
    Reply With Quote  
     

  5. #5  
    CodyyC
    Guest
    Okay, perhaps you could provide a few more details?
    Reply With Quote  
     

  6. #6  
    Hi.

    'Mystic Flow's Avatar
    Join Date
    Nov 2007
    Posts
    7,146
    Thanks given
    256
    Thanks received
    1,252
    Rep Power
    3714
    @question 3 You need to use the proper sendCloseInterface packet instead of sending the sendInterface method.



    Reply With Quote  
     

  7. #7  
    CodyyC
    Guest
    Quote Originally Posted by 'Mystic Flow View Post
    @question 3 You need to use the proper sendCloseInterface packet instead of sending the sendInterface method.
    Ok, I will see if I can fix this. Thanks Mystic.

    Regards,
    Cody
    Reply With Quote  
     

  8. #8  
    CodyyC
    Guest
    Anyone? I still don't know how to fix that Mystic
    Reply With Quote  
     

  9. #9  
    Hi.

    'Mystic Flow's Avatar
    Join Date
    Nov 2007
    Posts
    7,146
    Thanks given
    256
    Thanks received
    1,252
    Rep Power
    3714
    Find your removeChatBoxInterface method and replace it with this

    Code:
    public void removeChatboxInterface(Player p) {
            setConfig(p, 334, 1);
            p.stream.createFrame(246);
            p.stream.writeWord(752);
            p.stream.writeWord(12);
            p.chatboxInterfaceId = -1;
        }
    Tell me if that works.



    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •