Thread: THeving

Results 1 to 3 of 3
  1. #1 THeving 
    Registered Member
    Join Date
    Feb 2011
    Age
    28
    Posts
    111
    Thanks given
    9
    Thanks received
    3
    Rep Power
    1
    well, i want my thieving to just give you coins. But i have this for my thieving in my Actionhandler.java

    Code:
    c.getThieving().stealFromStall(995, 10, 1);
    c.getItems().addItem(995, 4000);
    			break;
    			case 4875:
    				c.getThieving().stealFromStall(995, 30, 25);
    				c.getItems().addItem(995, 5000);
    			break;
    			case 4876:
    				c.getThieving().stealFromStall(995, 60, 50);
    			break;
    			case 4877:
    				c.getThieving().stealFromStall(995, 100, 75);
    			break;
    			case 4878:
    				c.getThieving().stealFromStall(995, 170, 90);
    			break;
    This is for non donators, i changed the items to 995. but then you get the cash + the one coin, how would i fix this? I cant just take out 995 either.
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Mar 2011
    Posts
    4,062
    Thanks given
    194
    Thanks received
    689
    Rep Power
    0
    Edit: Hold on,im pretty sure the getTheiving() is what gives you xp,so basically what you want to do is

    Code:
    		                c.getThieving().stealFromStall(995, 10, 4000);//the 10 is the Xp you get and the 4000 is the amount of gp
    			break;
    			case 4875:
    				c.getThieving().stealFromStall(995, 30, 5000);
    			break;
    			case 4876:
    				c.getThieving().stealFromStall(995, 60, 7500);
    			break;
    			case 4877:
    				c.getThieving().stealFromStall(995, 100, 10000);
    			break;
    			case 4878:
    				c.getThieving().stealFromStall(995, 170, 15000);
    			break;
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Feb 2011
    Age
    28
    Posts
    111
    Thanks given
    9
    Thanks received
    3
    Rep Power
    1
    nope. thats the level you need to steal from 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. Theving
    By KalaZ in forum Help
    Replies: 11
    Last Post: 08-25-2009, 02:08 AM
  2. [RS2E] Theving stall base
    By Sub in forum Tutorials
    Replies: 8
    Last Post: 06-28-2008, 10:27 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
  •