Thread: Inventory Glitch

Results 1 to 6 of 6
  1. #1 Inventory Glitch 
    Registered Member

    Join Date
    Apr 2009
    Posts
    1,727
    Thanks given
    403
    Thanks received
    210
    Rep Power
    390
    Ok so I added an equipment interface and now there is a glitch where I wield a two handed weapon and it makes me shield disappear
    soure, shard
    client, galkons 317 deob(refactored)

    GIF -


    Add my msn or post if you can help, [email protected]
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jan 2009
    Age
    31
    Posts
    2,661
    Thanks given
    66
    Thanks received
    207
    Rep Power
    0
    it's kinda obvious the problem.
    Your not sending that slot to the client.
    Like
    Server side you did.
    slot 2 = 6889.
    but you never did
    sendItemBySlot(6889,2,INVENTORY_FRAME);



    If you don't understand, post your equip method which involved this and ill add the fix.
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Apr 2009
    Posts
    1,727
    Thanks given
    403
    Thanks received
    210
    Rep Power
    390
    Quote Originally Posted by digistr View Post
    it's kinda obvious the problem.
    Your not sending that slot to the client.
    Like
    Server side you did.
    slot 2 = 6889.
    but you never did
    sendItemBySlot(6889,2,INVENTORY_FRAME);



    If you don't understand, post your equip method which involved this and ill add the fix.
    ok but also after the glitch happens if I try to spawn an item or buy an item they are also invisible unless the bank/shop interface is open
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Apr 2009
    Posts
    1,727
    Thanks given
    403
    Thanks received
    210
    Rep Power
    390
    still need help
    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    Feb 2008
    Posts
    384
    Thanks given
    30
    Thanks received
    26
    Rep Power
    0
    you need to update the items in your inventory...

    eg send out the packet to update the items for that interface.
    Reply With Quote  
     

  6. #6  
    Registered Member

    Join Date
    Apr 2009
    Posts
    1,727
    Thanks given
    403
    Thanks received
    210
    Rep Power
    390
    Quote Originally Posted by billygotshot View Post
    you need to update the items in your inventory...

    eg send out the packet to update the items for that interface.
    Alright thanks that worked, mod can close or something :/
    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

Similar Threads

  1. Help with my 614 inventory please
    By jamz 4 lyf in forum Help
    Replies: 7
    Last Post: 09-17-2010, 03:36 AM
  2. Replies: 5
    Last Post: 06-12-2010, 06:32 AM
  3. Inventory problem
    By Jammy780 in forum Help
    Replies: 1
    Last Post: 06-29-2009, 05:43 PM
  4. Better inventory? :P
    By Kelvin in forum Snippets
    Replies: 5
    Last Post: 04-26-2009, 08:08 AM
  5. [Glitch Fix] Fix a common food & bone glitch.
    By noweight in forum Tutorials
    Replies: 50
    Last Post: 01-24-2009, 11:02 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •