Thread: Need Case 192 Help!!!!!!

Results 1 to 6 of 6
  1. #1 Need Case 192 Help!!!!!! 
    bubbsy7
    Guest
    Ok so case 192 is the using items on other objects case....My problem is that when i make custom global objects, such as an anvil in my case i can't use it for some reason, Like i use a bar on it and nothing happens but when i use a bar on any anvil the was already in the server source smithing works just fine........What's wrong what should I do add or edit????
     

  2. #2  
    Registered Member
    Firefight's Avatar
    Join Date
    Aug 2007
    Posts
    1,506
    Thanks given
    6
    Thanks received
    31
    Rep Power
    160
    You need to add the new object to your case.
    Back for now...
     

  3. #3  
    bubbsy7
    Guest
    What do you Mean? The object id?
     

  4. #4  
    Registered Member
    Core's Avatar
    Join Date
    Sep 2007
    Posts
    4,194
    Thanks given
    11
    Thanks received
    393
    Rep Power
    1985
    Look at your the smithing already on your server and change the object id to the new anvil.
     

  5. #5  
    Registered Member
    Riedell's Avatar
    Join Date
    Feb 2008
    Age
    31
    Posts
    403
    Thanks given
    4
    Thanks received
    2
    Rep Power
    152
    What he means is that you need the code in the packet that's being sent and received.

    For instance:
    Code:
    case 192:
    int atObjectID = inStream.readSignedWordBigEndian();
    if(atObjectID == (Find the Anvil's object Id) {
    Put your method in here, for instance like smithing/smelting
    }
    -Riedell
    ~Riedell
     

  6. #6  
    bubbsy7
    Guest
    What would be my method for smithing?
     


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
  •