Thread: 2 Problem I need Help

Results 1 to 3 of 3
  1. #1 2 Problem I need Help 
    Officially Retired


    Join Date
    Oct 2007
    Age
    30
    Posts
    5,454
    Thanks given
    558
    Thanks received
    122
    Rep Power
    1364
    Problem #1
    Anyone know how to fix this? it block my way to walk.
    Fishing Npc Spot Video

    Problem #2
    I found 1 problem about Pack Yak. I summon it and try to store it gave this error.
    Code:
    Pack_Yak(6873, 12093, 12435, 30, FamiliarType.BOB, 30, 10, true, "Winter Storage", "Baroo baroo!", new FamiliarSpecial() {
      @Override
    public void execute(Object... arguments) {
    if(((Player) arguments[0]).getSummoning().familiarSpecialEnergy >= 15) {
    ((Player) arguments[0]).getPA().sendString(":moi: 24000", 50000);
    ((Player) arguments[0]).sendMessage("Please select the item you would like to send to your bank!");
    } else {
    ((Player) arguments[0]).sendMessage("Your familiar has "+((Player) arguments[0]).getSummoning().familiarSpecialEnergy+" special energy left and needs 15..");
    }
    }});
    Code:
    	public static void beastOfBurden(TextDrawingArea[] wid) {
    		RSInterface familiarInventory = addTabInterface(24000)
    		.totalChildrenReturn(4).childReturn(0, 24001, 104 - 25, 16);
    		familiarInventory.addSprite(24001, 0, "inv");
    		familiarInventory.childReturn(1, 24002, 95, 59).addInventoryItemGroup(
    				24002, 5, 6);
    		familiarInventory.childReturn(2, 24003, 216 - 25, 25).addText(24003,
    				"Familiar's Inventory", wid, 2, 0xFF8C00, false, true);
    		familiarInventory.childReturn(3, 24004, 445 - 25, 27).addButton(24004,
    				1, "inv", "Close");
    	}
    
    
    	public static void beastOfBurden2(TextDrawingArea[] wid) {
    		RSInterface familiarInventory = addTabInterface(24005)
    				.totalChildrenReturn(1).childReturn(0, 24006, 0, 0);
    		familiarInventory.addInventoryItemGroup2(24006, 7, 4);
    	}
    Code:
    java.lang.NullPointerException
    	at src.Client.method119(Client.java:12940)
    	at src.Client.drawGameScreen(Client.java:11531)
    	at src.Client.processDrawing(Client.java:12523)
    	at src.RSApplet.run(RSApplet.java:206)
    	at src.Client.run(Client.java:7822)
    	at java.lang.Thread.run(Thread.java:744)
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Aug 2007
    Posts
    1,289
    Thanks given
    130
    Thanks received
    340
    Rep Power
    862
    These should both be in client help section.

    But problem #1 is a npc size issue

    and you're sending a null in client.java line 12940.
    Reply With Quote  
     

  3. #3  
    Officially Retired


    Join Date
    Oct 2007
    Age
    30
    Posts
    5,454
    Thanks given
    558
    Thanks received
    122
    Rep Power
    1364
    Quote Originally Posted by 123sk8 View Post
    These should both be in client help section.

    But problem #1 is a npc size issue

    and you're sending a null in client.java line 12940.
    Code:
    	private void nullLoader() {
    		aBoolean831 = false;
    		while (drawingFlames) {
    			aBoolean831 = false;
    			try {
    				Thread.sleep(50L);
    			} catch (Exception _ex) {
    			}
    		}
    		aBackgroundArray1152s = null;
    		anIntArray851 = null;
    		anIntArray852 = null;
    		anIntArray853 = null;
    		anIntArray1190 = null;
    		anIntArray1191 = null;
    		aClass30_Sub2_Sub1_Sub1_1201 = null;
    		aClass30_Sub2_Sub1_Sub1_1202 = null;
    	}
    look nothing for me.
    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. [PI] Huge NPC Problem + Pic, Need help ASAP
    By jordan641 in forum Help
    Replies: 5
    Last Post: 03-26-2011, 07:06 PM
  2. Relationship problem...I need help
    By Lmfao4dayZ in forum Chat
    Replies: 55
    Last Post: 11-09-2010, 07:08 PM
  3. Webclient Problem - I need help please
    By Defiled-X in forum Help
    Replies: 0
    Last Post: 09-21-2010, 02:38 AM
  4. Replies: 0
    Last Post: 09-20-2010, 09:06 PM
  5. Replies: 7
    Last Post: 09-20-2010, 08:43 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
  •