Thread: [PI] Cooking Range Not Working

Results 1 to 6 of 6
  1. #1 [PI] Cooking Range Not Working 
    Registered Member 2nubs1cup's Avatar
    Join Date
    Jan 2013
    Posts
    972
    Thanks given
    77
    Thanks received
    90
    Rep Power
    15
    How can I get my cooking range working to cook fish/other food.
    Reply With Quote  
     

  2. #2  
    Registered Member 2nubs1cup's Avatar
    Join Date
    Jan 2013
    Posts
    972
    Thanks given
    77
    Thanks received
    90
    Rep Power
    15
    bump
    Reply With Quote  
     

  3. #3  
    Registered Member 2nubs1cup's Avatar
    Join Date
    Jan 2013
    Posts
    972
    Thanks given
    77
    Thanks received
    90
    Rep Power
    15
    bump, no one doesn't know how to get a range working so when you use raw food on it you can cook, I really need this.
    Reply With Quote  
     

  4. #4  
    Registered Member 2nubs1cup's Avatar
    Join Date
    Jan 2013
    Posts
    972
    Thanks given
    77
    Thanks received
    90
    Rep Power
    15
    I will REP++
    Reply With Quote  
     

  5. #5  
    Project Drop-Zone Owner & The BLOOD Gang Always Banging RED


    Join Date
    May 2013
    Age
    28
    Posts
    2,992
    Thanks given
    5
    Thanks received
    937
    Rep Power
    183
    Something to do with clickobject I believe you will need the clickingbuttons as well I am pretty sure. What does your cooking class look like exactly. Not sure if actionhandler would be involved with this or not. Never had range problems.
    Reply With Quote  
     

  6. #6  
    Banned

    Join Date
    Aug 2013
    Age
    27
    Posts
    1,128
    Thanks given
    373
    Thanks received
    754
    Rep Power
    0
    Quote Originally Posted by 2nubs1cup View Post
    How can I get my cooking range working to cook fish/other food.
    You should go to your UseItem.java (package server.model.items)
    And add your
    Code:
    case ####: (change #### to your range object id)
    under the
    Code:
    switch(objectID) {
    of public static void ItemonObject

    With your start cooking method, example:
    Code:
    case rangeobjectid:
    c.getCooking().itemOnObject(itemId);
    break;

    Observation: if you can't do it, show me your cooking.java and tell me your range object id, and i'll do this for you sir.
    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. Replies: 0
    Last Post: 04-12-2012, 10:57 AM
  2. [PI] Cooking range not working
    By ProximityPlus in forum Help
    Replies: 3
    Last Post: 10-27-2011, 01:55 AM
  3. [PI]Gmaul spec not working on npc's
    By Division in forum Help
    Replies: 3
    Last Post: 05-21-2011, 02:12 AM
  4. Replies: 3
    Last Post: 08-07-2010, 06:28 PM
  5. Range, Not Working.
    By Shemhamforash in forum Help
    Replies: 6
    Last Post: 10-02-2009, 01:39 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
  •