Thread: smithing

Results 1 to 4 of 4
  1. #1 smithing 
    Registered Member
    Join Date
    Oct 2012
    Posts
    79
    Thanks given
    1
    Thanks received
    13
    Rep Power
    13
    well i ripped insanity smithing interface for my delta, everything works fine!, but the actionbutton when clicked an item, wont appear!, any idea?
    [Java] well i ripped insanity smithing interface for my delta, everything works fine!, - Pastebin.com

    Code:
    	case 2783://normal anvil
    			player.smithing.showSmithInterface(itemId);
    			break;
    		case 2782://le doric anvil
    			if(player.doricsQuest.stage == Quest.FINISHED) {
    				player.smithing.showSmithInterface(itemId);
    			} else {
    				player.Dialogue.talk("Hey you can't use my anvils", Quest.DORIC);
    			}
    			break;
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Oct 2012
    Posts
    79
    Thanks given
    1
    Thanks received
    13
    Rep Power
    13
    if anyone wonders, its handled in the banking x1 x5 x10 packet
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Nov 2010
    Age
    14
    Posts
    2,639
    Thanks given
    158
    Thanks received
    280
    Rep Power
    0
    you're using delta? ...
    who the **** use delta on 2k13?
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Oct 2012
    Posts
    79
    Thanks given
    1
    Thanks received
    13
    Rep Power
    13
    Quote Originally Posted by Call View Post
    you're using delta? ...
    who the **** use delta on 2k13?
    Me i'm improving it.
    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. [TUT] Godsword Smithing
    By sephyr in forum Tutorials
    Replies: 8
    Last Post: 12-08-2007, 12:47 AM
  2. Smithing NPC's
    By Chimeric in forum Tutorials
    Replies: 13
    Last Post: 08-04-2007, 07:33 PM
  3. pets to go along with smithing them
    By ipwnjagex in forum Tutorials
    Replies: 0
    Last Post: 08-02-2007, 07:57 PM
  4. Mining chocolate (for my smithing npc tut)
    By Chimeric in forum Tutorials
    Replies: 2
    Last Post: 08-02-2007, 01:40 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
  •