Thread: object case opening up deposit Box

Results 1 to 3 of 3
  1. #1 object case opening up deposit Box 
    Banned

    Join Date
    Dec 2011
    Age
    23
    Posts
    2,315
    Thanks given
    473
    Thanks received
    764
    Rep Power
    0
    I have this but its an error

    What would it be

    case 45079:
    player.openDeposit();
    break;
    Reply With Quote  
     

  2. #2  
    Registered Member wildking72's Avatar
    Join Date
    Sep 2011
    Age
    24
    Posts
    506
    Thanks given
    62
    Thanks received
    36
    Rep Power
    11
    Did you even make openDepoit() method in player.java? I'm starting to think people think that "player." means the player is going to do this. No... this is in the Player class.
    Find the class that holds the deposit box or add this
    Code:
    ActionSender.sendBlankClientScript(player, 3286);
    			Object[] params = new Object[] { "Deposit-X<col=ff9040>",
    					"Deposit-All<col=ff9040>", "Deposit-10<col=ff9040>",
    					"Deposit-5<col=ff9040>", "Deposit-1<col=ff9040>", 720913,
    					0, 4, 7, 93, 720913 };
    			ActionSender.sendBConfig(player, 199, -1);
    			ActionSender.sendClientScript(player, 149, params, "IviiiIsssss");
    			ActionSender.sendAMask(player, 1086, 11, 17, 0, 28);
    			ActionSender.sendInterface(player, 11);
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Dec 2011
    Age
    23
    Posts
    2,315
    Thanks given
    473
    Thanks received
    764
    Rep Power
    0
    Quote Originally Posted by wildking72 View Post
    Did you even make openDepoit() method in player.java? I'm starting to think people think that "player." means the player is going to do this. No... this is in the Player class.
    Find the class that holds the deposit box or add this
    Code:
    ActionSender.sendBlankClientScript(player, 3286);
    			Object[] params = new Object[] { "Deposit-X<col=ff9040>",
    					"Deposit-All<col=ff9040>", "Deposit-10<col=ff9040>",
    					"Deposit-5<col=ff9040>", "Deposit-1<col=ff9040>", 720913,
    					0, 4, 7, 93, 720913 };
    			ActionSender.sendBConfig(player, 199, -1);
    			ActionSender.sendClientScript(player, 149, params, "IviiiIsssss");
    			ActionSender.sendAMask(player, 1086, 11, 17, 0, 28);
    			ActionSender.sendInterface(player, 11);
    Player becomes an error in player.java
    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] Deposit Box
    By TheSixKingdoms in forum Tutorials
    Replies: 38
    Last Post: 11-25-2015, 06:30 PM
  2. Deposit Box
    By Infexis in forum Snippets
    Replies: 29
    Last Post: 07-25-2011, 11:06 PM
  3. Deposit Box
    By Lord Military in forum Help
    Replies: 2
    Last Post: 03-21-2010, 11:12 PM
  4. Deposit Box
    By pkpoison in forum Help
    Replies: 1
    Last Post: 01-24-2010, 01:52 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •