Thread: [PI] added smithinginterface but when i click item it doesnt smith?

Results 1 to 9 of 9
  1. #1 [PI] added smithinginterface but when i click item it doesnt smith? 
    Registered Member
    Join Date
    Nov 2012
    Posts
    121
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    how would i make smithinginterface for the anvil smith my armour, i click the item it doesnt smith even tho i have it added in my smithing.java? what do i have to get my interface to smith my items in smithing.java?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Nov 2012
    Posts
    121
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    anyone know how to help me ?
    Reply With Quote  
     

  3. #3  
    Registered Member XxNinjaxX's Avatar
    Join Date
    Aug 2010
    Posts
    344
    Thanks given
    5
    Thanks received
    7
    Rep Power
    0
    Try adding this in Useitem.java

    Code:
    			case 2783:
    				c.getSmithingInt().showSmithInterface(itemId);
    			break;
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Jan 2011
    Posts
    1,904
    Thanks given
    367
    Thanks received
    330
    Rep Power
    0
    u need to add a useitem..
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Nov 2012
    Posts
    121
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    i have that, thats to make the interface pop up when u use item on anvil. that works. its when i click on the item it doesnt smith it?
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Nov 2012
    Posts
    121
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    im adding all skills to blank PI source. i must be missing something that makes the interface make the item?
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Jan 2011
    Posts
    1,904
    Thanks given
    367
    Thanks received
    330
    Rep Power
    0
    make sure ur code in useitem and smithing are correct...i belive u need to have it in action handler to but im not sure...there should be guieds out there to help you
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Nov 2012
    Posts
    121
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    iv looked everywhere bro :/ i cant find nothing.
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Nov 2012
    Posts
    121
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    found my rpoblem didnt have
    Code:
    case 1119:
    			case 1120:
    			case 1121:
    			case 1122:
    			case 1123:
    			c.getSmithing().readInput(c.playerLevel[c.playerSmithing], Integer.toString(removeId), c, 5);
    			break;
    in bank5 bank10 but it only smiths x5 and x10 of the items? how can i make it the first click? and makes the items? i have to right click for x5 or x10.
    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: 5
    Last Post: 04-03-2012, 02:17 AM
  2. PI X button doesnt show
    By woof woof bish in forum Help
    Replies: 9
    Last Post: 01-25-2012, 11:49 AM
  3. Why doesnt the item picture show up ?
    By Akeid in forum Help
    Replies: 8
    Last Post: 12-15-2009, 02:00 AM
  4. prayers doesnt show giving rep++
    By Darkie in forum Help
    Replies: 2
    Last Post: 02-23-2009, 07:05 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
  •