Thread: Spawn NPC With same interface as WITHDRAW X

Results 1 to 6 of 6
  1. #1 Spawn NPC With same interface as WITHDRAW X 
    That's just all he knows.

    Join Date
    Mar 2009
    Posts
    130
    Thanks given
    9
    Thanks received
    7
    Rep Power
    0
    Removed
    Last edited by RSPSMrDBe; 01-26-2019 at 12:43 AM.
    Reply With Quote  
     

  2. #2  
    Registered Member Armist's Avatar
    Join Date
    Apr 2012
    Posts
    197
    Thanks given
    13
    Thanks received
    10
    Rep Power
    29
    You can do it with Attributes and RunScript I guess... Just look at the way X Amount works and you should be good to go.
    Reply With Quote  
     

  3. #3  
    The stupid noob


    Join Date
    May 2011
    Age
    26
    Posts
    2,227
    Thanks given
    2,446
    Thanks received
    1,100
    Rep Power
    852
    Look into WorldPacketsDecoder.java

    ENTER_INTEGER_PACKET
    Working on a 592 project c:
    Reply With Quote  
     

  4. #4  
    That's just all he knows.

    Join Date
    Mar 2009
    Posts
    130
    Thanks given
    9
    Thanks received
    7
    Rep Power
    0
    Removed
    Last edited by RSPSMrDBe; 01-26-2019 at 12:43 AM. Reason: Bump
    Reply With Quote  
     

  5. #5  
    Registered Member Armist's Avatar
    Join Date
    Apr 2012
    Posts
    197
    Thanks given
    13
    Thanks received
    10
    Rep Power
    29
    If you have the money pouch from Mafia-RPG, just search a bit in the buttonhandler and you'll see what you need there.

    HINT:
    Code:
    player.getPackets().sendRunScript(108, new Object[] { "                          Your money pouch contains " + player.money + " coins." + "                           How many would you like to withdraw?"});
    Reply With Quote  
     

  6. #6  
    That's just all he knows.

    Join Date
    Mar 2009
    Posts
    130
    Thanks given
    9
    Thanks received
    7
    Rep Power
    0
    Removed
    Last edited by RSPSMrDBe; 01-26-2019 at 12:44 AM. Reason: Bump
    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. Replies: 6
    Last Post: 03-19-2012, 03:10 AM
  2. Replies: 14
    Last Post: 02-28-2012, 12:59 AM
  3. Replies: 3
    Last Post: 08-21-2009, 08:18 PM
  4. Replies: 4
    Last Post: 02-23-2009, 08:07 PM
  5. NPC-list (Updating every 250 npc's i spawn)
    By Inferius in forum Configuration
    Replies: 9
    Last Post: 10-11-2008, 04:01 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
  •