Thread: pi items on objects

Results 1 to 4 of 4
  1. #1 pi items on objects 
    Registered Member Scenemo's Avatar
    Join Date
    Apr 2011
    Posts
    283
    Thanks given
    12
    Thanks received
    0
    Rep Power
    1
    im usin pi and im trying to add it where you can use ores on a furnace to get a bar. anybody know a tut on how to do so i can learn? thx
    Reply With Quote  
     

  2. #2  
    Registered Member Beanerrr's Avatar
    Join Date
    Feb 2011
    Posts
    598
    Thanks given
    78
    Thanks received
    28
    Rep Power
    6
    src>server>model>items>UseItem.java

    Search this:
    Code:
    public static void ItemonObject
    Use like:
    Code:
    case ObjectID:
    				if(c.getItems().playerHasItem(####) && c.getItems().playerHasItem(####)) {
    something something
    				}
    			break;
    There are several ways to do it. Some may even be more simple than this one, but I use it like this
    Quote Originally Posted by Galkon View Post
    The rules clearly state, if you can't help, don't reply.


    Quote Originally Posted by Mod Josh - Question: How do you ask girls out?
    I can't ask them out, I am banned from the kitchen
    Quote Originally Posted by Penor View Post
    How will i know if its PI based?? Omfg this is sooo confusing!!
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Registered Member Scenemo's Avatar
    Join Date
    Apr 2011
    Posts
    283
    Thanks given
    12
    Thanks received
    0
    Rep Power
    1
    thx
    Reply With Quote  
     

  5. #4  
    Registered Member Beanerrr's Avatar
    Join Date
    Feb 2011
    Posts
    598
    Thanks given
    78
    Thanks received
    28
    Rep Power
    6
    Quote Originally Posted by Scenemo View Post
    thx
    Welcome
    Quote Originally Posted by Galkon View Post
    The rules clearly state, if you can't help, don't reply.


    Quote Originally Posted by Mod Josh - Question: How do you ask girls out?
    I can't ask them out, I am banned from the kitchen
    Quote Originally Posted by Penor View Post
    How will i know if its PI based?? Omfg this is sooo confusing!!
    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: 2
    Last Post: 07-12-2013, 03:20 AM
  2. 508 Items.xml, Objects.xml and Npcs.xml
    By owner blade in forum Configuration
    Replies: 2
    Last Post: 01-14-2011, 12:16 AM
  3. All 194 items, objects and npcs...
    By popbob in forum Configuration
    Replies: 5
    Last Post: 04-01-2010, 11:48 AM
  4. Replies: 25
    Last Post: 08-31-2009, 12:31 AM
  5. Replies: 7
    Last Post: 07-19-2009, 06:08 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •