Thread: item quantities to thieve stalls

Results 1 to 2 of 2
  1. #1 item quantities to thieve stalls 
    Registered Member
    Fredo Santana's Avatar
    Join Date
    Apr 2013
    Age
    31
    Posts
    723
    Thanks given
    28
    Thanks received
    86
    Rep Power
    87
    So, I want to add item quantities to my thieving stalls, here's what I put in: ( I just get a compiler error though)

    Code:
    case 4874:
    				c.getThieving().stealFromStall(995,	10000, 100, 1);
    			
    			break;
    			case 4875:
    				c.getThieving().stealFromStall(995,	20000, 130, 25);
    			
    			break;
    			case 4876:
    				c.getThieving().stealFromStall(995,	40000, 160, 50);
    
    			break;
    			case 4877:
    				c.getThieving().stealFromStall(995,	80000, 180, 75);
    
    			break;
    			case 4878:
    				c.getThieving().stealFromStall(995,	160000, 250, 90);
    				
    			break;
    What did I do wrong in this? Is it because I didn't use tabs for the remaining two numbers?
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Dec 2010
    Posts
    1,982
    Thanks given
    174
    Thanks received
    256
    Rep Power
    223
    What compiler error.

    And : You would have to edit the method

    cause you're using 4 instead of 2.
    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. Thieving stalls (items they give)
    By Drewski in forum Help
    Replies: 14
    Last Post: 11-19-2012, 06:24 PM
  2. adding more items to thieving
    By youer3455 in forum Help
    Replies: 8
    Last Post: 03-09-2012, 09:48 AM
  3. Thieving stalls give items
    By Hellenic in forum Help
    Replies: 5
    Last Post: 02-25-2012, 05:02 PM
  4. [REQ]how to spawn stall's for thieving[REQ]
    By doomdoom in forum Requests
    Replies: 0
    Last Post: 12-02-2009, 04:20 AM
  5. TIP: Silab Item List to Item.cfg convertor.
    By MopTop in forum Tutorials
    Replies: 3
    Last Post: 01-10-2008, 09:58 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
  •