Thread: NPC Auto Clipping command!

Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1 NPC Auto Clipping command! 
    XJCX
    Guest
    This command will NOT Auto clip them for you, but aswell this command will send the npc clipp codes to a .txt file and all you do is copy them and paste them into the WalkingCheck.java.

    Open up your "Client.java" And search "changepassword" Put this code below that whole command after the last }

    Code:
    if (command.startsWith("clipthis") && playerRights >= 2) {
    	try {
            	BufferedWriter bw = new BufferedWriter(new FileWriter("config/clipnpcs.txt", true));
            	bw.write("tiles.put(0 << 28 |" + absX + " << 14 | " + absY + ", true);");
    		sM("You have successfully clipped this spot.");
            	bw.newLine();
    		bw.flush();
    	} catch(IOException ioe) {
    		ioe.printStackTrace();
    	}
    }
    Okay now sence you added that command go open up your "Config" Folder. and make a new .txt called "clipnpcs.txt". Now your all done!

    Also if you wanna be nice, you should go around cliping alot of area's that npcs can go through and release them on here. .

    100% Credits to me! If you like to Repz++ me, go ahead
    Reply With Quote  
     

  2. #2  
    Registered Member Byakuya Kuchiki's Avatar
    Join Date
    Sep 2009
    Posts
    421
    Thanks given
    6
    Thanks received
    7
    Rep Power
    17
    I use buffered writers for my npc spawns. A lot easier then collecting all of the coordinates and typing everything out.

    Nice to see some other people using the writers as well.

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jan 2009
    Posts
    238
    Thanks given
    1
    Thanks received
    13
    Rep Power
    9
    Good job, mate... This will help alot of people who used that tutorial

    Maybe, you should add the tutorial you did. So other people know how to use it.
    Reply With Quote  
     

  4. #4  
    XJCX
    Guest
    Mmm, put link here and ill add it. Cause im abit busy..
    Reply With Quote  
     

  5. #5  
    #extreme

    +Deus Ex's Avatar
    Join Date
    Nov 2009
    Posts
    2,965
    Thanks given
    236
    Thanks received
    214
    Rep Power
    411
    this is cool thanks
    Best regards,
    +Deus Ex
    Reply With Quote  
     

  6. #6  
    XJCX
    Guest
    NP glad to help
    Reply With Quote  
     

  7. #7  
    hmu

    Jakey's Avatar
    Join Date
    Sep 2007
    Age
    31
    Posts
    6,489
    Thanks given
    109
    Thanks received
    277
    Rep Power
    1218
    This is for dopherts clipping. I was gonna do this until i figured out pathfinding for NPCS.
    to contact me, PM me on rune-server.
    Reply With Quote  
     

  8. #8  
    Banned
    Join Date
    Mar 2008
    Posts
    1,937
    Thanks given
    131
    Thanks received
    61
    Rep Power
    0
    this has been released before
    Reply With Quote  
     

  9. #9  
    Registered Member
    Yanez's Avatar
    Join Date
    Mar 2009
    Posts
    682
    Thanks given
    84
    Thanks received
    27
    Rep Power
    153
    Leeched, released awhile ago.
    Reply With Quote  
     

  10. #10  
    XJCX
    Guest
    Lmao, this isnt leeched. I made it my self z.z
    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •